Home
last modified time | relevance | path

Searched refs:RootScope (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/protobuf-codegen/2.27.1/src/
Dextensions.rs5 use scope::RootScope;
13 root_scope: &'a RootScope<'a>,
90 root_scope: &RootScope, in write_extensions() argument
Doneof.rs16 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
Dlib.rs131 use scope::RootScope;
236 root_scope: &RootScope, in gen_file() argument
325 let root_scope = RootScope { in gen()
Denums.rs9 use scope::RootScope;
68 root_scope: &RootScope, in new() argument
Dmessage.rs10 use scope::RootScope;
45 pub root_scope: &'a RootScope<'a>,
55 root_scope: &'a RootScope<'a>, in new()
Dscope.rs18 pub(crate) struct RootScope<'a> { struct
22 impl<'a> RootScope<'a> { argument
Drust_types_values.rs8 use scope::RootScope;
505 root_scope: &RootScope, in type_name_to_rust_relative() argument
/external/rust/crates/protobuf-codegen/src/gen/
Dextensions.rs15 use crate::gen::scope::RootScope;
19 root_scope: &'a RootScope<'a>,
101 root_scope: &RootScope, in write_extensions() argument
Dall.rs13 use crate::gen::scope::RootScope;
26 let root_scope = RootScope { in gen_all()
Doneof.rs30 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
Dfile.rs19 use crate::gen::scope::RootScope;
30 root_scope: &RootScope, in gen_file() argument
Denums.rs18 use crate::gen::scope::RootScope;
69 _root_scope: &RootScope, in new() argument
Dmessage.rs29 use crate::gen::scope::RootScope;
65 pub root_scope: &'a RootScope<'a>,
77 root_scope: &'a RootScope<'a>, in new()
Dscope.rs26 pub(crate) struct RootScope<'a> { struct
30 impl<'a> RootScope<'a> { argument
Drust_types_values.rs22 use crate::gen::scope::RootScope;
528 root_scope: &RootScope, in type_name_to_rust_relative() argument
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs179 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/
Delem.rs20 use crate::gen::scope::RootScope;
270 root_scope: &'a RootScope<'a>, in field_elem()
Dmod.rs48 use crate::gen::scope::RootScope;
143 root_scope: &'a RootScope<'a>, in parse()
/external/rust/crates/protobuf/2.27.1/src/
Ddescriptorx.rs53 pub struct RootScope<'a> { struct
57 impl<'a> RootScope<'a> { implementation
/external/rust/crates/protobuf-codegen/2.27.1/src/field/
Dmod.rs17 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()