Lines Matching refs:callStreamParts
1025 std::stringstream callStreamParts; in WriteCppReplayFunctionWithParts() local
1034 callStreamParts << "void " << FmtFunction(replayFunc, contextID, frameIndex, ++partCount) in WriteCppReplayFunctionWithParts()
1036 callStreamParts << "{\n"; in WriteCppReplayFunctionWithParts()
1041 callStreamParts << " "; in WriteCppReplayFunctionWithParts()
1042 WriteCppReplayForCall(call, dataTracker, callStreamParts, header, binaryData); in WriteCppReplayFunctionWithParts()
1043 callStreamParts << ";\n"; in WriteCppReplayFunctionWithParts()
1047 callStreamParts << "}\n"; in WriteCppReplayFunctionWithParts()
1048 callStreamParts << "\n"; in WriteCppReplayFunctionWithParts()
1049 callStreamParts << "void " in WriteCppReplayFunctionWithParts()
1051 callStreamParts << "{\n"; in WriteCppReplayFunctionWithParts()
1057 callStreamParts << "}\n"; in WriteCppReplayFunctionWithParts()
1058 callStreamParts << "\n"; in WriteCppReplayFunctionWithParts()
1061 out << callStreamParts.str(); in WriteCppReplayFunctionWithParts()
1072 callStream << callStreamParts.str(); in WriteCppReplayFunctionWithParts()