Searched refs:ParamTypeToString (Results 1 – 3 of 3) sorted by relevance
482 const char *ParamTypeToString(ParamType paramType) in ParamTypeToString() function
522 std::string paramTypeString = ParamTypeToString(param.type); in WriteBinaryParamReplay()545 out << "reinterpret_cast<" << ParamTypeToString(overrideType) << ">(&gBinaryData[" << offset in WriteBinaryParamReplay()622 callOut << "reinterpret_cast<" << ParamTypeToString(param.type) << ">(gReadBuffer)"; in WriteCppReplayForCall()
2521 const char *ParamTypeToString(ParamType paramType);