Home
last modified time | relevance | path

Searched refs:GetMessageFactory (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/
Dreflection_ops.cc83 bool is_from_generated = (from_reflection->GetMessageFactory() == in Merge()
85 bool is_to_generated = (to_reflection->GetMessageFactory() == in Merge()
Dreflection.h206 reflection->GetMessageFactory()->GetPrototype(field->message_type()); in RepeatedFieldRef()
267 reflection->GetMessageFactory()->GetPrototype(field->message_type()); in MutableRepeatedFieldRef()
Dmessage.h838 MessageFactory* GetMessageFactory() const;
Dgenerated_message_reflection.cc2185 MessageFactory* Reflection::GetMessageFactory() const { in GetMessageFactory() function in google::protobuf::Reflection
/external/libprotobuf-mutator/src/
Dfield_instance.h95 .GetMessageFactory() in GetDefault()
Dmutator.cc381 any.GetReflection()->GetMessageFactory()->GetPrototype(desc)->New()); in UnpackAny()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2900 if (message->GetReflection()->GetMessageFactory() != in PyMessage_NewMessageOwnedExternally()