Home
last modified time | relevance | path

Searched refs:QueryBoolAttribute (Results 1 – 1 of 1) sorted by relevance

/external/tinyxml2/
Dtinyxml2.h888 …bool BoolAttribute( const char* name ) const { bool b=false; QueryBoolAttribute( name, &b )… in BoolAttribute()
911 …int QueryBoolAttribute( const char* name, bool* _value ) const { const XMLAttribute… in QueryBoolAttribute() function