Home
last modified time | relevance | path

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

/external/tinyxml2/
Dxmltest.cpp489 …XMLTest( "Programmatic DOM", 2, doc->FirstChildElement()->LastChildElement( "sub" )->IntAttribute(… in main()
506 …int value2 = doc->FirstChildElement()->LastChildElement()->IntAttribute( "attrib", replacementIntV… in main()
660 XMLTest( "Alternate query", true, iVal == ele->IntAttribute("int") ); in main()
825 XMLTest("Attribute: int", -100, element->IntAttribute("attrib"), true); in main()
Dtinyxml2.h1299 int IntAttribute(const char* name, int defaultValue = 0) const;
Dtinyxml2.cpp1538 int XMLElement::IntAttribute(const char* name, int defaultValue) const in IntAttribute() function in tinyxml2::XMLElement