OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxLogLineSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
logging.cc
43
static const int
kMaxLogLineSize
= 1024 - 60;
460
const int max_lines = size /
kMaxLogLineSize
+ 1;
465
const int len = std::min(size,
kMaxLogLineSize
);
/external/chromium_org/third_party/libjingle/source/talk/base/
logging.cc
43
static const int
kMaxLogLineSize
= 1024 - 60;
480
const int max_lines = size /
kMaxLogLineSize
+ 1;
485
const int len = std::min(size,
kMaxLogLineSize
);
Completed in 152 milliseconds