Searched refs:IndexOp (Results 1 – 2 of 2) sorted by relevance
253 Val& operator[](const Key& k) { return IndexOp(k); }254 Val& operator[](Key&& k) { return IndexOp(std::forward<Key>(k)); }377 Val& IndexOp(K&& k) { in IndexOp() function
3782 Value *ExtOp, Value *IndexOp, in packTBLDVectorList() argument3814 TblOps.push_back(IndexOp); in packTBLDVectorList()