OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxMessageNumBytes
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/mojo/system/
constants.h
20
const size_t
kMaxMessageNumBytes
= 4 * 1024 * 1024;
message_in_transit.cc
23
kMaxMessageNumBytes
<= 0x7fffffff,
message_pipe_dispatcher.cc
59
if (num_bytes >
kMaxMessageNumBytes
)
core_test_base.cc
56
if (num_bytes >
kMaxMessageNumBytes
)
Completed in 531 milliseconds