Searched refs:SerializeWithCachedSizesToArray (Results 1 - 14 of 14) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dmessage_lite.cc217 uint8* MessageLite::SerializeWithCachedSizesToArray(uint8* target) const { function in class:google::protobuf::MessageLite
238 uint8* end = SerializeWithCachedSizesToArray(buffer);
283 uint8* end = SerializeWithCachedSizesToArray(start);
309 uint8* end = SerializeWithCachedSizesToArray(start);
H A Dmessage_lite.h225 virtual uint8* SerializeWithCachedSizesToArray(uint8* target) const;
H A Dwire_format_lite.cc431 uint8* end = value.SerializeWithCachedSizesToArray(target);
447 uint8* end = value.SerializeWithCachedSizesToArray(target);
H A Dwire_format_lite_inl.h763 target = value.SerializeWithCachedSizesToArray(target);
772 return value.SerializeWithCachedSizesToArray(target);
783 ::SerializeWithCachedSizesToArray(target);
794 ::SerializeWithCachedSizesToArray(target);
H A Ddescriptor.pb.h197 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
279 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
497 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
586 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
762 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
1008 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
1092 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
1201 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
1307 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
1416 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(
[all...]
H A Ddescriptor.pb.cc892 ::google::protobuf::uint8* FileDescriptorSet::SerializeWithCachedSizesToArray( function in class:google::protobuf::FileDescriptorSet
1393 ::google::protobuf::uint8* FileDescriptorProto::SerializeWithCachedSizesToArray( function in class:google::protobuf::FileDescriptorProto
1849 ::google::protobuf::uint8* DescriptorProto_ExtensionRange::SerializeWithCachedSizesToArray( function in class:google::protobuf::DescriptorProto_ExtensionRange
2262 ::google::protobuf::uint8* DescriptorProto::SerializeWithCachedSizesToArray( function in class:google::protobuf::DescriptorProto
2951 ::google::protobuf::uint8* FieldDescriptorProto::SerializeWithCachedSizesToArray( function in class:google::protobuf::FieldDescriptorProto
3349 ::google::protobuf::uint8* OneofDescriptorProto::SerializeWithCachedSizesToArray( function in class:google::protobuf::OneofDescriptorProto
3642 ::google::protobuf::uint8* EnumDescriptorProto::SerializeWithCachedSizesToArray( function in class:google::protobuf::EnumDescriptorProto
3975 ::google::protobuf::uint8* EnumValueDescriptorProto::SerializeWithCachedSizesToArray( function in class:google::protobuf::EnumValueDescriptorProto
4305 ::google::protobuf::uint8* ServiceDescriptorProto::SerializeWithCachedSizesToArray( function in class:google::protobuf::ServiceDescriptorProto
4689 ::google::protobuf::uint8* MethodDescriptorProto::SerializeWithCachedSizesToArray( function in class:google::protobuf::MethodDescriptorProto
5327 ::google::protobuf::uint8* FileOptions::SerializeWithCachedSizesToArray( function in class:google::protobuf::FileOptions
5834 ::google::protobuf::uint8* MessageOptions::SerializeWithCachedSizesToArray( function in class:google::protobuf::MessageOptions
6312 ::google::protobuf::uint8* FieldOptions::SerializeWithCachedSizesToArray( function in class:google::protobuf::FieldOptions
6707 ::google::protobuf::uint8* EnumOptions::SerializeWithCachedSizesToArray( function in class:google::protobuf::EnumOptions
7000 ::google::protobuf::uint8* EnumValueOptions::SerializeWithCachedSizesToArray( function in class:google::protobuf::EnumValueOptions
7279 ::google::protobuf::uint8* ServiceOptions::SerializeWithCachedSizesToArray( function in class:google::protobuf::ServiceOptions
7558 ::google::protobuf::uint8* MethodOptions::SerializeWithCachedSizesToArray( function in class:google::protobuf::MethodOptions
7845 ::google::protobuf::uint8* UninterpretedOption_NamePart::SerializeWithCachedSizesToArray( function in class:google::protobuf::UninterpretedOption_NamePart
8275 ::google::protobuf::uint8* UninterpretedOption::SerializeWithCachedSizesToArray( function in class:google::protobuf::UninterpretedOption
8721 ::google::protobuf::uint8* SourceCodeInfo_Location::SerializeWithCachedSizesToArray( function in class:google::protobuf::SourceCodeInfo_Location
9037 ::google::protobuf::uint8* SourceCodeInfo::SerializeWithCachedSizesToArray( function in class:google::protobuf::SourceCodeInfo
[all...]
H A Dextension_set_unittest.cc341 // SerializeWithCachedSizesToArray.
349 uint8* end = source.SerializeWithCachedSizesToArray(target);
385 // SerializeWithCachedSizesToArray.
393 uint8* end = source.SerializeWithCachedSizesToArray(target);
H A Dextension_set_heavy.cc369 uint8* ExtensionSet::SerializeWithCachedSizesToArray( function in class:google::protobuf::internal::ExtensionSet
H A Dextension_set.h393 uint8* SerializeWithCachedSizesToArray(int start_field_number,
H A Dwire_format_unittest.cc485 uint8* end = message_set.SerializeWithCachedSizesToArray(target);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc589 // Test the generated SerializeWithCachedSizesToArray(),
597 uint8* end = message1.SerializeWithCachedSizesToArray(start);
611 uint8* end = packed_message1.SerializeWithCachedSizesToArray(start);
1742 // Test the generated SerializeWithCachedSizesToArray(),
1755 uint8* end = message1.SerializeWithCachedSizesToArray(start);
1769 uint8* end = message1.SerializeWithCachedSizesToArray(start);
1784 uint8* end = message1.SerializeWithCachedSizesToArray(start);
1798 uint8* end = message1.SerializeWithCachedSizesToArray(start);
1812 uint8* end = message1.SerializeWithCachedSizesToArray(start);
1826 uint8* end = message1.SerializeWithCachedSizesToArray(star
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc358 ::google::protobuf::uint8* CodeGeneratorRequest::SerializeWithCachedSizesToArray( function in class:google::protobuf::compiler::CodeGeneratorRequest
714 ::google::protobuf::uint8* CodeGeneratorResponse_File::SerializeWithCachedSizesToArray( function in class:google::protobuf::compiler::CodeGeneratorResponse_File
1023 ::google::protobuf::uint8* CodeGeneratorResponse::SerializeWithCachedSizesToArray( function in class:google::protobuf::compiler::CodeGeneratorResponse
H A Dplugin.pb.h85 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
199 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
313 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1234 self->message->SerializeWithCachedSizesToArray(

Completed in 2303 milliseconds