Home | History | Annotate | Download | only in rs

Lines Matching defs:Closure

20 class Closure : public ObjectBase {
22 Closure(Context* context,
29 const Closure** depClosures,
31 Closure(Context* context,
40 virtual ~Closure();
56 // Flag indicating if this closure is for a kernel (true) or invocable
71 // All the other closures which this closure depends on for one of its
73 Map<const Closure*, Map<int, ObjectBaseRef<ScriptFieldID>>*> mArgDeps;
75 // All the other closures that this closure depends on for one of its fields,
77 Map<const Closure*, Map<const ScriptFieldID*,