Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/
Dip_number_impl.rs377 pub fn keyword_str(self) -> Option<&'static str> { in keyword_str() method
1117 fn keyword_str() { in keyword_str() function
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck_derive/src/
Dtraits.rs1096 let keyword_str = keyword.to_string(); in parse() localVariable