Home
last modified time | relevance | path

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

/external/tcpdump/tests/
Dpppoe.out1 PPPoE PADI [Service-Name] [PPP-Max-Payload 0x05DC] [Host-Uniq 0x16372C16]
/external/rust/crates/protobuf-codegen/src/
Drust_types_values.rs34 Uniq(Box<RustType>), enumerator
86 RustType::Uniq(ref param) => format!("::std::boxed::Box<{}>", param.to_code(customize)), in to_code()
274 (x, &RustType::Uniq(ref y)) if *x == **y => { in try_into_target()
277 (&RustType::Uniq(ref x), y) if **x == *y => return Ok(format!("*{}", v)), in try_into_target()
426 self.into_type(RustType::Uniq(Box::new(self.rust_type.clone())), customize) in boxed()
Doneof.rs72 RustType::Uniq(Box::new(t)) in rust_type()