Home
last modified time | relevance | path

Searched defs:downcast (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/protobuf/src/reflect/repeated/
Dvec_downcast.rs15 pub(crate) fn downcast<V: ProtobufValue>(vec: &'a mut Vec<V>) -> Option<VecMutVariant<'a>> { in downcast() method
/external/tensorflow/tensorflow/dtensor/mlir/
Ddtensor_mixed_precision_reduce.cc103 mlir::TF::CastOp downcast = builder.create<mlir::TF::CastOp>( in MaybeUpcastForReduction() local
/external/libevent/
Dbufferevent_pair.c66 #define downcast(bev_pair) (&(bev_pair)->bev.bev) macro
Dbufferevent_filter.c129 #define downcast(bev_f) (&(bev_f)->bev.bev) macro
/external/rust/crates/protobuf/src/reflect/value/
Dvalue_box.rs152 pub fn downcast<V: ProtobufValue>(self) -> Result<V, Self> { in downcast() method
/external/rust/crates/anyhow/src/
Derror.rs422 pub fn downcast<E>(mut self) -> Result<E, Self> in downcast() method