HomeSort by relevance Sort by last modified time
    Searched refs:kuint32max (Results 1 - 14 of 14) sorted by null

  /system/extras/perfprofd/quipper/base/
basictypes.h 47 const uint32 kuint32max = 0xFFFFFFFF; variable
  /external/jsoncpp/src/test_lib_json/
main.cpp 14 #define kuint32max Json::Value::maxUInt macro
22 static const float kfuint32max = float(kuint32max);
711 val = Json::Value(kuint32max);
729 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestInt());
731 JSONTEST_ASSERT_EQUAL(kuint32max, val.asUInt());
732 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestUInt());
733 JSONTEST_ASSERT_EQUAL(kuint32max, val.asDouble());
    [all...]
  /external/icu/icu4c/source/common/
dictbe.cpp 1068 static const uint32_t kuint32max = 0xFFFFFFFF; variable
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 75 EXPECT_EQ(0, kuint32max + 1);
strutil.cc 589 return kuint32max;
590 } else if (errno == 0 && result > kuint32max) {
592 return kuint32max;
    [all...]
common.h 201 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 181 kuint32max = 2**32 - 1
219 self.assertEqual(kuint32max, message_options.Extensions[
227 self.assertEqual(kuint32max, message_options.Extensions[
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 907 GOOGLE_DCHECK_LE(str.size(), kuint32max);
  /system/extras/perfprofd/quipper/
perf_reader.cc 918 return kuint32max;
932 if (attr_size == kuint32max) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 882 max_value = kuint32max;
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 615 DO(ConsumeUnsignedInteger(&value, kuint32max));
    [all...]
descriptor_unittest.cc     [all...]
descriptor.cc     [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]

Completed in 1220 milliseconds