OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFastToBufferSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.h
353
static const int
kFastToBufferSize
= 32;
439
// bytes for floats.
kFastToBufferSize
is also guaranteed to be large
/external/protobuf/src/google/protobuf/stubs/
strutil.h
343
static const int
kFastToBufferSize
= 32;
429
// bytes for floats.
kFastToBufferSize
is also guaranteed to be large
/external/chromium_org/net/tools/balsa/
balsa_headers.cc
76
const int
kFastToBufferSize
= 32; // I think 22 is adequate, but anyway..
827
// FastUInt64ToBuffer is supposed to use a maximum of
kFastToBufferSize
bytes.
828
char buffer[
kFastToBufferSize
];
[
all
...]
Completed in 2624 milliseconds