Home
last modified time | relevance | path

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

/external/tinyxml2/
Dxmltest.cpp1069 int64_t int64_t_value; in main() local
1070 int64_t_value = root->FirstChildElement("int64_t")->Int64Text(); in main()
1071 XMLTest("PushText( int64_t value ) test", (int64_t) 13, int64_t_value); in main()