Searched refs:getOperationName (Results 1 – 3 of 3) sorted by relevance
99 const char* getOperationName(OperationType opCode);
337 LOG(ERROR) << getOperationName(operation.type) in executeOperation()344 LOG(ERROR) << getOperationName(operation.type) << " " << type in executeOperation()1529 LOG(ERROR) << getOperationName(operation.type) << " failed."; in executeOperation()
175 const char* getOperationName(OperationType type) { in getOperationName() function