Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.cc150 reader->output_bytes_read = 0; in alts_reset_frame_reader()
205 reader->output_bytes_read += bytes_to_write; in alts_read_frame_bytes()
211 return reader->output_bytes_read; in alts_get_output_bytes_read()
Dframe_handler.h59 size_t output_bytes_read; member