HomeSort by relevance Sort by last modified time
    Searched refs:GetCachedSize (Results 1 - 11 of 11) sorted by null

  /external/protobuf/src/google/protobuf/
message_lite.h 230 virtual int GetCachedSize() const = 0;
wire_format_lite.cc 307 const int size = value.GetCachedSize();
316 const int size = value.GetCachedSize();
331 const int size = value.GetCachedSize();
descriptor.pb.h 193 int GetCachedSize() const { return _cached_size_; }
287 int GetCachedSize() const { return _cached_size_; }
469 int GetCachedSize() const { return _cached_size_; }
566 int GetCachedSize() const { return _cached_size_; }
734 int GetCachedSize() const { return _cached_size_; }
    [all...]
dynamic_message.cc 194 int GetCachedSize() const;
411 int DynamicMessage::GetCachedSize() const {
message.cc 141 WireFormat::SerializeWithCachedSizes(*this, GetCachedSize(), output);
message_lite.cc 220 int size = GetCachedSize();
wire_format_lite_inl.h 477 output->WriteVarint32(value.MessageType::GetCachedSize());
671 value.GetCachedSize(), target);
687 value.MessageType::GetCachedSize(), target);
wire_format.cc     [all...]
wire_format_unittest.cc 394 EXPECT_EQ(size, message_set.GetCachedSize());
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 85 int GetCachedSize() const { return _cached_size_; }
208 int GetCachedSize() const { return _cached_size_; }
325 int GetCachedSize() const { return _cached_size_; }
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.h 682 int GetCachedSize() const { return _cached_size_; }
    [all...]

Completed in 1132 milliseconds