Searched refs:kMinimumSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h144 static const int kMinimumSize = 16; member in class:google::protobuf::io::StringOutputStream
H A Dzero_copy_stream_impl_lite.cc163 // that the new size is at least kMinimumSize.
167 kMinimumSize + 0)); // "+ 0" works around GCC4 weirdness.
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h144 static const int kMinimumSize = 16; member in class:google::protobuf::io::StringOutputStream
H A Dzero_copy_stream_impl_lite.cc163 // that the new size is at least kMinimumSize.
167 kMinimumSize + 0)); // "+ 0" works around GCC4 weirdness.

Completed in 46 milliseconds