Home
last modified time | relevance | path

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

/third_party/grpc/tools/codegen/core/
Dgen_huffman_decompressor.cc1196 const int bytes_allowed = (64 - i) / 8; in RefillTo() local
1247 std::string ReadBytes(int bytes_needed, int bytes_allowed) { in ReadBytes()