Searched refs:MergeFrom (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dmessage.py72 clone.MergeFrom(self)
94 def MergeFrom(self, other_msg): member in class:Message
111 message using MergeFrom.
119 self.MergeFrom(other_msg)
/external/protobuf/python/google/protobuf/
H A Dmessage.py80 def MergeFrom(self, other_msg): member in class:Message
97 message using MergeFrom.
105 self.MergeFrom(other_msg)
/external/compiler-rt/lib/asan/
H A Dasan_stats.cc62 void AsanStats::MergeFrom(const AsanStats *stats) { function in class:__asan::AsanStats
83 accumulated_stats->MergeFrom(&t->stats());
93 stats->MergeFrom(&unknown_thread_stats);
96 stats->MergeFrom(&dead_threads_stats);
108 dead_threads_stats.MergeFrom(stats);
H A Dasan_stats.h57 void MergeFrom(const AsanStats *stats);
/external/chromium_org/components/policy/core/common/
H A Dpolicy_bundle.h43 // See PolicyMap::MergeFrom for details on merging individual PolicyMaps.
44 void MergeFrom(const PolicyBundle& other);
H A Dpolicy_bundle.cc44 void PolicyBundle::MergeFrom(const PolicyBundle& other) { function in class:policy::PolicyBundle
55 it_this->second->MergeFrom(*it_other->second);
H A Dpolicy_map.h85 void MergeFrom(const PolicyMap& other);
H A Dpolicy_bundle_unittest.cc148 TEST(PolicyBundleTest, MergeFrom) {
188 merged.MergeFrom(bundle0);
189 merged.MergeFrom(bundle1);
190 merged.MergeFrom(bundle2);
192 merged.MergeFrom(empty_bundle);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc182 MergeFrom(from);
416 void CodeGeneratorRequest::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::compiler::CodeGeneratorRequest
424 MergeFrom(*source);
428 void CodeGeneratorRequest::MergeFrom(const CodeGeneratorRequest& from) { function in class:google::protobuf::compiler::CodeGeneratorRequest
430 file_to_generate_.MergeFrom(from.file_to_generate_);
431 proto_file_.MergeFrom(from.proto_file_);
437 mutable_unknown_fields()->MergeFrom(from.unknown_fields());
443 MergeFrom(from);
449 MergeFrom(from);
499 MergeFrom(fro
754 void CodeGeneratorResponse_File::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
766 void CodeGeneratorResponse_File::MergeFrom(const CodeGeneratorResponse_File& from) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
1025 void CodeGeneratorResponse::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::compiler::CodeGeneratorResponse
1037 void CodeGeneratorResponse::MergeFrom(const CodeGeneratorResponse& from) { function in class:google::protobuf::compiler::CodeGeneratorResponse
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc176 MergeFrom(from);
408 void CodeGeneratorRequest::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::compiler::CodeGeneratorRequest
416 MergeFrom(*source);
420 void CodeGeneratorRequest::MergeFrom(const CodeGeneratorRequest& from) { function in class:google::protobuf::compiler::CodeGeneratorRequest
422 file_to_generate_.MergeFrom(from.file_to_generate_);
423 proto_file_.MergeFrom(from.proto_file_);
429 mutable_unknown_fields()->MergeFrom(from.unknown_fields());
435 MergeFrom(from);
441 MergeFrom(from);
494 MergeFrom(fro
748 void CodeGeneratorResponse_File::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
760 void CodeGeneratorResponse_File::MergeFrom(const CodeGeneratorResponse_File& from) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
1019 void CodeGeneratorResponse::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::compiler::CodeGeneratorResponse
1031 void CodeGeneratorResponse::MergeFrom(const CodeGeneratorResponse& from) { function in class:google::protobuf::compiler::CodeGeneratorResponse
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc666 MergeFrom(from);
798 void FileDescriptorSet::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::FileDescriptorSet
806 MergeFrom(*source);
810 void FileDescriptorSet::MergeFrom(const FileDescriptorSet& from) { function in class:google::protobuf::FileDescriptorSet
812 file_.MergeFrom(from.file_);
813 mutable_unknown_fields()->MergeFrom(from.unknown_fields());
819 MergeFrom(from);
825 MergeFrom(from);
881 MergeFrom(from);
1314 void FileDescriptorProto::MergeFrom(cons function in class:google::protobuf::FileDescriptorProto
1326 void FileDescriptorProto::MergeFrom(const FileDescriptorProto& from) { function in class:google::protobuf::FileDescriptorProto
1590 void DescriptorProto_ExtensionRange::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::DescriptorProto_ExtensionRange
1602 void DescriptorProto_ExtensionRange::MergeFrom(const DescriptorProto_ExtensionRange& from) { function in class:google::protobuf::DescriptorProto_ExtensionRange
2050 void DescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::DescriptorProto
2062 void DescriptorProto::MergeFrom(const DescriptorProto& from) { function in class:google::protobuf::DescriptorProto
2703 void FieldDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::FieldDescriptorProto
2715 void FieldDescriptorProto::MergeFrom(const FieldDescriptorProto& from) { function in class:google::protobuf::FieldDescriptorProto
3038 void EnumDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::EnumDescriptorProto
3050 void EnumDescriptorProto::MergeFrom(const EnumDescriptorProto& from) { function in class:google::protobuf::EnumDescriptorProto
3352 void EnumValueDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::EnumValueDescriptorProto
3364 void EnumValueDescriptorProto::MergeFrom(const EnumValueDescriptorProto& from) { function in class:google::protobuf::EnumValueDescriptorProto
3667 void ServiceDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::ServiceDescriptorProto
3679 void ServiceDescriptorProto::MergeFrom(const ServiceDescriptorProto& from) { function in class:google::protobuf::ServiceDescriptorProto
4053 void MethodDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::MethodDescriptorProto
4065 void MethodDescriptorProto::MergeFrom(const MethodDescriptorProto& from) { function in class:google::protobuf::MethodDescriptorProto
4602 void FileOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::FileOptions
4614 void FileOptions::MergeFrom(const FileOptions& from) { function in class:google::protobuf::FileOptions
4927 void MessageOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::MessageOptions
4939 void MessageOptions::MergeFrom(const MessageOptions& from) { function in class:google::protobuf::MessageOptions
5351 void FieldOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::FieldOptions
5363 void FieldOptions::MergeFrom(const FieldOptions& from) { function in class:google::protobuf::FieldOptions
5593 void EnumOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::EnumOptions
5605 void EnumOptions::MergeFrom(const EnumOptions& from) { function in class:google::protobuf::EnumOptions
5817 void EnumValueOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::EnumValueOptions
5829 void EnumValueOptions::MergeFrom(const EnumValueOptions& from) { function in class:google::protobuf::EnumValueOptions
6041 void ServiceOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::ServiceOptions
6053 void ServiceOptions::MergeFrom(const ServiceOptions& from) { function in class:google::protobuf::ServiceOptions
6265 void MethodOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::MethodOptions
6277 void MethodOptions::MergeFrom(const MethodOptions& from) { function in class:google::protobuf::MethodOptions
6526 void UninterpretedOption_NamePart::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::UninterpretedOption_NamePart
6538 void UninterpretedOption_NamePart::MergeFrom(const UninterpretedOption_NamePart& from) { function in class:google::protobuf::UninterpretedOption_NamePart
6946 void UninterpretedOption::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::UninterpretedOption
6958 void UninterpretedOption::MergeFrom(const UninterpretedOption& from) { function in class:google::protobuf::UninterpretedOption
[all...]
H A Dreflection_ops.cc87 to_reflection->AddMessage(to, field)->MergeFrom(
112 to_reflection->MutableMessage(to, field)->MergeFrom(
119 to_reflection->MutableUnknownFields(to)->MergeFrom(
H A Dunknown_field_set.cc62 void UnknownFieldSet::MergeFrom(const UnknownFieldSet& other) { function in class:google::protobuf::UnknownFieldSet
151 MergeFrom(other);
194 group->MergeFrom(*group_);
/external/protobuf/python/google/protobuf/internal/
H A Dcontainers.py124 def MergeFrom(self, other): member in class:RepeatedScalarFieldContainer
209 def MergeFrom(self, other): member in class:RepeatedCompositeFieldContainer
219 new_element.MergeFrom(message)
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc744 MergeFrom(from);
877 void FileDescriptorSet::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::FileDescriptorSet
885 MergeFrom(*source);
889 void FileDescriptorSet::MergeFrom(const FileDescriptorSet& from) { function in class:google::protobuf::FileDescriptorSet
891 file_.MergeFrom(from.file_);
892 mutable_unknown_fields()->MergeFrom(from.unknown_fields());
898 MergeFrom(from);
904 MergeFrom(from);
962 MergeFrom(from);
1530 void FileDescriptorProto::MergeFrom(cons function in class:google::protobuf::FileDescriptorProto
1542 void FileDescriptorProto::MergeFrom(const FileDescriptorProto& from) { function in class:google::protobuf::FileDescriptorProto
1817 void DescriptorProto_ExtensionRange::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::DescriptorProto_ExtensionRange
1829 void DescriptorProto_ExtensionRange::MergeFrom(const DescriptorProto_ExtensionRange& from) { function in class:google::protobuf::DescriptorProto_ExtensionRange
2277 void DescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::DescriptorProto
2289 void DescriptorProto::MergeFrom(const DescriptorProto& from) { function in class:google::protobuf::DescriptorProto
2927 void FieldDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::FieldDescriptorProto
2939 void FieldDescriptorProto::MergeFrom(const FieldDescriptorProto& from) { function in class:google::protobuf::FieldDescriptorProto
3262 void EnumDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::EnumDescriptorProto
3274 void EnumDescriptorProto::MergeFrom(const EnumDescriptorProto& from) { function in class:google::protobuf::EnumDescriptorProto
3576 void EnumValueDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::EnumValueDescriptorProto
3588 void EnumValueDescriptorProto::MergeFrom(const EnumValueDescriptorProto& from) { function in class:google::protobuf::EnumValueDescriptorProto
3891 void ServiceDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::ServiceDescriptorProto
3903 void ServiceDescriptorProto::MergeFrom(const ServiceDescriptorProto& from) { function in class:google::protobuf::ServiceDescriptorProto
4275 void MethodDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::MethodDescriptorProto
4287 void MethodDescriptorProto::MergeFrom(const MethodDescriptorProto& from) { function in class:google::protobuf::MethodDescriptorProto
4948 void FileOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::FileOptions
4960 void FileOptions::MergeFrom(const FileOptions& from) { function in class:google::protobuf::FileOptions
5288 void MessageOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::MessageOptions
5300 void MessageOptions::MergeFrom(const MessageOptions& from) { function in class:google::protobuf::MessageOptions
5780 void FieldOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::FieldOptions
5792 void FieldOptions::MergeFrom(const FieldOptions& from) { function in class:google::protobuf::FieldOptions
6068 void EnumOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::EnumOptions
6080 void EnumOptions::MergeFrom(const EnumOptions& from) { function in class:google::protobuf::EnumOptions
6299 void EnumValueOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::EnumValueOptions
6311 void EnumValueOptions::MergeFrom(const EnumValueOptions& from) { function in class:google::protobuf::EnumValueOptions
6524 void ServiceOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::ServiceOptions
6536 void ServiceOptions::MergeFrom(const ServiceOptions& from) { function in class:google::protobuf::ServiceOptions
6749 void MethodOptions::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::MethodOptions
6761 void MethodOptions::MergeFrom(const MethodOptions& from) { function in class:google::protobuf::MethodOptions
7010 void UninterpretedOption_NamePart::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::UninterpretedOption_NamePart
7022 void UninterpretedOption_NamePart::MergeFrom(const UninterpretedOption_NamePart& from) { function in class:google::protobuf::UninterpretedOption_NamePart
7482 void UninterpretedOption::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::UninterpretedOption
7494 void UninterpretedOption::MergeFrom(const UninterpretedOption& from) { function in class:google::protobuf::UninterpretedOption
7913 void SourceCodeInfo_Location::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::SourceCodeInfo_Location
7925 void SourceCodeInfo_Location::MergeFrom(const SourceCodeInfo_Location& from) { function in class:google::protobuf::SourceCodeInfo_Location
8128 void SourceCodeInfo::MergeFrom(const ::google::protobuf::Message& from) { function in class:google::protobuf::SourceCodeInfo
8140 void SourceCodeInfo::MergeFrom(const SourceCodeInfo& from) { function in class:google::protobuf::SourceCodeInfo
[all...]
H A Dreflection_ops.cc91 to_reflection->AddMessage(to, field)->MergeFrom(
116 to_reflection->MutableMessage(to, field)->MergeFrom(
123 to_reflection->MutableUnknownFields(to)->MergeFrom(
H A Dunknown_field_set.cc87 void UnknownFieldSet::MergeFrom(const UnknownFieldSet& other) { function in class:google::protobuf::UnknownFieldSet
211 MergeFrom(other);
255 group->MergeFrom(*group_);
/external/chromium_org/tools/gn/
H A Dsubstitution_type.h80 void MergeFrom(const SubstitutionBits& other);
H A Dninja_copy_target_writer.cc50 required_bits.MergeFrom(stamp_tool->substitution_bits());
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate_browsertest.cc74 request_headers_.MergeFrom(request->extra_request_headers());
87 request_headers_.MergeFrom(request->extra_request_headers());
/external/chromium_org/net/http/
H A Dhttp_request_headers_unittest.cc144 TEST(HttpRequestHeaders, MergeFrom) {
152 headers.MergeFrom(headers2);
H A Dproxy_client_socket.cc42 request_headers->MergeFrom(auth_headers);
/external/chromium_org/media/cast/logging/
H A Dlog_deserializer.cc42 to_base_event->MergeFrom(from_base_event);
57 to->mutable_event_type()->MergeFrom(from.event_type());
58 to->mutable_event_timestamp_ms()->MergeFrom(from.event_timestamp_ms());
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcontainers.py135 def MergeFrom(self, other): member in class:RepeatedScalarFieldContainer
233 new_element.MergeFrom(message)
237 def MergeFrom(self, other): member in class:RepeatedCompositeFieldContainer
H A Dcpp_message.py207 self.add().MergeFrom(message)
215 def MergeFrom(self, other): member in class:RepeatedCompositeContainer
217 self.add().MergeFrom(message)
485 field_name.add().MergeFrom(val)
489 getattr(self, field_name).MergeFrom(field_value)
578 def MergeFrom(self, msg): function in function:_AddMessageMethods
581 "Parameter to MergeFrom() must be instance of same class: "
583 self._cmsg.MergeFrom(msg._cmsg)

Completed in 775 milliseconds

1234