Searched defs:QueryBoolAttribute (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp683 int TiXmlElement::QueryBoolAttribute( const char* name, bool* bval ) const function in class:TiXmlElement
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp683 int TiXmlElement::QueryBoolAttribute( const char* name, bool* bval ) const function in class:TiXmlElement
/external/tinyxml2/
H A Dtinyxml2.h888 bool BoolAttribute( const char* name ) const { bool b=false; QueryBoolAttribute( name, &b ); return b; }
911 int QueryBoolAttribute( const char* name, bool* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) return XML_NO_ATTRIBUTE; return a->QueryBoolValue( _value ); } function in class:tinyxml2::XMLElement

Completed in 56 milliseconds