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

  /external/tinyxml2/docs/search/
all_8.js 8 ['intattribute',['IntAttribute',['../classtinyxml2_1_1_x_m_l_element.html#a95a89b13bb14a2d4655e2b5b406c00d4',1,'tinyxml2::XMLElement']]],
functions_8.js 8 ['intattribute',['IntAttribute',['../classtinyxml2_1_1_x_m_l_element.html#a95a89b13bb14a2d4655e2b5b406c00d4',1,'tinyxml2::XMLElement']]],
  /external/tinyxml2/
xmltest.cpp 489 XMLTest( "Programmatic DOM", 2, doc->FirstChildElement()->LastChildElement( "sub" )->IntAttribute( "attrib" ) );
506 int value2 = doc->FirstChildElement()->LastChildElement()->IntAttribute( "attrib", replacementIntValue );
660 XMLTest( "Alternate query", true, iVal == ele->IntAttribute("int") );
825 XMLTest("Attribute: int", -100, element->IntAttribute("attrib"), true);
    [all...]
tinyxml2.h     [all...]

Completed in 4839 milliseconds