Home | History | Annotate | Download | only in tinyxml

Lines Matching full:bval

683 int TiXmlElement::QueryBoolAttribute( const char* name, bool* bval ) const
694 *bval = true;
701 *bval = false;