HomeSort by relevance Sort by last modified time
    Searched refs:DoubleAttribute (Results 1 - 5 of 5) sorted by null

  /external/tinyxml2/docs/search/
all_3.js 9 ['doubleattribute',['DoubleAttribute',['../classtinyxml2_1_1_x_m_l_element.html#a10a90c505aea716bf073eea1c97f33b5',1,'tinyxml2::XMLElement']]],
functions_3.js 9 ['doubleattribute',['DoubleAttribute',['../classtinyxml2_1_1_x_m_l_element.html#a10a90c505aea716bf073eea1c97f33b5',1,'tinyxml2::XMLElement']]],
  /external/clang/test/SemaCXX/
warn-thread-safety-negative.cpp 106 namespace DoubleAttribute {
121 } // end namespace DoubleAttribute
  /external/tinyxml2/
xmltest.cpp 599 XMLTest( "Query attribute: int as double", 1, (int)ele->DoubleAttribute("attr0"));
604 XMLTest( "Query attribute: double as double", 2.0, ele->DoubleAttribute("attr1") );
612 XMLTest( "Query attribute: not a number", 4.0, ele->DoubleAttribute("attr2", 4.0) );
661 XMLTest( "Alternate query", true, dVal == ele->DoubleAttribute("double") );
909 XMLTest("Attribute: double", 100.0, element->DoubleAttribute("attrib"), true);
    [all...]
tinyxml2.h     [all...]

Completed in 8269 milliseconds