HomeSort by relevance Sort by last modified time
    Searched defs:LargestUInt (Results 1 - 3 of 3) sorted by null

  /external/jsoncpp/include/json/
config.h 95 typedef unsigned int LargestUInt;
107 typedef UInt64 LargestUInt;
value.h 133 typedef Json::LargestUInt LargestUInt;
142 static const LargestUInt maxLargestUInt;
271 LargestUInt asLargestUInt() const;
480 LargestUInt uint_;
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 232 typedef unsigned int LargestUInt;
244 typedef UInt64 LargestUInt;
560 typedef Json::LargestUInt LargestUInt;
570 static const LargestUInt maxLargestUInt;
727 LargestUInt asLargestUInt() const;
973 LargestUInt uint_;
    [all...]

Completed in 661 milliseconds