Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/
Drust_types_values.rs110 pub fn is_u8(&self) -> bool { in is_u8() method
150 Some(t) => t.is_u8(), in is_slice_u8()
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs900 &RustType::Vec(ref t) if t.is_u8() => "bytes".to_string(), in accessor_fn()