Home
last modified time | relevance | path

Searched refs:Invokable (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_state.h625 struct Invokable { struct
626 Invokable() : mParams(nullptr) { } in Invokable() function
627 ~Invokable() { delete [] mParams; } in ~Invokable() argument
629 Invokable(const Invokable &) = delete;
630 void operator=(const Invokable &) = delete; argument
636 ArrayWithCursor<Invokable> mInvokables;