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

  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 58 static const int kMaxVarintBytes = 10;
366 for (int i = 0; i < kMaxVarintBytes - kMaxVarint32Bytes; i++) {
390 if (BufferSize() >= kMaxVarintBytes ||
439 if (buf_size >= kMaxVarintBytes ||
483 if (count == kMaxVarintBytes) return false;
498 if (BufferSize() >= kMaxVarintBytes ||
825 if (buffer_size_ >= kMaxVarintBytes) {
836 uint8 bytes[kMaxVarintBytes];
  /system/nvram/messages/
io.cpp 56 static constexpr int kMaxVarintBytes = 10;
59 for (int i = 0; i < kMaxVarintBytes; ++i) {

Completed in 69 milliseconds