Searched refs:kFastToBufferSize (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h135 char scratch_[kFastToBufferSize];
H A Dstrutil.cc883 char buffer[kFastToBufferSize];
890 char buffer[kFastToBufferSize];
897 char buffer[kFastToBufferSize];
904 char buffer[kFastToBufferSize];
911 char buffer[kFastToBufferSize];
918 char buffer[kFastToBufferSize];
H A Dstrutil.h343 static const int kFastToBufferSize = 32; member in namespace:google::protobuf
429 // bytes for floats. kFastToBufferSize is also guaranteed to be large
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc316 char buffer[kFastToBufferSize];
H A Dcpp_message.cc1724 char buffer[kFastToBufferSize];
/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.cc64 const int kFastToBufferSize = 32; // I think 22 is adequate, but anyway.. member in namespace:__anon3083
784 // FastUInt64ToBuffer is supposed to use a maximum of kFastToBufferSize bytes.
785 char buffer[kFastToBufferSize];
893 char buffer[kFastToBufferSize];
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc1165 char buffer[kFastToBufferSize];
1177 char buffer[kFastToBufferSize];

Completed in 124 milliseconds