Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h1303 int64_t Int64Attribute(const char* name, int64_t defaultValue = 0) const;
Dxmltest.cpp865 XMLTest("Attribute: int64_t", BIG, element->Int64Attribute("attrib"), true); in main()
Dtinyxml2.cpp1552 int64_t XMLElement::Int64Attribute(const char* name, int64_t defaultValue) const in Int64Attribute() function in tinyxml2::XMLElement