HomeSort by relevance Sort by last modified time
    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 66 const int kFastToBufferSize = 32; // I think 22 is adequate, but anyway..
611 // FastUInt64ToBuffer is supposed to use a maximum of kFastToBufferSize bytes.
612 char buffer[kFastToBufferSize];
720 char buffer[kFastToBufferSize];
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]

Completed in 55 milliseconds