Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1674 XMLError XMLElement::QueryInt64Text(int64_t* ival) const in QueryInt64Text() function in tinyxml2::XMLElement
1742 QueryInt64Text(&i); in Int64Text()
Dtinyxml2.h1586 XMLError QueryInt64Text(int64_t* uval) const;
Dxmltest.cpp930 XMLError queryResult = element->QueryInt64Text(&v); in main()