Searched defs:sparseIndex (Results 1 – 4 of 4) sorted by relevance
127 unsigned sparseIndex(const ValueT &Val) const { in sparseIndex() function132 unsigned sparseIndex(const SMSNode &N) const { return sparseIndex(N.Data); } in sparseIndex() function
134 unsigned sparseIndex(const ValueT &Val) const { in sparseIndex() function139 unsigned sparseIndex(const SMSNode &N) const { return sparseIndex(N.Data); } in sparseIndex() function
368 de::UniquePtr<SparseIndexNode> sparseIndex(new SparseIndexNode()); in buildBinaryIndex() local