Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Ddata_pipe_consumer_dispatcher.cc141 uint32_t min_num_bytes_to_read = all_or_none ? max_num_bytes_to_read : 0; in ReadData() local
143 if (min_num_bytes_to_read > bytes_available_) { in ReadData()