Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/drm-fourcc/src/
Dlib.rs77 pub fn string_form(&self) -> String { in string_form() method
145 pub fn string_form(&self) -> Option<String> { in string_form() method
/aosp_15_r20/external/openscreen/cast/standalone_sender/
H A Dmain.cc99 IPEndpoint ParseAsEndpoint(const char* string_form) { in ParseAsEndpoint()