/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
H A D | message_lite.h | 170 // are just simple wrappers around ByteSize() and SerializeWithCachedSizes(). 218 virtual void SerializeWithCachedSizes( 221 // Like SerializeWithCachedSizes, but writes directly to *target, returning
|
H A D | wire_format.h | 116 static void SerializeWithCachedSizes( 124 // WireFormat::SerializeWithCachedSizes() on the same object.
|
H A D | wire_format_unittest.cc | 232 message.SerializeWithCachedSizes(&output); 240 WireFormat::SerializeWithCachedSizes(message, size, &output); 262 message.SerializeWithCachedSizes(&output); 270 WireFormat::SerializeWithCachedSizes(message, size, &output); 292 message.SerializeWithCachedSizes(&output); 300 WireFormat::SerializeWithCachedSizes(message, size, &output); 414 message_set.SerializeWithCachedSizes(&output_stream); 422 WireFormat::SerializeWithCachedSizes(message_set, size, &output_stream); 498 message.SerializeWithCachedSizes(&coded_output);
|
H A D | message_lite.cc | 223 SerializeWithCachedSizes(&coded_out); 245 SerializeWithCachedSizes(output);
|
H A D | wire_format_lite.cc | 526 value.SerializeWithCachedSizes(output); 536 value.SerializeWithCachedSizes(output); 549 value.SerializeWithCachedSizes(output); 565 value.SerializeWithCachedSizes(output);
|
H A D | message.cc | 141 void Message::SerializeWithCachedSizes( function in class:google::protobuf::Message 143 WireFormat::SerializeWithCachedSizes(*this, GetCachedSize(), output);
|
H A D | descriptor.pb.h | 194 void SerializeWithCachedSizes( 279 void SerializeWithCachedSizes( 500 void SerializeWithCachedSizes( 592 void SerializeWithCachedSizes( 758 void SerializeWithCachedSizes( 997 void SerializeWithCachedSizes( 1109 void SerializeWithCachedSizes( 1218 void SerializeWithCachedSizes( 1330 void SerializeWithCachedSizes( 1459 void SerializeWithCachedSizes( [all...] |
H A D | descriptor.pb.cc | 825 void FileDescriptorSet::SerializeWithCachedSizes( function in class:google::protobuf::FileDescriptorSet 1250 void FileDescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::FileDescriptorProto 1750 void DescriptorProto_ExtensionRange::SerializeWithCachedSizes( function in class:google::protobuf::DescriptorProto_ExtensionRange 2093 void DescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::DescriptorProto 2717 void FieldDescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::FieldDescriptorProto 3162 void EnumDescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::EnumDescriptorProto 3480 void EnumValueDescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::EnumValueDescriptorProto 3791 void ServiceDescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::ServiceDescriptorProto 4144 void MethodDescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::MethodDescriptorProto 4696 void FileOptions::SerializeWithCachedSizes( function in class:google::protobuf::FileOptions 5194 void MessageOptions::SerializeWithCachedSizes( function in class:google::protobuf::MessageOptions 5612 void FieldOptions::SerializeWithCachedSizes( function in class:google::protobuf::FieldOptions 5989 void EnumOptions::SerializeWithCachedSizes( function in class:google::protobuf::EnumOptions 6237 void EnumValueOptions::SerializeWithCachedSizes( function in class:google::protobuf::EnumValueOptions 6462 void ServiceOptions::SerializeWithCachedSizes( function in class:google::protobuf::ServiceOptions 6687 void MethodOptions::SerializeWithCachedSizes( function in class:google::protobuf::MethodOptions 6936 void UninterpretedOption_NamePart::SerializeWithCachedSizes( function in class:google::protobuf::UninterpretedOption_NamePart 7307 void UninterpretedOption::SerializeWithCachedSizes( function in class:google::protobuf::UninterpretedOption 7746 void SourceCodeInfo_Location::SerializeWithCachedSizes( function in class:google::protobuf::SourceCodeInfo_Location 8076 void SourceCodeInfo::SerializeWithCachedSizes( function in class:google::protobuf::SourceCodeInfo [all...] |
H A D | message.h | 274 virtual void SerializeWithCachedSizes(io::CodedOutputStream* output) const;
|
H A D | extension_set_unittest.cc | 296 source.SerializeWithCachedSizes(&output_stream); 340 source.SerializeWithCachedSizes(&output_stream);
|
H A D | wire_format.cc | 407 void WireFormat::SerializeWithCachedSizes( function in class:google::protobuf::internal::WireFormat 570 sub_message.SerializeWithCachedSizes(output);
|
/external/protobuf/src/google/protobuf/ |
H A D | message_lite.h | 163 // are just simple wrappers around ByteSize() and SerializeWithCachedSizes(). 211 virtual void SerializeWithCachedSizes( 214 // Like SerializeWithCachedSizes, but writes directly to *target, returning
|
H A D | wire_format_lite.cc | 299 value.SerializeWithCachedSizes(output); 309 value.SerializeWithCachedSizes(output); 322 value.SerializeWithCachedSizes(output); 338 value.SerializeWithCachedSizes(output);
|
H A D | message.cc | 139 void Message::SerializeWithCachedSizes( function in class:google::protobuf::Message 141 WireFormat::SerializeWithCachedSizes(*this, GetCachedSize(), output);
|
H A D | message_lite.cc | 223 SerializeWithCachedSizes(&coded_out); 245 SerializeWithCachedSizes(output);
|
H A D | wire_format_unittest.cc | 232 message.SerializeWithCachedSizes(&output); 240 WireFormat::SerializeWithCachedSizes(message, size, &output); 262 message.SerializeWithCachedSizes(&output); 270 WireFormat::SerializeWithCachedSizes(message, size, &output); 292 message.SerializeWithCachedSizes(&output); 300 WireFormat::SerializeWithCachedSizes(message, size, &output); 414 message_set.SerializeWithCachedSizes(&output_stream); 422 WireFormat::SerializeWithCachedSizes(message_set, size, &output_stream);
|
H A D | wire_format.h | 115 static void SerializeWithCachedSizes( 123 // WireFormat::SerializeWithCachedSizes() on the same object.
|
H A D | descriptor.pb.h | 190 void SerializeWithCachedSizes( 284 void SerializeWithCachedSizes( 466 void SerializeWithCachedSizes( 563 void SerializeWithCachedSizes( 731 void SerializeWithCachedSizes( 957 void SerializeWithCachedSizes( 1071 void SerializeWithCachedSizes( 1180 void SerializeWithCachedSizes( 1294 void SerializeWithCachedSizes( 1419 void SerializeWithCachedSizes( [all...] |
H A D | descriptor.pb.cc | 746 void FileDescriptorSet::SerializeWithCachedSizes( function in class:google::protobuf::FileDescriptorSet 1100 void FileDescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::FileDescriptorProto 1523 void DescriptorProto_ExtensionRange::SerializeWithCachedSizes( function in class:google::protobuf::DescriptorProto_ExtensionRange 1866 void DescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::DescriptorProto 2493 void FieldDescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::FieldDescriptorProto 2938 void EnumDescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::EnumDescriptorProto 3256 void EnumValueDescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::EnumValueDescriptorProto 3567 void ServiceDescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::ServiceDescriptorProto 3922 void MethodDescriptorProto::SerializeWithCachedSizes( function in class:google::protobuf::MethodDescriptorProto 4408 void FileOptions::SerializeWithCachedSizes( function in class:google::protobuf::FileOptions 4833 void MessageOptions::SerializeWithCachedSizes( function in class:google::protobuf::MessageOptions 5213 void FieldOptions::SerializeWithCachedSizes( function in class:google::protobuf::FieldOptions 5531 void EnumOptions::SerializeWithCachedSizes( function in class:google::protobuf::EnumOptions 5755 void EnumValueOptions::SerializeWithCachedSizes( function in class:google::protobuf::EnumValueOptions 5979 void ServiceOptions::SerializeWithCachedSizes( function in class:google::protobuf::ServiceOptions 6203 void MethodOptions::SerializeWithCachedSizes( function in class:google::protobuf::MethodOptions 6452 void UninterpretedOption_NamePart::SerializeWithCachedSizes( function in class:google::protobuf::UninterpretedOption_NamePart 6797 void UninterpretedOption::SerializeWithCachedSizes( function in class:google::protobuf::UninterpretedOption [all...] |
H A D | extension_set_unittest.cc | 219 source.SerializeWithCachedSizes(&output_stream); 263 source.SerializeWithCachedSizes(&output_stream);
|
H A D | message.h | 293 virtual void SerializeWithCachedSizes(io::CodedOutputStream* output) const;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.pb.cc | 309 void CodeGeneratorRequest::SerializeWithCachedSizes( function in class:google::protobuf::compiler::CodeGeneratorRequest 641 void CodeGeneratorResponse_File::SerializeWithCachedSizes( function in class:google::protobuf::compiler::CodeGeneratorResponse_File 943 void CodeGeneratorResponse::SerializeWithCachedSizes( function in class:google::protobuf::compiler::CodeGeneratorResponse
|
H A D | plugin.pb.h | 83 void SerializeWithCachedSizes( 200 void SerializeWithCachedSizes( 317 void SerializeWithCachedSizes(
|
/external/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.pb.cc | 303 void CodeGeneratorRequest::SerializeWithCachedSizes( function in class:google::protobuf::compiler::CodeGeneratorRequest 637 void CodeGeneratorResponse_File::SerializeWithCachedSizes( function in class:google::protobuf::compiler::CodeGeneratorResponse_File 939 void CodeGeneratorResponse::SerializeWithCachedSizes( function in class:google::protobuf::compiler::CodeGeneratorResponse
|
H A D | plugin.pb.h | 82 void SerializeWithCachedSizes( 205 void SerializeWithCachedSizes( 322 void SerializeWithCachedSizes(
|