OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_write_size_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/base/
stream.cc
510
:
max_write_size_
(max_size),
590
if (position_ >=
max_write_size_
) {
591
ASSERT(position_ ==
max_write_size_
);
599
size_t to_eof =
max_write_size_
- position_;
[
all
...]
stream.h
477
size_t
max_write_size_
;
member in class:rtc::CircularFileStream
Completed in 105 milliseconds