/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
FileDescriptor.cs | 46 private FileDescriptor(ByteString descriptorData, FileDescriptorProto proto, FileDescriptor[] dependencies, DescriptorPool pool, bool allowUnknownDependencies, GeneratedClrTypeInfo generatedCodeInfo) 90 private static IList<FileDescriptor> DeterminePublicDependencies(FileDescriptor @this, FileDescriptorProto proto, FileDescriptor[] dependencies, bool allowUnknownDependencies) 126 internal FileDescriptorProto Proto { get; } 215 /// We have only limited proto2 support, so serializing FileDescriptorProto 226 private static FileDescriptor BuildFrom(ByteString descriptorData, FileDescriptorProto proto, FileDescriptor[] dependencies, bool allowUnknownDependencies, GeneratedClrTypeInfo generatedCodeInfo) 231 // FileDescriptorProto's tree and put all of the descriptors into the 252 "those listed in the FileDescriptorProto."); 261 "those listed in the FileDescriptorProto. Expected: " + 296 FileDescriptorProto proto; 299 proto = FileDescriptorProto.Parser.ParseFrom(descriptorData) [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
plugin.pb.h | 140 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 144 const ::google::protobuf::FileDescriptorProto& proto_file(int index) const; 145 ::google::protobuf::FileDescriptorProto* mutable_proto_file(int index); 146 ::google::protobuf::FileDescriptorProto* add_proto_file(); 147 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >* 149 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >& 162 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > proto_file_; 520 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 527 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { 531 inline ::google::protobuf::FileDescriptorProto* CodeGeneratorRequest::mutable_proto_file(int index) [all...] |
importer.cc | 127 const string& filename, FileDescriptorProto* output) { 156 const string& symbol_name, FileDescriptorProto* output) { 162 FileDescriptorProto* output) {
|
/external/protobuf/python/google/protobuf/ |
proto_builder.py | 117 """Populate FileDescriptorProto for MessageFactory's DescriptorPool.""" 119 file_proto = descriptor_pb2.FileDescriptorProto()
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
RubyDescriptorPool.java | 69 this.builder = DescriptorProtos.FileDescriptorProto.newBuilder(); 168 private DescriptorProtos.FileDescriptorProto.Builder builder;
|
/external/protobuf/src/google/protobuf/ |
descriptor.h | 95 class FileDescriptorProto; [all...] |
descriptor.cc | [all...] |
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
Descriptors.java | 78 public FileDescriptorProto toProto() { 266 public static FileDescriptor buildFrom(final FileDescriptorProto proto, 288 final FileDescriptorProto proto, final FileDescriptor[] dependencies, 294 // FileDescriptorProto's tree and put all of the descriptors into the 310 * to {@code buildFrom} except that the {@code FileDescriptorProto} is 319 // protocol compiler embeds the FileDescriptorProto as a giant 322 // characters, each one representing a byte of the FileDescriptorProto's 336 FileDescriptorProto proto; 338 proto = FileDescriptorProto.parseFrom(descriptorBytes); 360 proto = FileDescriptorProto.parseFrom(descriptorBytes, registry) [all...] |
/external/golang-protobuf/protoc-gen-go/generator/ |
name_test.go | 75 FileDescriptorProto: &descriptor.FileDescriptorProto{
|
/external/grpc-grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/ |
reflection.py | 37 proto = descriptor_pb2.FileDescriptorProto()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_shared_code_generator.cc | 108 // Embed the descriptor. We simply serialize the entire FileDescriptorProto 118 FileDescriptorProto file_proto;
|
java_file.cc | 122 void CollectExtensions(const FileDescriptorProto& file_proto, 133 << "Find unknown fields in FileDescriptorProto when building " 149 << "Find unknown fields in FileDescriptorProto when building " 403 // ".proto" files, it does not affect the pre-built FileDescriptorProto class 413 FileDescriptorProto file_proto; 484 FileDescriptorProto file_proto;
|
/external/golang-protobuf/protoc-gen-go/testdata/imports/fmt/ |
m.pb.go | 61 // 109 bytes of a gzipped FileDescriptorProto
|
/external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_1/ |
m2.pb.go | 61 // 114 bytes of a gzipped FileDescriptorProto
|
/external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_2/ |
m3.pb.go | 61 // 114 bytes of a gzipped FileDescriptorProto
|
m4.pb.go | 61 // 114 bytes of a gzipped FileDescriptorProto
|
/external/golang-protobuf/protoc-gen-go/testdata/imports/test_b_1/ |
m1.pb.go | 61 // 125 bytes of a gzipped FileDescriptorProto
|
m2.pb.go | 61 // 125 bytes of a gzipped FileDescriptorProto
|
/external/golang-protobuf/protoc-gen-go/testdata/extension_extra/ |
extension_extra.pb.go | 71 // 133 bytes of a gzipped FileDescriptorProto
|
/external/golang-protobuf/protoc-gen-go/testdata/import_public/ |
b.pb.go | 78 // 169 bytes of a gzipped FileDescriptorProto
|
/external/golang-protobuf/protoc-gen-go/testdata/import_public/importing/ |
importing.pb.go | 74 // 153 bytes of a gzipped FileDescriptorProto
|
/external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/ |
b.pb.go | 70 // 132 bytes of a gzipped FileDescriptorProto
|
/external/golang-protobuf/protoc-gen-go/testdata/imports/ |
test_import_a1m1.pb.go | 70 // 149 bytes of a gzipped FileDescriptorProto
|
test_import_a1m2.pb.go | 70 // 149 bytes of a gzipped FileDescriptorProto
|
/external/golang-protobuf/protoc-gen-go/testdata/issue780_oneof_conflict/ |
test.pb.go | 95 // 107 bytes of a gzipped FileDescriptorProto
|