Searched refs:text_value (Results 1 – 2 of 2) sorted by relevance
79 append, name, _, text_value = match.groups()80 return (name, text_value, append)
1057 const char* text_value; in main() local1058 text_value = root->FirstChildElement("text")->GetText(); in main()1059 XMLTest("PushText( const char* text, bool cdata=false ) test", "Tinyxml2", text_value); in main()