Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/python/tink/cc/
H A Dpython_input_stream.h56 int count_in_buffer_; // # of bytes available in buffer_ variable
H A Dpython_output_stream.h59 int count_in_buffer_; // # bytes in buffer_ that will be eventually written variable
/aosp_15_r20/external/tink/cc/util/
H A Dfile_input_stream.h61 int count_in_buffer_ = 0; variable
H A Dostream_output_stream.h62 int count_in_buffer_; // # bytes in buffer_ that will be eventually written variable
H A Dfile_output_stream.h63 int count_in_buffer_; // # bytes in buffer_ that will be eventually written variable
H A Distream_input_stream.h58 int count_in_buffer_; // # of bytes available in buffer_ variable
/aosp_15_r20/external/tink/cc/streamingaead/
H A Dbuffered_input_stream.h70 int count_in_buffer_; // # of bytes available in buffer_ variable