Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h1309 float FloatAttribute(const char* name, float defaultValue = 0) const;
Dxmltest.cpp925 XMLTest("Attribute: float", 100.0f, element->FloatAttribute("attrib"), true); in main()
Dtinyxml2.cpp1573 float XMLElement::FloatAttribute(const char* name, float defaultValue) const in FloatAttribute() function in tinyxml2::XMLElement