Searched refs:IntAttribute (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/Bitcode/ |
D | byval-upgrade.test | 3 Make sure we upgrade old-stile IntAttribute byval records to a fully typed
|
/external/tinyxml2/ |
D | xmltest.cpp | 489 …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()
|
D | tinyxml2.h | 1310 int IntAttribute(const char* name, int defaultValue = 0) const;
|
D | tinyxml2.cpp | 1575 int XMLElement::IntAttribute(const char* name, int defaultValue) const in IntAttribute() function in tinyxml2::XMLElement
|