Home
last modified time | relevance | path

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

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