Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1713 XMLError XMLElement::QueryFloatText( float* fval ) const in QueryFloatText() function in tinyxml2::XMLElement
1763 QueryFloatText(&f); in FloatText()
Dtinyxml2.h1592 XMLError QueryFloatText( float* fval ) const;
Dxmltest.cpp1551 XMLError queryResult = pointElement->FirstChildElement( "x" )->QueryFloatText( &floatValue ); in main()