Home
last modified time | relevance | path

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

/libCEED/rust/libceed/src/
H A Doperator.rs881 let ceed_raw = self.op_core.ceed(); in inputs() localVariable
884 bind_ceed::CeedReferenceCopy(ceed_raw, &mut ptr); // refcount in inputs()
951 let ceed_raw = self.op_core.ceed(); in outputs() localVariable
954 bind_ceed::CeedReferenceCopy(ceed_raw, &mut ptr); // refcount in outputs()