Home
last modified time | relevance | path

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

/external/tinyxml2/
Dxmltest.cpp1078 float_value = root->FirstChildElement("float")->FloatText(); in main()
1670 float test5 = pointElement->FirstChildElement("DoubleText")->FloatText(); in main()
Dtinyxml2.h1643 float FloatText(float defaultValue = 0) const;
Dtinyxml2.cpp1830 float XMLElement::FloatText(float defaultValue) const in FloatText() function in tinyxml2::XMLElement