Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs109 pub(crate) struct LookupScopeUnion2 { struct
115 impl LookupScopeUnion2 { argument
116 fn down(&self, name: &ProtobufIdentRef) -> LookupScopeUnion2 { in down()
138 fn lookup(&self, path: &ProtobufRelPath) -> LookupScopeUnion2 { in lookup()
224 fn root_scope(&self) -> LookupScopeUnion2 { in root_scope()
236 fn lookup(&self, path: &ProtobufAbsPath) -> LookupScopeUnion2 { in lookup()