Searched refs:Unsigned64Attribute (Results 1 – 3 of 3) sorted by relevance
1316 uint64_t Unsigned64Attribute(const char* name, uint64_t defaultValue = 0) const;
1596 uint64_t XMLElement::Unsigned64Attribute(const char* name, uint64_t defaultValue) const in Unsigned64Attribute() function in tinyxml2::XMLElement
882 XMLTest("Attribute: uint64_t", BIG_POS, element->Unsigned64Attribute("attrib"), true); in main()