Home
last modified time | relevance | path

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

/libCEED/rust/libceed/src/
H A Dqfunction.rs127 debug_assert!(qfunc.qf_core.ptr != unsafe { bind_ceed::CEED_QFUNCTION_NONE }); in from()
135 debug_assert!(qfunc.qf_core.ptr != unsafe { bind_ceed::CEED_QFUNCTION_NONE }); in from()
144 Self::SomeQFunction(qfunc) => qfunc.qf_core.ptr, in to_raw()
145 Self::SomeQFunctionByName(qfunc) => qfunc.qf_core.ptr, in to_raw()
342 qf_core: QFunctionCore<'a>, field
349 qf_core: QFunctionCore<'a>, field
417 self.qf_core.fmt(f) in fmt()
434 self.qf_core.fmt(f) in fmt()
629 qf_core: QFunctionCore { in create()
700 self.qf_core.apply(Q, u, v) in apply()
[all …]