Searched refs:arg_count (Results 1 – 2 of 2) sorted by relevance
49 int arg_count = 0; in GenerateCppBodyFuzzFunction() local51 if (arg_count == 0 && arg.type() == TYPE_PREDEFINED && in GenerateCppBodyFuzzFunction()57 << "arg" << arg_count << " = "; in GenerateCppBodyFuzzFunction()68 out << "arg" << arg_count in GenerateCppBodyFuzzFunction()69 << "[func_msg->arg(" << arg_count in GenerateCppBodyFuzzFunction()71 out << " if (func_msg->arg(" << arg_count in GenerateCppBodyFuzzFunction()73 << "func_msg->arg(" << arg_count in GenerateCppBodyFuzzFunction()75 out << " strcpy(arg" << arg_count << ", " in GenerateCppBodyFuzzFunction()76 << "func_msg->arg(" << arg_count << ").string_value()" in GenerateCppBodyFuzzFunction()79 out << " strcpy(arg" << arg_count << ", " in GenerateCppBodyFuzzFunction()[all …]
318 int arg_count = 0; in GenerateCppBodyFuzzFunction() local325 out << name << "* arg" << arg_count << "callback = new "; in GenerateCppBodyFuzzFunction()327 out << "arg" << arg_count << "callback->Register(func_msg->arg(" in GenerateCppBodyFuzzFunction()328 << arg_count << "));" << "\n"; in GenerateCppBodyFuzzFunction()331 out << "arg" << arg_count << " = (" << GetCppVariableType(arg) in GenerateCppBodyFuzzFunction()348 out << "arg" << arg_count << "->" in GenerateCppBodyFuzzFunction()349 << func_pt.function_name() << " = arg" << arg_count in GenerateCppBodyFuzzFunction()354 out << "arg" << arg_count << " = arg" << arg_count in GenerateCppBodyFuzzFunction()369 out << "arg" << arg_count << " = "; in GenerateCppBodyFuzzFunction()370 if (arg_count == 0 && arg.type() == TYPE_PREDEFINED && in GenerateCppBodyFuzzFunction()[all …]