Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/
Dextensions.rs7 use scope::RootScope;
12 root_scope: &'a RootScope<'a>,
89 root_scope: &RootScope, in write_extensions() argument
Doneof.rs14 use scope::RootScope;
33 fn need_boxed(field: &FieldWithContext, root_scope: &RootScope, owner_name: &str) -> bool { in need_boxed() argument
56 root_scope: &RootScope, in parse() argument
94 _root_scope: &RootScope, in parse() argument
Dlib.rs66 use scope::RootScope;
174 root_scope: &RootScope, in gen_file() argument
263 let root_scope = RootScope { in gen()
Denums.rs12 use scope::RootScope;
67 root_scope: &RootScope, in new() argument
Dmessage.rs14 use scope::RootScope;
44 pub root_scope: &'a RootScope<'a>,
54 root_scope: &'a RootScope<'a>, in new()
Dscope.rs17 pub(crate) struct RootScope<'a> { struct
21 impl<'a> RootScope<'a> { impl
Drust_types_values.rs9 use scope::RootScope;
504 root_scope: &RootScope, in type_name_to_rust_relative() argument
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs183 root_scope: &'a RootScope<'a>,
191 root_scope: &'a RootScope<'a>, in new()
546 root_scope: &'a RootScope, in new() argument
655 root_scope: &RootScope, in gen_file() argument
687 let root_scope = RootScope { file_descriptors }; in gen()
/external/rust/crates/protobuf/src/
Ddescriptorx.rs54 pub struct RootScope<'a> { struct
58 impl<'a> RootScope<'a> { implementation
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs23 use scope::RootScope;
305 root_scope: &'a RootScope<'a>, in field_elem()
431 root_scope: &'a RootScope<'a>,
448 root_scope: &'a RootScope<'a>, in parse()
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.cpp520 ExprScope<Emitter> RootScope(this); in visitExpr() local