Searched refs:Int64Attribute (Results 1 – 3 of 3) sorted by relevance
1314 int64_t Int64Attribute(const char* name, int64_t defaultValue = 0) const;
1589 int64_t XMLElement::Int64Attribute(const char* name, int64_t defaultValue) const in Int64Attribute() function in tinyxml2::XMLElement
866 XMLTest("Attribute: int64_t", BIG, element->Int64Attribute("attrib"), true); in main()