Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_state.h506 template <typename Member> class ArrayWithCursor {
508ArrayWithCursor() : mState(S_Initial), mMembers(nullptr), mCapacity(0), mSize(0), mCursor(~size_t(… in ArrayWithCursor() function
510 ~ArrayWithCursor() { delete [] mMembers; } in ~ArrayWithCursor()
512 ArrayWithCursor(const ArrayWithCursor &) = delete;
513 void operator=(const ArrayWithCursor &) = delete;
614 ArrayWithCursor<llvm::StringRef> mIns;
615 ArrayWithCursor<llvm::StringRef> mParams;
636 ArrayWithCursor<Invokable> mInvokables;
695 ArrayWithCursor<Reduce> mReduces;
711 ArrayWithCursor<Variable> mVariables;
[all …]