Searched defs:kFastToBufferSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
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 Dstrutil.h343 static const int kFastToBufferSize = 32; member in namespace:google::protobuf
429 // bytes for floats. kFastToBufferSize is also guaranteed to be large
/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];

Completed in 1788 milliseconds