Searched refs:m_function_text (Results 1 – 2 of 2) sorted by relevance
82 const char *Text() override { return m_function_text.c_str(); } in Text()114 std::string m_function_text; variable
46 m_function_text(std::move(text)), m_function_name(std::move(name)) {} in UtilityFunction()