Lines Matching full:ref
41 ref::RefValue{C.Ceed} field
50 obj = Ceed(Ref{C.Ceed}())
51 C.CeedInit(spec, obj.ref)
57 C.CeedSetErrorHandler(obj.ref[], ehandler)
64 destroy(c::Ceed) = C.CeedDestroy(c.ref) # COV_EXCL_LINE
65 Base.getindex(c::Ceed) = c.ref[]
72 Returns the resource string associated with the given [`Ceed`](@ref) object.
75 res = Ref{Ptr{Cchar}}()
83 Returns true if backend of the given [`Ceed`](@ref) object is deterministic, and false
87 isdet = Ref{Bool}()
95 Returns the preferred [`MemType`](@ref) (either `MEM_HOST` or `MEM_DEVICE`) of the given
96 [`Ceed`](@ref) object.
99 mtype = Ref{MemType}()
107 Returns true if the given [`Ceed`](@ref) object has resource `"/gpu/cuda/*"` and false