OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFastToBufferSize
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
substitute.h
135
char scratch_[
kFastToBufferSize
];
strutil.cc
928
char buffer[
kFastToBufferSize
];
935
char buffer[
kFastToBufferSize
]
[
all
...]
strutil.h
353
static const int
kFastToBufferSize
= 32;
439
// bytes for floats.
kFastToBufferSize
is also guaranteed to be large
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc
351
char buffer[
kFastToBufferSize
];
cpp_message.cc
408
char buffer[
kFastToBufferSize
];
[
all
...]
/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
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc
[
all
...]
Completed in 851 milliseconds