/external/rust/crates/protobuf-codegen/2.27.1/src/ |
D | extensions.rs | 5 use scope::RootScope; 13 root_scope: &'a RootScope<'a>, 90 root_scope: &RootScope, in write_extensions() argument
|
D | oneof.rs | 16 use scope::RootScope; 34 fn need_boxed(field: &FieldWithContext, root_scope: &RootScope, owner_name: &str) -> bool { in need_boxed() argument 57 root_scope: &RootScope, in parse() argument 95 _root_scope: &RootScope, in parse() argument
|
D | lib.rs | 131 use scope::RootScope; 236 root_scope: &RootScope, in gen_file() argument 325 let root_scope = RootScope { in gen()
|
D | enums.rs | 9 use scope::RootScope; 68 root_scope: &RootScope, in new() argument
|
D | message.rs | 10 use scope::RootScope; 45 pub root_scope: &'a RootScope<'a>, 55 root_scope: &'a RootScope<'a>, in new()
|
D | scope.rs | 18 pub(crate) struct RootScope<'a> { struct 22 impl<'a> RootScope<'a> { argument
|
D | rust_types_values.rs | 8 use scope::RootScope; 505 root_scope: &RootScope, in type_name_to_rust_relative() argument
|
/external/rust/crates/protobuf-codegen/src/gen/ |
D | extensions.rs | 15 use crate::gen::scope::RootScope; 19 root_scope: &'a RootScope<'a>, 101 root_scope: &RootScope, in write_extensions() argument
|
D | all.rs | 13 use crate::gen::scope::RootScope; 26 let root_scope = RootScope { in gen_all()
|
D | oneof.rs | 30 use crate::gen::scope::RootScope; 49 root_scope: &RootScope, in need_boxed() argument 80 root_scope: &RootScope, in parse() argument 128 _root_scope: &RootScope, in parse() argument
|
D | file.rs | 19 use crate::gen::scope::RootScope; 30 root_scope: &RootScope, in gen_file() argument
|
D | enums.rs | 18 use crate::gen::scope::RootScope; 69 _root_scope: &RootScope, in new() argument
|
D | message.rs | 29 use crate::gen::scope::RootScope; 65 pub root_scope: &'a RootScope<'a>, 77 root_scope: &'a RootScope<'a>, in new()
|
D | scope.rs | 26 pub(crate) struct RootScope<'a> { struct 30 impl<'a> RootScope<'a> { argument
|
D | rust_types_values.rs | 22 use crate::gen::scope::RootScope; 528 root_scope: &RootScope, in type_name_to_rust_relative() argument
|
/external/rust/crates/grpcio-compiler/src/ |
D | codegen.rs | 179 root_scope: &'a RootScope<'a>, 187 root_scope: &'a RootScope<'a>, in new() 544 root_scope: &'a RootScope, in new() argument 653 root_scope: &RootScope, in gen_file() argument 685 let root_scope = RootScope { file_descriptors }; in gen()
|
/external/rust/crates/protobuf-codegen/src/gen/field/ |
D | elem.rs | 20 use crate::gen::scope::RootScope; 270 root_scope: &'a RootScope<'a>, in field_elem()
|
D | mod.rs | 48 use crate::gen::scope::RootScope; 143 root_scope: &'a RootScope<'a>, in parse()
|
/external/rust/crates/protobuf/2.27.1/src/ |
D | descriptorx.rs | 53 pub struct RootScope<'a> { struct 57 impl<'a> RootScope<'a> { implementation
|
/external/rust/crates/protobuf-codegen/2.27.1/src/field/ |
D | mod.rs | 17 use scope::RootScope; 304 root_scope: &'a RootScope<'a>, in field_elem() 430 _root_scope: &'a RootScope<'a>, 447 root_scope: &'a RootScope<'a>, in parse()
|