Searched defs:SetOps (Results 1 – 2 of 2) sorted by relevance
92 void SetOps(const std::vector<PrimOpPtr> &ops) { ops_ = ops; } in SetOps() function
62714 struct SetOps : HashPolicy struct in js::HashSet62716 using Base = HashPolicy;62717 typedef T KeyType;62718 static const KeyType& getKey(const T& t) { return t; } in getKey()62719 static void setKey(T& t, KeyType& k) { HashPolicy::rekey(t, k); } in setKey()