Home
last modified time | relevance | path

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

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