Searched refs:m_wrapper_function_text (Results 1 – 2 of 2) sorted by relevance
89 m_wrapper_function_text.clear(); in CompileFunction()94 m_wrapper_function_text.append(" \n {\n"); in CompileFunction()95 m_wrapper_function_text.append(" "); in CompileFunction()97 m_wrapper_function_text.append(" (*fn_ptr) ("); in CompileFunction()150 m_wrapper_function_text.append(type_name); in CompileFunction()152 m_wrapper_function_text.append(", "); in CompileFunction()167 m_wrapper_function_text.append( in CompileFunction()170 m_wrapper_function_text.append(args_buffer); in CompileFunction()172 m_wrapper_function_text.append(" "); in CompileFunction()181 m_wrapper_function_text.append( in CompileFunction()[all …]
303 const char *Text() override { return m_wrapper_function_text.c_str(); } in Text()354 m_wrapper_function_text; ///< The contents of the wrapper function. variable