Searched defs:RootScope (Results 1 – 9 of 9) sorted by relevance
| /external/rust/crates/protobuf-codegen/src/ |
| D | oneof.rs | 33 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()
|
| D | extensions.rs | 89 root_scope: &RootScope, in write_extensions()
|
| D | scope.rs | 17 pub(crate) struct RootScope<'a> { struct 21 impl<'a> RootScope<'a> { argument
|
| D | lib.rs | 174 root_scope: &RootScope, in gen_file()
|
| D | enums.rs | 67 root_scope: &RootScope, in new()
|
| D | rust_types_values.rs | 504 root_scope: &RootScope, in type_name_to_rust_relative()
|
| /external/rust/crates/protobuf/src/ |
| D | descriptorx.rs | 54 pub struct RootScope<'a> { struct 58 impl<'a> RootScope<'a> { argument
|
| /external/rust/crates/grpcio-compiler/src/ |
| D | codegen.rs | 546 root_scope: &'a RootScope, in new() 655 root_scope: &RootScope, in gen_file()
|
| /external/llvm-project/clang/lib/AST/Interp/ |
| D | ByteCodeExprGen.cpp | 520 ExprScope<Emitter> RootScope(this); in visitExpr() local
|