38 #ifndef GOOGLE_PROTOBUF_DYNAMIC_MESSAGE_H__
39 #define GOOGLE_PROTOBUF_DYNAMIC_MESSAGE_H__
94 delegate_to_generated_factory_ = enable;
129 friend class DynamicMessage;
134 static void ConstructDefaultOneofInstance(
const Descriptor* type,
136 void* default_oneof_instance);
138 static void DeleteDefaultOneofInstance(
const Descriptor* type,
140 void* default_oneof_instance);
148 #endif // GOOGLE_PROTOBUF_DYNAMIC_MESSAGE_H__
Definition: descriptor.h:126
Definition: message.h:720
#define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName)
Definition: common.h:89
Definition: message.h:165
Definition: descriptor.h:1167
Definition: dynamic_message.h:70
bool delegate_to_generated_factory_
Definition: dynamic_message.h:118
const DescriptorPool * pool_
Definition: dynamic_message.h:117
#define LIBPROTOBUF_EXPORT
Definition: common.h:105
scoped_ptr< PrototypeMap > prototypes_
Definition: dynamic_message.h:125
Definition: BnetFileGenerator.h:47
Mutex prototypes_mutex_
Definition: dynamic_message.h:127
void SetDelegateToGeneratedFactory(bool enable)
Definition: dynamic_message.h:93