Home
last modified time | relevance | path

Searched refs:kMaxVarint32Bytes (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.cc59 static const int kMaxVarint32Bytes = 5; variable
366 for (int i = 0; i < kMaxVarintBytes - kMaxVarint32Bytes; i++) { in ReadVarint32FromArray()
784 uint8 bytes[kMaxVarint32Bytes]; in WriteVarint32SlowPath()