Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dcodegen.rs179 root_scope: &'a RootScope<'a>, field
688 let root_scope = RootScope { file_descriptors }; in gen() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dall.rs26 let root_scope = RootScope { in gen_all() localVariable
Dextensions.rs19 root_scope: &'a RootScope<'a>, field
Dmessage.rs65 pub root_scope: &'a RootScope<'a>, field
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dextensions.rs13 root_scope: &'a RootScope<'a>, field
Dlib.rs325 let root_scope = RootScope { in gen() localVariable
Dmessage.rs45 pub root_scope: &'a RootScope<'a>, field
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dscoped_allocator_optimizer_test.cc212 Scope root_scope = Scope::NewRootScope(); in BuildGraphWithMultipleScopes() local
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs224 fn root_scope(&self) -> LookupScopeUnion2 { in root_scope() method