Lines Matching refs:C
18 ceed::C.Ceed,
27 (:CeedErrorFormat, C.libceed),
29 (C.Ceed, Cstring, Ptr{Cvoid}),
41 ref::RefValue{C.Ceed}
50 obj = Ceed(Ref{C.Ceed}())
51 C.CeedInit(spec, obj.ref)
55 (C.Ceed, Cstring, Cint, Cstring, Cint, Cstring, Ptr{Cvoid})
57 C.CeedSetErrorHandler(obj.ref[], ehandler)
64 destroy(c::Ceed) = C.CeedDestroy(c.ref) # COV_EXCL_LINE
67 Base.show(io::IO, ::MIME"text/plain", c::Ceed) = ceed_show(io, c, C.CeedView)
76 C.CeedGetResource(c[], res)
88 C.CeedIsDeterministic(c[], isdet)
100 C.CeedGetPreferredMemType(c[], mtype)