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