Searched refs:Invokable (Results 1 – 2 of 2) sorted by relevance
625 struct Invokable { struct626 Invokable() : mParams(nullptr) { } in Invokable() argument627 ~Invokable() { delete [] mParams; } in ~Invokable() argument629 Invokable(const Invokable &) = delete;630 void operator=(const Invokable &) = delete; argument636 ArrayWithCursor<Invokable> mInvokables;
79 interface Invokable { interface in BasePrintTest94 void assertException(Invokable invokable, Class<? extends Exception> expectedClass) in assertException()