HomeSort by relevance Sort by last modified time
    Searched refs:FileDescriptorProto (Results 51 - 75 of 78) sorted by null

1 23 4

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 95 class FileDescriptorProto;
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 75 public FileDescriptorProto toProto() { return proto; }
232 public static FileDescriptor buildFrom(final FileDescriptorProto proto,
254 final FileDescriptorProto proto, final FileDescriptor[] dependencies,
260 // FileDescriptorProto's tree and put all of the descriptors into the
276 * to {@code buildFrom} except that the {@code FileDescriptorProto} is
285 // protocol compiler embeds the FileDescriptorProto as a giant
288 // characters, each one representing a byte of the FileDescriptorProto's
307 FileDescriptorProto proto;
309 proto = FileDescriptorProto.parseFrom(descriptorBytes);
331 proto = FileDescriptorProto.parseFrom(descriptorBytes, registry)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 104 void CollectExtensions(const FileDescriptorProto& file_proto,
115 << "Find unknown fields in FileDescriptorProto when building "
131 << "Find unknown fields in FileDescriptorProto when building "
338 // ".proto" files, it does not affect the pre-built FileDescriptorProto class
348 FileDescriptorProto file_proto;
412 FileDescriptorProto file_proto;
java_shared_code_generator.cc 104 // Embed the descriptor. We simply serialize the entire FileDescriptorProto
114 FileDescriptorProto file_proto;
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 118 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, name_),
119 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, package_),
120 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, dependency_),
121 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, public_dependency_),
122 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, weak_dependency_),
123 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, message_type_),
124 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, enum_type_),
125 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, service_),
126 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, extension_),
127 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, options_)
    [all...]
descriptor.h 86 class FileDescriptorProto;
    [all...]
descriptor.cc     [all...]
message_unittest.cc 415 FileDescriptorProto file;
extension_set_unittest.cc     [all...]
  /external/nanopb-c/generator/google/protobuf/
descriptor_pool.py 84 """Adds the FileDescriptorProto and its types to this pool.
87 file_desc_proto: The FileDescriptorProto to add.
194 dep_proto = descriptor_pb2.FileDescriptorProto.FromString(
523 dep_proto = descriptor_pb2.FileDescriptorProto.FromString(
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 57 self.factory_test1_fd = descriptor_pb2.FileDescriptorProto.FromString(
59 self.factory_test2_fd = descriptor_pb2.FileDescriptorProto.FromString(
230 test1_desc = descriptor_pb2.FileDescriptorProto.FromString(
232 test2_desc = descriptor_pb2.FileDescriptorProto.FromString(
descriptor_test.py 574 # descriptor_pb2.FileDescriptorProto,
600 file_descriptor_proto = descriptor_pb2.FileDescriptorProto()
642 file_descriptor_proto = descriptor_pb2.FileDescriptorProto()
reflection_test.py     [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 318 google::protobuf::FileDescriptorProto file_proto;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 97 FileDescriptorProto file_proto;
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 98 FileDescriptorProto file_proto;
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 139 FileDescriptorProto file_descriptor_proto;
command_line_interface.cc 729 FileDescriptorProto file;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 424 // FileDescriptorProto for this .proto file to the global DescriptorPool for
572 // Embed the descriptor. We simply serialize the entire FileDescriptorProto
575 FileDescriptorProto file_proto;
cpp_unittest.cc 122 FileDescriptorProto generated_decsriptor_proto, parsed_descriptor_proto;
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 699 """Descriptor for a file. Mimics the descriptor_pb2.FileDescriptorProto.
708 descriptor_pb2.FileDescriptorProto.
739 """Copies this to a descriptor_pb2.FileDescriptorProto.
742 proto: An empty descriptor_pb2.FileDescriptorProto.
775 # FileDescriptorProto with the same definition as this descriptor and build
778 file_descriptor_proto = descriptor_pb2.FileDescriptorProto()
783 # our FileDescriptorProto, but it is not important what that file name
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 271 FileDescriptorProto fdp;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 

Completed in 485 milliseconds

1 23 4