Searched defs:all_or_none (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/mojo/system/
H A Ddata_pipe.cc102 bool all_or_none) {
119 uint32_t min_num_bytes_to_write = all_or_none ? max_num_bytes_to_write : 0;
135 bool all_or_none) {
145 if (all_or_none) {
263 bool all_or_none) {
277 uint32_t min_num_bytes_to_read = all_or_none ? max_num_bytes_to_read : 0;
291 bool all_or_none) {
306 all_or_none ? max_num_bytes_to_discard : 0;
333 bool all_or_none) {
341 if (all_or_none) {
100 ProducerWriteData(UserPointer<const void> elements, UserPointer<uint32_t> num_bytes, bool all_or_none) argument
132 ProducerBeginWriteData( UserPointer<void*> buffer, UserPointer<uint32_t> buffer_num_bytes, bool all_or_none) argument
261 ConsumerReadData(UserPointer<void> elements, UserPointer<uint32_t> num_bytes, bool all_or_none) argument
290 ConsumerDiscardData(UserPointer<uint32_t> num_bytes, bool all_or_none) argument
330 ConsumerBeginReadData( UserPointer<const void*> buffer, UserPointer<uint32_t> buffer_num_bytes, bool all_or_none) argument
[all...]

Completed in 57 milliseconds