Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/http-proxy/src/
H A Ddns.rs578 let mut pointer_cursor = cursor.clone(); in to_string_guard() localVariable
579 pointer_cursor.set_position(offset); in to_string_guard()
580 let pointer_name = Name::to_string_guard(&mut pointer_cursor, jumps + 1)?; in to_string_guard()