Searched refs:QueryBoolText (Results 1 – 3 of 3) sorted by relevance
1750 XMLError XMLElement::QueryBoolText( bool* bval ) const in QueryBoolText() function in tinyxml2::XMLElement1819 QueryBoolText(&b); in BoolText()
1624 XMLError QueryBoolText( bool* bval ) const;
1753 XMLError queryResult = pointElement->FirstChildElement( "valid" )->QueryBoolText( &boolValue ); in main()