Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dbin_decoder.cc142 } else if (ctx->contains_tail && input_tail > 1) { in grpc_base64_decode_partial()
191 ctx.contains_tail = false; in grpc_chttp2_base64_decode()
238 ctx.contains_tail = true; in grpc_chttp2_base64_decode_with_length()
Dbin_decoder.h34 bool contains_tail; member