Home
last modified time | relevance | path

Searched defs:FileDescriptorProto (Results 1 – 25 of 38) sorted by relevance

12

/external/rust/crates/protobuf-codegen/src/
Dlib.rs159 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()
Dextensions.rs89 file: &FileDescriptorProto, in write_extensions()
Denums.rs66 current_file: &FileDescriptorProto, in new()
Dscope.rs144 pub fn get_file_descriptor(&self) -> &'a FileDescriptorProto { in get_file_descriptor()
261 fn get_file_descriptor(&self) -> &'a FileDescriptorProto { in get_file_descriptor()
Drust_types_values.rs503 file: &FileDescriptorProto, in type_name_to_rust_relative()
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go521 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/
Dmessage.rs72 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()
Dfind_message_or_enum.rs25 file: &'a FileDescriptorProto, in find_message_or_enum()
Denums.rs88 file: &'static FileDescriptorProto, in new_pb_name()
/external/golang-protobuf/reflect/protodesc/
Dfile_test.go29 func cloneFile(in *descriptorpb.FileDescriptorProto) *descriptorpb.FileDescriptorProto {
Ddesc.go66 func NewFile(fd *descriptorpb.FileDescriptorProto, r Resolver) (protoreflect.FileDescriptor, error)…
/external/rust/crates/protobuf/src/
Dcompiler_plugin.rs25 F: Fn(&[FileDescriptorProto], &[String]) -> Vec<GenResult>, in plugin_main()
Ddescriptorx.rs191 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()
Dplugin.rs401 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()
Ddescriptor.rs48 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/
Dconfig_protobuf.h80 typedef GRPC_CUSTOM_FILEDESCRIPTORPROTO FileDescriptorProto; typedef
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs543 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/
Dconfig_protobuf.h84 typedef GRPC_CUSTOM_FILEDESCRIPTORPROTO FileDescriptorProto; typedef
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dconfig_protobuf.h84 typedef GRPC_CUSTOM_FILEDESCRIPTORPROTO FileDescriptorProto; typedef
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto29 message FileDescriptorProto { message
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h60 class FileDescriptorProto; // descriptor.pb.h variable
/external/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php18 class FileDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto56 message FileDescriptorProto { message
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto56 message FileDescriptorProto { message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto56 message FileDescriptorProto { message

12