HomeSort by relevance Sort by last modified time
    Searched full:kuint32max (Results 1 - 25 of 29) sorted by null

1 2

  /system/extras/perfprofd/quipper/base/
basictypes.h 47 const uint32 kuint32max = 0xFFFFFFFF; variable
  /external/jsoncpp/src/test_lib_json/
main.cpp 15 #define kuint32max Json::Value::maxUInt macro
23 static const float kfuint32max = float(kuint32max);
693 val = Json::Value(kuint32max);
711 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestInt());
713 JSONTEST_ASSERT_EQUAL(kuint32max, val.asUInt());
714 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestUInt());
715 JSONTEST_ASSERT_EQUAL(kuint32max, val.asDouble());
    [all...]
  /system/connectivity/shill/
routing_table.cc 361 const auto kuint32max = std::numeric_limits<uint32_t>::max(); local
362 while (route_queries_.front().sequence - message.seq() > kuint32max / 2) {
  /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/icu/icu4c/source/common/
dictbe.cpp 1068 static const uint32_t kuint32max = 0xFFFFFFFF; variable
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
port.h 143 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
  /system/extras/perfprofd/quipper/
perf_reader.cc 918 return kuint32max;
932 if (attr_size == kuint32max) {
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 907 GOOGLE_DCHECK_LE(str.size(), kuint32max);
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 882 max_value = kuint32max;
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 201 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 201 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 201 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 201 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 615 DO(ConsumeUnsignedInteger(&value, kuint32max));
    [all...]
descriptor_unittest.cc     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/lib/
libprotobuf-lite.a     [all...]
libprotobuf.a     [all...]
  /prebuilts/tools/linux-x86_64/protoc/lib/
libprotobuf-lite.a     [all...]
libprotobuf.a     [all...]
  /prebuilts/misc/windows/protobuf2.5/lib/
libprotobuf-lite.a     [all...]
libprotobuf.a     [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]

Completed in 2390 milliseconds

1 2