Searched refs:kMaxSmallSize (Results 1 – 3 of 3) sorted by relevance
166 static const int kMaxSmallSize = 1024; variable175 const bool big = (s > kMaxSmallSize); in ClassIndex()
183 static const int kMaxSmallSize = 1024; variable192 const bool big = (s > kMaxSmallSize); in ClassIndex()
558 static const size_t kMaxSmallSize = 1024; variable565 const int i = (s > kMaxSmallSize); in ClassIndex()