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