Home
last modified time | relevance | path

Searched defs:kSlopBytes (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dparse_context.h110 enum { kSlopBytes = 16, kMaxCordBytesToCopy = 512 }; enumerator
Dparse_context.cc52 constexpr int kSlopBytes = EpsCopyInputStream::kSlopBytes; in ParseEndsInSlopRegion() local
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h654 enum { kSlopBytes = 16 }; enumerator