Searched refs:IsSparse (Results 1 – 1 of 1) sorted by relevance
78 bool IsSparse() const { return sparse_; } in IsSparse() function81 return IsSparse() || GetNumEntries() <= kSmallSwitchThreshold; in ShouldBuildDecisionTree()121 return table_.IsSparse() ? table_.GetEntryAt(index_) : table_.GetEntryAt(0) + index_; in CurrentKey()