Searched defs:LargestInt (Results 1 - 4 of 4) sorted by relevance

/external/jsoncpp/include/json/
H A Dconfig.h79 typedef int LargestInt; typedef in namespace:Json
91 typedef Int64 LargestInt; typedef in namespace:Json
H A Dvalue.h135 typedef Json::LargestInt LargestInt; typedef in class:Json::Value
141 static const LargestInt minLargestInt;
143 static const LargestInt maxLargestInt;
274 LargestInt asLargestInt() const;
486 LargestInt int_;
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h135 typedef Json::LargestInt LargestInt; typedef in class:Json::Value
141 static const LargestInt minLargestInt;
143 static const LargestInt maxLargestInt;
274 LargestInt asLargestInt() const;
486 LargestInt int_;
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h135 typedef Json::LargestInt LargestInt; typedef in class:Json::Value
141 static const LargestInt minLargestInt;
143 static const LargestInt maxLargestInt;
274 LargestInt asLargestInt() const;
486 LargestInt int_;

Completed in 1034 milliseconds