Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-thread-safety-negative.cpp106 namespace DoubleAttribute { namespace
/external/tinyxml2/
Dxmltest.cpp599 XMLTest( "Query attribute: int as double", 1, (int)ele->DoubleAttribute("attr0")); in main()
604 XMLTest( "Query attribute: double as double", 2.0, ele->DoubleAttribute("attr1") ); in main()
612 XMLTest( "Query attribute: not a number", 4.0, ele->DoubleAttribute("attr2", 4.0) ); in main()
661 XMLTest( "Alternate query", true, dVal == ele->DoubleAttribute("double") ); in main()
909 XMLTest("Attribute: double", 100.0, element->DoubleAttribute("attrib"), true); in main()
Dtinyxml2.h1307 double DoubleAttribute(const char* name, double defaultValue = 0) const;
Dtinyxml2.cpp1566 double XMLElement::DoubleAttribute(const char* name, double defaultValue) const in DoubleAttribute() function in tinyxml2::XMLElement