Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs69 enum LookupScope2 { enum
74 impl LookupScope2 { implementation
89 fn down(&self, name: &ProtobufIdentRef) -> Option<LookupScope2> { in down()