Home
last modified time | relevance | path

Searched defs:RootScope (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Doneof.rs33 fn need_boxed(field: &FieldWithContext, root_scope: &RootScope, owner_name: &str) -> bool { in need_boxed()
56 root_scope: &RootScope, in parse()
94 _root_scope: &RootScope, in parse()
Dextensions.rs89 root_scope: &RootScope, in write_extensions()
Dscope.rs17 pub(crate) struct RootScope<'a> { struct
21 impl<'a> RootScope<'a> { implementation
Dlib.rs174 root_scope: &RootScope, in gen_file()
Denums.rs67 root_scope: &RootScope, in new()
Drust_types_values.rs504 root_scope: &RootScope, in type_name_to_rust_relative()
/external/rust/crates/protobuf/src/
Ddescriptorx.rs54 pub struct RootScope<'a> { struct
58 impl<'a> RootScope<'a> { impl
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs546 root_scope: &'a RootScope, in new()
655 root_scope: &RootScope, in gen_file()
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.cpp520 ExprScope<Emitter> RootScope(this); in visitExpr() local