Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Bitcode/
Dbyval-upgrade.test3 Make sure we upgrade old-stile IntAttribute byval records to a fully typed
/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()
826 XMLTest("Attribute: int", -100, element->IntAttribute("attrib"), true); in main()
Dtinyxml2.h1310 int IntAttribute(const char* name, int defaultValue = 0) const;
Dtinyxml2.cpp1575 int XMLElement::IntAttribute(const char* name, int defaultValue) const in IntAttribute() function in tinyxml2::XMLElement