Lines Matching refs:c
64 destroy(c::Ceed) = C.CeedDestroy(c.ref) # COV_EXCL_LINE
65 Base.getindex(c::Ceed) = c.ref[]
67 Base.show(io::IO, ::MIME"text/plain", c::Ceed) = ceed_show(io, c, C.CeedView)
70 getresource(c::Ceed)
74 function getresource(c::Ceed)
76 C.CeedGetResource(c[], res)
81 isdeterministic(c::Ceed)
86 function isdeterministic(c::Ceed)
88 C.CeedIsDeterministic(c[], isdet)
93 get_preferred_memtype(c::Ceed)
98 function get_preferred_memtype(c::Ceed)
100 C.CeedGetPreferredMemType(c[], mtype)
105 iscuda(c::Ceed)
110 function iscuda(c::Ceed)
111 res_split = split(getresource(c), "/")