#include <bin_decoder.h>
Public Attributes | |
| bool | contains_tail |
| const uint8_t * | input_cur |
| const uint8_t * | input_end |
| uint8_t * | output_cur |
| uint8_t * | output_end |
Definition at line 29 of file bin_decoder.h.
| bool grpc_base64_decode_context::contains_tail |
Definition at line 36 of file bin_decoder.h.
Definition at line 31 of file bin_decoder.h.
Definition at line 32 of file bin_decoder.h.
| uint8_t* grpc_base64_decode_context::output_cur |
Definition at line 33 of file bin_decoder.h.
| uint8_t* grpc_base64_decode_context::output_end |
Definition at line 34 of file bin_decoder.h.