Home
last modified time | relevance | path

Searched refs:_last_part (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/protobuf-codegen/2.27.1/src/
Dprotobuf_name.rs88 fn _last_part(&self) -> Option<&str> { in _last_part() method
216 assert_eq!(None, ProtobufRelativePath::empty()._last_part()); in last_part()
219 ProtobufRelativePath::new("aaa".to_owned())._last_part() in last_part()
223 ProtobufRelativePath::new("abc.def".to_owned())._last_part() in last_part()
227 ProtobufRelativePath::new("abc.def.gh".to_owned())._last_part() in last_part()