Searched defs:LargestUInt (Results 1 - 3 of 3) sorted by relevance

/external/jsoncpp/include/json/
H A Dconfig.h95 typedef unsigned int LargestUInt; typedef in namespace:Json
107 typedef UInt64 LargestUInt; typedef in namespace:Json
H A Dvalue.h133 typedef Json::LargestUInt LargestUInt; typedef in class:Json::Value
142 static const LargestUInt maxLargestUInt;
271 LargestUInt asLargestUInt() const;
480 LargestUInt uint_;
/external/protobuf/conformance/third_party/jsoncpp/
H A Djson.h232 typedef unsigned int LargestUInt; typedef in namespace:Json
244 typedef UInt64 LargestUInt; typedef in namespace:Json
560 typedef Json::LargestUInt LargestUInt; typedef in class:Json::Value
570 static const LargestUInt maxLargestUInt;
727 LargestUInt asLargestUInt() const;
973 LargestUInt uint_;
1982 std::string JSON_API valueToString(LargestUInt value);

Completed in 190 milliseconds