Searched refs:kuint32max (Results 1 - 12 of 12) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py181 kuint32max = 2**32 - 1
219 self.assertEqual(kuint32max, message_options.Extensions[
227 self.assertEqual(kuint32max, message_options.Extensions[
/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp15 #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());
1190 val = Json::Value(kuint32max + 0.5);
/external/icu/icu4c/source/common/
H A Ddictbe.cpp1068 static const uint32_t kuint32max = 0xFFFFFFFF; variable
1270 bestSnlp.addElement(kuint32max, status);
1297 if ((uint32_t)bestSnlp.elementAti(i) == kuint32max) {
1365 if ((uint32_t)bestSnlp.elementAti(numCodePts) == kuint32max) {
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc75 EXPECT_EQ(0, kuint32max + 1);
H A Dstrutil.cc589 return kuint32max;
590 } else if (errno == 0 && result > kuint32max) {
592 return kuint32max;
H A Dcommon.h201 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc907 GOOGLE_DCHECK_LE(str.size(), kuint32max);
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc882 max_value = kuint32max;
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc615 DO(ConsumeUnsignedInteger(&value, kuint32max));
H A Ddescriptor_unittest.cc2428 EXPECT_EQ(kuint32max, options->GetExtension(protobuf_unittest::uint32_opt));
2432 EXPECT_EQ(kuint32max, options->GetExtension(protobuf_unittest::fixed32_opt));
H A Ddescriptor.cc5053 if (uninterpreted_option_->positive_int_value() > kuint32max) {
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc2398 kuint32max_py = PyLong_FromLongLong(kuint32max);

Completed in 349 milliseconds