Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/
Drust_types_values.rs141 fn is_slice(&self) -> Option<&RustType> { in is_slice() method
149 match self.is_slice() { in is_slice_u8()
180 RustType::Ref(ref t) if t.is_slice().is_some() => "&[]".to_string(), in default_value()