Home
last modified time | relevance | path

Searched defs:as_type (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/bindgen/ir/
Ditem_kind.rs81 pub fn as_type(&self) -> Option<&Type> { in as_type() method
Ditem.rs614 pub fn as_type(&self) -> Option<&Type> { in as_type() method
/external/rust/crates/protobuf-parse/src/pure/
Dmodel.rs461 pub fn as_type(&self, ty: RuntimeType) -> anyhow::Result<ReflectValueBox> { in as_type() method