/external/rust/crates/protobuf-codegen/src/ |
D | lib.rs | 159 file: &FileDescriptorProto, in write_file_descriptor_data() 234 file: &FileDescriptorProto, in gen_file() 235 _files_map: &HashMap<&str, &FileDescriptorProto>, in gen_file() 321 file_descriptors: &[FileDescriptorProto], in gen() 357 file_descriptors: &[FileDescriptorProto], in gen_and_write()
|
D | extensions.rs | 89 file: &FileDescriptorProto, in write_extensions()
|
D | enums.rs | 66 current_file: &FileDescriptorProto, in new()
|
D | scope.rs | 144 pub fn get_file_descriptor(&self) -> &'a FileDescriptorProto { in get_file_descriptor() 261 fn get_file_descriptor(&self) -> &'a FileDescriptorProto { in get_file_descriptor()
|
D | rust_types_values.rs | 503 file: &FileDescriptorProto, in type_name_to_rust_relative()
|
/external/golang-protobuf/types/descriptorpb/ |
D | descriptor.pb.go | 521 type FileDescriptorProto struct { struct 522 state protoimpl.MessageState 523 sizeCache protoimpl.SizeCache 524 unknownFields protoimpl.UnknownFields 526 …:"bytes,1,opt,name=name" json:"name,omitempty"` // file name, relative to root of source tree 527 …tring `protobuf:"bytes,2,opt,name=package" json:"package,omitempty"` // e.g. "foo", "foo.bar", etc. 529 Dependency []string `protobuf:"bytes,3,rep,name=dependency" json:"dependency,omitempty"` 531 …uf:"varint,10,rep,name=public_dependency,json=publicDependency" json:"public_dependency,omitempty"` 534 …protobuf:"varint,11,rep,name=weak_dependency,json=weakDependency" json:"weak_dependency,omitempty"` 536 …to `protobuf:"bytes,4,rep,name=message_type,json=messageType" json:"message_type,omitempty"` [all …]
|
/external/rust/crates/protobuf/src/reflect/ |
D | message.rs | 72 file: &'static FileDescriptorProto, in new_non_generic_by_rust_name() 132 file_descriptor_proto: &'static FileDescriptorProto, in new_non_generic_by_pb_name() 203 file: &'static FileDescriptorProto, in new() 217 file_descriptor_proto: &'static FileDescriptorProto, in new_pb_name()
|
D | find_message_or_enum.rs | 25 file: &'a FileDescriptorProto, in find_message_or_enum()
|
D | enums.rs | 88 file: &'static FileDescriptorProto, in new_pb_name()
|
/external/golang-protobuf/reflect/protodesc/ |
D | file_test.go | 29 func cloneFile(in *descriptorpb.FileDescriptorProto) *descriptorpb.FileDescriptorProto {
|
D | desc.go | 66 func NewFile(fd *descriptorpb.FileDescriptorProto, r Resolver) (protoreflect.FileDescriptor, error)…
|
/external/rust/crates/protobuf/src/ |
D | compiler_plugin.rs | 25 F: Fn(&[FileDescriptorProto], &[String]) -> Vec<GenResult>, in plugin_main()
|
D | descriptorx.rs | 191 pub fn get_file_descriptor(&self) -> &'a FileDescriptorProto { in get_file_descriptor() 296 fn get_file_descriptor(&self) -> &'a FileDescriptorProto { in get_file_descriptor() 611 fd: &'a FileDescriptorProto, in find_message_by_rust_name() 625 fd: &'a FileDescriptorProto, in find_enum_by_rust_name()
|
D | plugin.rs | 401 pub fn get_proto_file(&self) -> &[crate::descriptor::FileDescriptorProto] { in get_proto_file() 409 …pub fn set_proto_file(&mut self, v: crate::RepeatedField<crate::descriptor::FileDescriptorProto>) { in set_proto_file() 414 …pub fn mut_proto_file(&mut self) -> &mut crate::RepeatedField<crate::descriptor::FileDescriptorPro… in mut_proto_file() 419 …pub fn take_proto_file(&mut self) -> crate::RepeatedField<crate::descriptor::FileDescriptorProto> { in take_proto_file()
|
D | descriptor.rs | 48 pub fn get_file(&self) -> &[FileDescriptorProto] { in get_file() 56 pub fn set_file(&mut self, v: crate::RepeatedField<FileDescriptorProto>) { in set_file() 61 pub fn mut_file(&mut self) -> &mut crate::RepeatedField<FileDescriptorProto> { in mut_file() 66 pub fn take_file(&mut self) -> crate::RepeatedField<FileDescriptorProto> { in take_file() 193 pub struct FileDescriptorProto { struct 214 impl<'a> ::std::default::Default for &'a FileDescriptorProto { argument 220 impl FileDescriptorProto { implementation 575 impl crate::Message for FileDescriptorProto { implementation 870 impl crate::Clear for FileDescriptorProto { implementation 888 impl ::std::fmt::Debug for FileDescriptorProto { implementation [all …]
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | config_protobuf.h | 80 typedef GRPC_CUSTOM_FILEDESCRIPTORPROTO FileDescriptorProto; typedef
|
/external/rust/crates/grpcio-compiler/src/ |
D | codegen.rs | 543 file: &FileDescriptorProto, in new() 652 file: &FileDescriptorProto, in gen_file() 679 file_descriptors: &[FileDescriptorProto], in gen()
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | config_protobuf.h | 84 typedef GRPC_CUSTOM_FILEDESCRIPTORPROTO FileDescriptorProto; typedef
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | config_protobuf.h | 84 typedef GRPC_CUSTOM_FILEDESCRIPTORPROTO FileDescriptorProto; typedef
|
/external/perfetto/protos/perfetto/common/ |
D | descriptor.proto | 29 message FileDescriptorProto { message
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.h | 60 class FileDescriptorProto; // descriptor.pb.h variable
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FileDescriptorProto.php | 18 class FileDescriptorProto extends \Google\Protobuf\Internal\Message class
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 56 message FileDescriptorProto { message
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 56 message FileDescriptorProto { message
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 56 message FileDescriptorProto { message
|