Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h1351 XMLError QueryBoolAttribute( const char* name, bool* value ) const { in QueryBoolAttribute() function
1417 return QueryBoolAttribute( name, value ); in QueryAttribute()
Dxmltest.cpp871 XMLError queryResult = element->QueryBoolAttribute("attrib", &v); in main()
Dtinyxml2.cpp1562 QueryBoolAttribute(name, &b); in BoolAttribute()
/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