Searched refs:GetCachedSize (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dmessage_serialization.cc23 rtc::SetBE32(buffer->data(), msg.GetCachedSize());
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.h237 virtual int GetCachedSize() const = 0;
H A Dwire_format_lite.cc534 const int size = value.GetCachedSize();
543 const int size = value.GetCachedSize();
558 const int size = value.GetCachedSize();
H A Ddynamic_message.cc206 int GetCachedSize() const;
424 int DynamicMessage::GetCachedSize() const { function in class:google::protobuf::DynamicMessage
H A Dmessage_lite.cc220 int size = GetCachedSize();
H A Dmessage.cc143 WireFormat::SerializeWithCachedSizes(*this, GetCachedSize(), output);
H A Dwire_format_lite_inl.h493 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize());
687 value.GetCachedSize(), target);
708 value.MessageType_WorkAroundCppLookupDefect::GetCachedSize(), target);
H A Ddescriptor.pb.h197 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::FileDescriptorSet
282 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::FileDescriptorProto
503 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::DescriptorProto_ExtensionRange
595 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::DescriptorProto
761 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::FieldDescriptorProto
1000 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::EnumDescriptorProto
1112 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::EnumValueDescriptorProto
1221 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::ServiceDescriptorProto
1333 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::MethodDescriptorProto
1462 int GetCachedSize() cons function in class:google::protobuf::FileOptions
1690 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::MessageOptions
1798 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::FieldOptions
1976 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::EnumOptions
2074 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::EnumValueOptions
2162 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::ServiceOptions
2250 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::MethodOptions
2338 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::UninterpretedOption_NamePart
2435 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::UninterpretedOption
2597 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::SourceCodeInfo_Location
2727 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::SourceCodeInfo
[all...]
H A Dwire_format.cc569 output->WriteVarint32(sub_message.GetCachedSize());
H A Dwire_format_unittest.cc394 EXPECT_EQ(size, message_set.GetCachedSize());
/external/protobuf/src/google/protobuf/
H A Dmessage_lite.h230 virtual int GetCachedSize() const = 0;
H A Dwire_format_lite.cc307 const int size = value.GetCachedSize();
316 const int size = value.GetCachedSize();
331 const int size = value.GetCachedSize();
H A Ddescriptor.pb.h193 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::FileDescriptorSet
287 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::FileDescriptorProto
469 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::DescriptorProto_ExtensionRange
566 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::DescriptorProto
734 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::FieldDescriptorProto
960 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::EnumDescriptorProto
1074 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::EnumValueDescriptorProto
1183 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::ServiceDescriptorProto
1297 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::MethodDescriptorProto
1422 int GetCachedSize() cons function in class:google::protobuf::FileOptions
1607 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::MessageOptions
1719 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::FieldOptions
1876 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::EnumOptions
1972 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::EnumValueOptions
2068 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::ServiceOptions
2164 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::MethodOptions
2260 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::UninterpretedOption_NamePart
2361 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::UninterpretedOption
[all...]
H A Ddynamic_message.cc194 int GetCachedSize() const;
411 int DynamicMessage::GetCachedSize() const { function in class:google::protobuf::DynamicMessage
H A Dmessage.cc142 WireFormat::SerializeWithCachedSizes(*this, GetCachedSize(), output);
H A Dmessage_lite.cc220 int size = GetCachedSize();
H A Dwire_format_lite_inl.h477 output->WriteVarint32(value.MessageType::GetCachedSize());
671 value.GetCachedSize(), target);
687 value.MessageType::GetCachedSize(), target);
H A Dwire_format.cc872 output->WriteVarint32(sub_message.GetCachedSize());
H A Dwire_format_unittest.cc394 EXPECT_EQ(size, message_set.GetCachedSize());
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc60 gfx::Size GetCachedSize(const std::pair<int, int>& width_and_lines);
109 gfx::Size size = GetCachedSize(key);
238 gfx::Size InnerBoundedLabel::GetCachedSize( function in class:message_center::InnerBoundedLabel
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_render.h273 FX_DWORD GetCachedSize(CPDF_Stream* pStream) const;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h86 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::compiler::CodeGeneratorRequest
203 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::compiler::CodeGeneratorResponse_File
320 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h85 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::compiler::CodeGeneratorRequest
208 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::compiler::CodeGeneratorResponse_File
325 int GetCachedSize() const { return _cached_size_; } function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_cache.cpp96 FX_DWORD CPDF_PageRenderCache::GetCachedSize(CPDF_Stream* pStream) const function in class:CPDF_PageRenderCache

Completed in 1319 milliseconds