HomeSort by relevance Sort by last modified time
    Searched full:descriptorproto (Results 26 - 44 of 44) sorted by null

12

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_file.cc 360 // Note that when users try to extend the (.*)DescriptorProto in their
365 // Now we need to find out all the extension value to the (.*)DescriptorProto
  /external/protobuf/python/google/protobuf/
descriptor.py 257 """Copies this to a descriptor_pb2.DescriptorProto.
260 proto: An empty descriptor_pb2.DescriptorProto.
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 457 public DescriptorProto toProto() { return proto; }
506 for (final DescriptorProto.ExtensionRange range :
571 private DescriptorProto proto;
580 private Descriptor(final DescriptorProto proto,
634 private void setProto(final DescriptorProto proto) {
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 430 public DescriptorProto toProto() { return proto; }
479 for (final DescriptorProto.ExtensionRange range :
544 private DescriptorProto proto;
553 private Descriptor(final DescriptorProto proto,
607 private void setProto(final DescriptorProto proto) {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc     [all...]
descriptor.h 81 class DescriptorProto;
157 // Write the contents of this Descriptor into the given DescriptorProto.
158 // The target DescriptorProto must be clear before calling this; if it
160 void CopyTo(DescriptorProto* proto) const;
    [all...]
descriptor_database.h 168 bool AddNestedExtensions(const DescriptorProto& message_type,
descriptor_database.cc 138 const DescriptorProto& message_type,
extension_set_unittest.cc 578 DescriptorProto template_descriptor_proto;
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor_pool.py 235 desc_proto: The descriptor_pb2.DescriptorProto protobuf message.
  /external/protobuf/src/google/protobuf/
descriptor.h 77 class DescriptorProto;
138 // Write the contents of this Descriptor into the given DescriptorProto.
139 // The target DescriptorProto must be clear before calling this; if it
141 void CopyTo(DescriptorProto* proto) const;
    [all...]
descriptor_database.h 167 bool AddNestedExtensions(const DescriptorProto& message_type,
descriptor.cc     [all...]
descriptor_database.cc 138 const DescriptorProto& message_type,
extension_set_unittest.cc 498 DescriptorProto template_descriptor_proto;
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 588 DescriptorProto edp;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 617 DescriptorProto edp;
    [all...]
  /prebuilts/misc/linux-x86/protobuf/
aprotoc 
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]

Completed in 1536 milliseconds

12