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

/external/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc182 EXPECT_TRUE(Tokenizer::ParseInteger(text, kuint64max, &result));
501 EXPECT_EQ(kuint64max, ParseInteger("0xFFFFFFFFFFFFFFFF"));
511 EXPECT_DEBUG_DEATH(Tokenizer::ParseInteger("zxy", kuint64max, &i),
513 EXPECT_DEBUG_DEATH(Tokenizer::ParseInteger("1.2", kuint64max, &i),
515 EXPECT_DEBUG_DEATH(Tokenizer::ParseInteger("08", kuint64max, &i),
517 EXPECT_DEBUG_DEATH(Tokenizer::ParseInteger("0xg", kuint64max, &i),
519 EXPECT_DEBUG_DEATH(Tokenizer::ParseInteger("-1", kuint64max, &i),
529 EXPECT_TRUE (Tokenizer::ParseInteger("0xFFFFFFFFFFFFFFFF" , kuint64max, &i));
530 EXPECT_FALSE(Tokenizer::ParseInteger("0x10000000000000000", kuint64max, &i));
/external/chromium/base/
H A Dbasictypes.h72 const uint64 kuint64max = ((uint64) GG_LONGLONG(0xFFFFFFFFFFFFFFFF)); variable
H A Dstring_number_conversions_unittest.cc68 {kuint64max, "18446744073709551615"},
/external/chromium/net/base/
H A Dupload_data.cc22 file_range_length_(kuint64max),
H A Dupload_data.h73 SetToFilePathRange(path, 0, kuint64max, base::Time());
/external/chromium/webkit/glue/
H A Dresource_loader_bridge.h343 AppendFileRangeToUpload(file_path, 0, kuint64max, base::Time());
/external/chromium/net/url_request/
H A Durl_request.h329 AppendFileRangeToUpload(file_path, 0, kuint64max, base::Time());
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc76 EXPECT_EQ(0, kuint64max + 1);
H A Dcommon.h172 static const uint64 kuint64max = GOOGLE_ULONGLONG(0xFFFFFFFFFFFFFFFF); member in namespace:google::protobuf
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc203 kuint64max, &value)) {
572 uint64 max_value = kuint64max;
720 is_negative ? static_cast<uint64>(kint64max) + 1 : kuint64max;
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc373 DO(ConsumeUnsignedInteger(&value, kuint64max));
550 DO(ConsumeUnsignedInteger(&integer_value, kuint64max));
H A Ddescriptor_unittest.cc2011 EXPECT_EQ(kuint64max, options->GetExtension(protobuf_unittest::uint64_opt));
2015 EXPECT_EQ(kuint64max, options->GetExtension(protobuf_unittest::fixed64_opt));

Completed in 6980 milliseconds