OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mem_length
(Results
1 - 1
of
1
) sorted by null
/external/chromium/base/
stringprintf.cc
63
int
mem_length
= arraysize(stack_buf);
local
78
mem_length
*= 2;
81
mem_length
= result + 1;
84
if (
mem_length
> 32 * 1024 * 1024) {
92
std::vector<typename StringType::value_type> mem_buf(
mem_length
);
97
result = vsnprintfT(&mem_buf[0],
mem_length
, format, ap_copy);
100
if ((result >= 0) && (result <
mem_length
)) {
Completed in 446 milliseconds