Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:boolValue

949 			XMLTest("attrib-bool", true, attrib->BoolValue(), true);

1536 bool boolValue = false;
1537 XMLError queryResult = pointElement->FirstChildElement( "valid" )->QueryBoolText( &boolValue );
1539 XMLTest( "QueryBoolText", true, boolValue, false );