Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h1316 uint64_t Unsigned64Attribute(const char* name, uint64_t defaultValue = 0) const;
Dtinyxml2.cpp1596 uint64_t XMLElement::Unsigned64Attribute(const char* name, uint64_t defaultValue) const in Unsigned64Attribute() function in tinyxml2::XMLElement
Dxmltest.cpp882 XMLTest("Attribute: uint64_t", BIG_POS, element->Unsigned64Attribute("attrib"), true); in main()