Home
last modified time | relevance | path

Searched refs:QueryBoolAttribute (Results 1 – 3 of 3) 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
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h992 int QueryBoolAttribute( const char* name, bool* _value ) const;
Dtinyxml.cpp683 int TiXmlElement::QueryBoolAttribute( const char* name, bool* bval ) const in QueryBoolAttribute() function in TiXmlElement