Searched refs:args_buffer (Results 1 – 1 of 1) sorted by relevance
125 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local155 args_buffer.append(" "); in CompileFunction()156 args_buffer.append(type_name); in CompileFunction()158 args_buffer.push_back(' '); in CompileFunction()159 args_buffer.append(arg_buf); in CompileFunction()160 args_buffer.append(";\n"); in CompileFunction()170 m_wrapper_function_text.append(args_buffer); in CompileFunction()