Searched refs:temp_result_name (Results 1 – 1 of 1) sorted by relevance
306 std::string temp_result_name = arg_name + "_result"; in GenerateProfilerForFMQSyncVariable() local317 out << element_type << " " << temp_result_name << ";\n"; in GenerateProfilerForFMQSyncVariable()318 out << queue_name << ".read(&" << temp_result_name << ");\n"; in GenerateProfilerForFMQSyncVariable()319 out << queue_name << ".write(&" << temp_result_name << ");\n"; in GenerateProfilerForFMQSyncVariable()321 temp_result_name); in GenerateProfilerForFMQSyncVariable()334 std::string temp_result_name = arg_name + "_result"; in GenerateProfilerForFMQUnsyncVariable() local345 out << element_type << " " << temp_result_name << ";\n"; in GenerateProfilerForFMQUnsyncVariable()346 out << queue_name << ".read(&" << temp_result_name << ");\n"; in GenerateProfilerForFMQUnsyncVariable()348 temp_result_name); in GenerateProfilerForFMQUnsyncVariable()