Home
last modified time | relevance | path

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

/external/tinyxml2/
Dxmltest.cpp502 …XMLTest( "Programmatic DOM", true, doc->FirstChildElement()->FirstChildElement()->BoolAttribute( "… in main()
616 XMLTest( "Query attribute: does not exist", true, ele->BoolAttribute("bar", true) ); in main()
881 XMLTest("Attribute: bool", true, element->BoolAttribute("attrib"), true); in main()
Dtinyxml2.h1305 bool BoolAttribute(const char* name, bool defaultValue = false) const;
Dtinyxml2.cpp1559 bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const in BoolAttribute() function in tinyxml2::XMLElement