HomeSort by relevance Sort by last modified time
    Searched refs:DynamicMessageFactory (Results 1 - 24 of 24) sorted by null

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
dynamic_message.h 64 // descriptor itself. To avoid this problem, DynamicMessageFactory
68 class LIBPROTOBUF_EXPORT DynamicMessageFactory : public MessageFactory {
70 // Construct a DynamicMessageFactory that will search for extensions in
72 DynamicMessageFactory();
74 // Construct a DynamicMessageFactory that will search for extensions in
81 DynamicMessageFactory(const DescriptorPool* pool);
83 ~DynamicMessageFactory();
85 // Call this to tell the DynamicMessageFactory that if it is given a
105 // prototype, so these must be destroyed before the DynamicMessageFactory
109 // outlive the DynamicMessageFactory
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
dynamic_message.h 64 // descriptor itself. To avoid this problem, DynamicMessageFactory
68 class LIBPROTOBUF_EXPORT DynamicMessageFactory : public MessageFactory {
70 // Construct a DynamicMessageFactory that will search for extensions in
72 DynamicMessageFactory();
74 // Construct a DynamicMessageFactory that will search for extensions in
81 DynamicMessageFactory(const DescriptorPool* pool);
83 ~DynamicMessageFactory();
85 // Call this to tell the DynamicMessageFactory that if it is given a
105 // prototype, so these must be destroyed before the DynamicMessageFactory
109 // outlive the DynamicMessageFactory
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
dynamic_message.h 64 // descriptor itself. To avoid this problem, DynamicMessageFactory
68 class LIBPROTOBUF_EXPORT DynamicMessageFactory : public MessageFactory {
70 // Construct a DynamicMessageFactory that will search for extensions in
72 DynamicMessageFactory();
74 // Construct a DynamicMessageFactory that will search for extensions in
81 DynamicMessageFactory(const DescriptorPool* pool);
83 ~DynamicMessageFactory();
85 // Call this to tell the DynamicMessageFactory that if it is given a
105 // prototype, so these must be destroyed before the DynamicMessageFactory
109 // outlive the DynamicMessageFactory
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
dynamic_message.h 64 // descriptor itself. To avoid this problem, DynamicMessageFactory
68 class LIBPROTOBUF_EXPORT DynamicMessageFactory : public MessageFactory {
70 // Construct a DynamicMessageFactory that will search for extensions in
72 DynamicMessageFactory();
74 // Construct a DynamicMessageFactory that will search for extensions in
81 DynamicMessageFactory(const DescriptorPool* pool);
83 ~DynamicMessageFactory();
85 // Call this to tell the DynamicMessageFactory that if it is given a
105 // prototype, so these must be destroyed before the DynamicMessageFactory
109 // outlive the DynamicMessageFactory
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message.h 70 // descriptor itself. To avoid this problem, DynamicMessageFactory
74 class LIBPROTOBUF_EXPORT DynamicMessageFactory : public MessageFactory {
76 // Construct a DynamicMessageFactory that will search for extensions in
78 DynamicMessageFactory();
80 // Construct a DynamicMessageFactory that will search for extensions in
87 DynamicMessageFactory(const DescriptorPool* pool);
89 ~DynamicMessageFactory();
91 // Call this to tell the DynamicMessageFactory that if it is given a
111 // prototype, so these must be destroyed before the DynamicMessageFactory
115 // outlive the DynamicMessageFactory
    [all...]
dynamic_message.cc 47 // As mentioned in the header, we only expose a DynamicMessageFactory
52 // so DynamicMessageFactory stores a cache of default messages for
230 DynamicMessageFactory* factory; // The factory that created this object.
538 DynamicMessageFactory* factory = type_info_->factory;
608 struct DynamicMessageFactory::PrototypeMap {
613 DynamicMessageFactory::DynamicMessageFactory()
618 DynamicMessageFactory::DynamicMessageFactory(const DescriptorPool* pool)
623 DynamicMessageFactory::~DynamicMessageFactory()
    [all...]
drop_unknown_fields_test.cc 74 google::protobuf::DynamicMessageFactory factory;
preserve_unknown_enum_test.cc 122 google::protobuf::DynamicMessageFactory factory;
163 google::protobuf::DynamicMessageFactory factory;
dynamic_message_unittest.cc 67 DynamicMessageFactory factory_;
map_test.cc     [all...]
text_format.cc     [all...]
repeated_field_reflection_unittest.cc 691 DynamicMessageFactory factory;
extension_set_unittest.cc     [all...]
descriptor.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
dynamic_message.h 70 // descriptor itself. To avoid this problem, DynamicMessageFactory
74 class LIBPROTOBUF_EXPORT DynamicMessageFactory : public MessageFactory {
76 // Construct a DynamicMessageFactory that will search for extensions in
78 DynamicMessageFactory();
80 // Construct a DynamicMessageFactory that will search for extensions in
87 DynamicMessageFactory(const DescriptorPool* pool);
89 ~DynamicMessageFactory();
91 // Call this to tell the DynamicMessageFactory that if it is given a
111 // prototype, so these must be destroyed before the DynamicMessageFactory
115 // outlive the DynamicMessageFactory
    [all...]
  /external/protobuf/src/google/protobuf/util/
message_differencer.h 57 class DynamicMessageFactory;
    [all...]
message_differencer.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
message_differencer.h 57 class DynamicMessageFactory;
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.cc 76 DynamicMessageFactory* message_factory = new DynamicMessageFactory();
  /external/perfetto/tools/trace_to_text/
main.cc 75 using google::protobuf::DynamicMessageFactory;
217 DynamicMessageFactory dmf;
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 138 DynamicMessageFactory factory;
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc     [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter_test.cc 71 using google::protobuf::DynamicMessageFactory;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 558 DynamicMessageFactory factory;
    [all...]

Completed in 1341 milliseconds