OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFastToBufferSize
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/stubs/
substitute.h
135
char scratch_[
kFastToBufferSize
];
strutil.cc
[
all
...]
strutil.h
384
static const int
kFastToBufferSize
= 32;
470
// bytes for floats.
kFastToBufferSize
is also guaranteed to be large
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc
355
char buffer[
kFastToBufferSize
];
cpp_message.cc
425
char buffer[
kFastToBufferSize
];
[
all
...]
/external/protobuf/src/google/protobuf/
text_format.cc
[
all
...]
Completed in 461 milliseconds