Searched refs:SerializeWithCachedSizes (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.h170 // are just simple wrappers around ByteSize() and SerializeWithCachedSizes().
218 virtual void SerializeWithCachedSizes(
221 // Like SerializeWithCachedSizes, but writes directly to *target, returning
H A Dwire_format.h116 static void SerializeWithCachedSizes(
124 // WireFormat::SerializeWithCachedSizes() on the same object.
H A Dwire_format_unittest.cc232 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 Dmessage_lite.cc223 SerializeWithCachedSizes(&coded_out);
245 SerializeWithCachedSizes(output);
H A Dwire_format_lite.cc526 value.SerializeWithCachedSizes(output);
536 value.SerializeWithCachedSizes(output);
549 value.SerializeWithCachedSizes(output);
565 value.SerializeWithCachedSizes(output);
H A Dmessage.cc141 void Message::SerializeWithCachedSizes( function in class:google::protobuf::Message
143 WireFormat::SerializeWithCachedSizes(*this, GetCachedSize(), output);
H A Ddescriptor.pb.h194 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 Ddescriptor.pb.cc825 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 Dmessage.h274 virtual void SerializeWithCachedSizes(io::CodedOutputStream* output) const;
H A Dextension_set_unittest.cc296 source.SerializeWithCachedSizes(&output_stream);
340 source.SerializeWithCachedSizes(&output_stream);
/external/protobuf/src/google/protobuf/
H A Dmessage_lite.h163 // are just simple wrappers around ByteSize() and SerializeWithCachedSizes().
211 virtual void SerializeWithCachedSizes(
214 // Like SerializeWithCachedSizes, but writes directly to *target, returning
H A Dwire_format_lite.cc299 value.SerializeWithCachedSizes(output);
309 value.SerializeWithCachedSizes(output);
322 value.SerializeWithCachedSizes(output);
338 value.SerializeWithCachedSizes(output);
H A Dmessage.cc140 void Message::SerializeWithCachedSizes( function in class:google::protobuf::Message
142 WireFormat::SerializeWithCachedSizes(*this, GetCachedSize(), output);
H A Dmessage_lite.cc223 SerializeWithCachedSizes(&coded_out);
245 SerializeWithCachedSizes(output);
H A Dwire_format_unittest.cc232 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 Dwire_format.h115 static void SerializeWithCachedSizes(
123 // WireFormat::SerializeWithCachedSizes() on the same object.
H A Ddescriptor.pb.h190 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 Ddescriptor.pb.cc746 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 Dextension_set_unittest.cc219 source.SerializeWithCachedSizes(&output_stream);
263 source.SerializeWithCachedSizes(&output_stream);
H A Dmessage.h293 virtual void SerializeWithCachedSizes(io::CodedOutputStream* output) const;
/external/chromium_org/components/dom_distiller/standalone/
H A Dcontent_extractor.cc132 message.SerializeWithCachedSizes(&coded_output);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc311 void CodeGeneratorRequest::SerializeWithCachedSizes( function in class:google::protobuf::compiler::CodeGeneratorRequest
643 void CodeGeneratorResponse_File::SerializeWithCachedSizes( function in class:google::protobuf::compiler::CodeGeneratorResponse_File
945 void CodeGeneratorResponse::SerializeWithCachedSizes( function in class:google::protobuf::compiler::CodeGeneratorResponse
H A Dplugin.pb.h83 void SerializeWithCachedSizes(
200 void SerializeWithCachedSizes(
317 void SerializeWithCachedSizes(
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc303 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 Dplugin.pb.h82 void SerializeWithCachedSizes(
205 void SerializeWithCachedSizes(
322 void SerializeWithCachedSizes(

Completed in 580 milliseconds

12