Searched refs:args_buffer (Results 1 – 1 of 1) sorted by relevance
123 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local153 args_buffer.append(" "); in CompileFunction()154 args_buffer.append(type_name); in CompileFunction()156 args_buffer.push_back(' '); in CompileFunction()157 args_buffer.append(arg_buf); in CompileFunction()158 args_buffer.append(";\n"); in CompileFunction()168 m_wrapper_function_text.append(args_buffer); in CompileFunction()