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/protobuf/src/google/protobuf/stubs/
substitute.h
135
char scratch_[
kFastToBufferSize
];
strutil.cc
883
char buffer[
kFastToBufferSize
];
890
char buffer[
kFastToBufferSize
];
897
char buffer[
kFastToBufferSize
];
904
char buffer[
kFastToBufferSize
];
911
char buffer[
kFastToBufferSize
];
918
char buffer[
kFastToBufferSize
];
[
all
...]
strutil.h
343
static const int
kFastToBufferSize
= 32;
429
// bytes for floats.
kFastToBufferSize
is also guaranteed to be large
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc
316
char buffer[
kFastToBufferSize
];
cpp_message.cc
[
all
...]
/external/chromium/net/tools/flip_server/
balsa_headers.cc
64
const int
kFastToBufferSize
= 32; // I think 22 is adequate, but anyway..
784
// FastUInt64ToBuffer is supposed to use a maximum of
kFastToBufferSize
bytes.
785
char buffer[
kFastToBufferSize
];
893
char buffer[
kFastToBufferSize
];
[
all
...]
/external/protobuf/src/google/protobuf/
text_format.cc
[
all
...]
Completed in 379 milliseconds