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

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h135 char scratch_[kFastToBufferSize];
H A Dstrutil.cc928 char buffer[kFastToBufferSize];
935 char buffer[kFastToBufferSize];
942 char buffer[kFastToBufferSize];
949 char buffer[kFastToBufferSize];
956 char buffer[kFastToBufferSize];
963 char buffer[kFastToBufferSize];
H A Dstrutil.h353 static const int kFastToBufferSize = 32; member in namespace:google::protobuf
439 // bytes for floats. kFastToBufferSize is also guaranteed to be large
/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_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc351 char buffer[kFastToBufferSize];
H A Dcpp_message.cc408 char buffer[kFastToBufferSize];
1972 char buffer[kFastToBufferSize];
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.cc76 const int kFastToBufferSize = 32; // I think 22 is adequate, but anyway.. member in namespace:__anon9748
827 // FastUInt64ToBuffer is supposed to use a maximum of kFastToBufferSize bytes.
828 char buffer[kFastToBufferSize];
936 char buffer[kFastToBufferSize];
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc1165 char buffer[kFastToBufferSize];
1177 char buffer[kFastToBufferSize];
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc1445 char buffer[kFastToBufferSize];
1457 char buffer[kFastToBufferSize];

Completed in 3062 milliseconds