Searched defs:ProtobufAbsPathRef (Results  1 – 5 of 5) sorted by relevance
| /external/rust/android-crates-io/crates/protobuf-parse/src/ | 
| D | protobuf_abs_path.rs | 26 pub struct ProtobufAbsPathRef(str);  struct34 impl Deref for ProtobufAbsPathRef {  implementation
 45     fn deref(&self) -> &ProtobufAbsPathRef {  in deref()
 50 impl ProtobufAbsPathRef {  impl
 59     pub fn new(path: &str) -> &ProtobufAbsPathRef {  in new()
 92     pub fn parent(&self) -> Option<&ProtobufAbsPathRef> {  in parent()
 105     pub fn self_and_parents(&self) -> Vec<&ProtobufAbsPathRef> {  in self_and_parents()
 126     pub fn as_ref(&self) -> &ProtobufAbsPathRef {  in as_ref()
 181     pub fn concat(a: &ProtobufAbsPathRef, b: &ProtobufRelPathRef) -> ProtobufAbsPath {  in concat()
 213     pub fn remove_suffix(&self, suffix: &ProtobufRelPathRef) -> Option<&ProtobufAbsPathRef> {  in remove_suffix()
 [all …]
 
 | 
| /external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/ | 
| D | option_resolver.rs | 249         scope: &ProtobufAbsPathRef,  in scope_resolved_candidates_rel()264         scope: &ProtobufAbsPathRef,  in scope_resolved_candidates()
 275         path: &ProtobufAbsPathRef,  in find_extension_by_abs_path()
 293         scope: &ProtobufAbsPathRef,  in find_extension_by_path()
 307         scope: &ProtobufAbsPathRef,  in ext_resolve_field_ext()
 327         scope: &ProtobufAbsPathRef,  in ext_resolve_field()
 344         scope: &ProtobufAbsPathRef,  in custom_option_ext_step()
 410         scope: &ProtobufAbsPathRef,  in custom_option_ext()
 666         _scope: &ProtobufAbsPathRef,  in custom_option_builtin()
 708         scope: &ProtobufAbsPathRef,  in custom_option()
 [all …]
 
 | 
| D | mod.rs | 211         scope: &ProtobufAbsPathRef,  in message()370         scope: &ProtobufAbsPathRef,  in field()
 463         scope: &ProtobufAbsPathRef,  in field_type()
 508         _scope: &ProtobufAbsPathRef,  in enum_value()
 519         scope: &ProtobufAbsPathRef,  in enumeration()
 534         _scope: &ProtobufAbsPathRef,  in oneof()
 
 | 
| D | type_resolver.rs | 170         scope: &ProtobufAbsPathRef,  in resolve_message_or_enum()
 | 
| /external/rust/android-crates-io/crates/protobuf-codegen/src/gen/ | 
| D | scope.rs | 104         name: &ProtobufAbsPathRef,  in find_message_or_enum_abs()
 |