Searched refs:Invokable (Results 1 – 1 of 1) sorted by relevance
625 struct Invokable { struct626 Invokable() : mParams(nullptr) { } in Invokable() function627 ~Invokable() { delete [] mParams; } in ~Invokable() argument629 Invokable(const Invokable &) = delete;630 void operator=(const Invokable &) = delete; argument636 ArrayWithCursor<Invokable> mInvokables;