Home
last modified time | relevance | path

Searched refs:QueryIntText (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp1698 XMLError XMLElement::QueryIntText( int* ival ) const in QueryIntText() function in tinyxml2::XMLElement
1791 QueryIntText(&i); in IntText()
Dxmltest.cpp259 textApproachElement->FirstChildElement( "v" )->QueryIntText( &v1 ); in example_4()
1725 XMLError queryResult = pointElement->FirstChildElement( "y" )->QueryIntText( &intValue ); in main()
Dtinyxml2.h1616 XMLError QueryIntText( int* ival ) const;