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

  /external/chromium_org/remoting/protocol/
util.cc 23 talk_base::SetBE32(buffer->data(), msg.GetCachedSize());
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message_lite.h 237 virtual int GetCachedSize() const = 0;
wire_format_lite.cc 534 const int size = value.GetCachedSize();
543 const int size = value.GetCachedSize();
558 const int size = value.GetCachedSize();
dynamic_message.cc 206 int GetCachedSize() const;
432 int DynamicMessage::GetCachedSize() const {
message_lite.cc 220 int size = GetCachedSize();
message.cc 143 WireFormat::SerializeWithCachedSizes(*this, GetCachedSize(), output);
wire_format_lite_inl.h 493 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize());
687 value.GetCachedSize(), target);
708 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize(), target);
    [all...]
descriptor.pb.h 197 int GetCachedSize() const { return _cached_size_; }
282 int GetCachedSize() const { return _cached_size_; }
503 int GetCachedSize() const { return _cached_size_; }
595 int GetCachedSize() const { return _cached_size_; }
761 int GetCachedSize() const { return _cached_size_; }
    [all...]
wire_format.cc 569 output->WriteVarint32(sub_message.GetCachedSize());
wire_format_unittest.cc 394 EXPECT_EQ(size, message_set.GetCachedSize());
    [all...]
  /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/chromium_org/ui/message_center/views/
bounded_label.cc 57 gfx::Size GetCachedSize(const std::pair<int, int>& width_and_lines);
106 gfx::Size size = GetCachedSize(key);
238 gfx::Size InnerBoundedLabel::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_; }
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.h 86 int GetCachedSize() const { return _cached_size_; }
203 int GetCachedSize() const { return _cached_size_; }
320 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 2635 milliseconds