Searched refs:FloatAttribute (Results 1 – 3 of 3) sorted by relevance
1322 float FloatAttribute(const char* name, float defaultValue = 0) const;
1617 float XMLElement::FloatAttribute(const char* name, float defaultValue) const in FloatAttribute() function in tinyxml2::XMLElement
942 XMLTest("Attribute: float", 100.0f, element->FloatAttribute("attrib"), true); in main()