Searched refs:kMaxInlineDepth (Results 1 – 2 of 2) sorted by relevance
115 static const int kMaxInlineDepth = 8; variable116 SparseInputMask::InputIterator stack_[kMaxInlineDepth];
315 DCHECK_GT(kMaxInlineDepth, current_depth_); in Top()321 CHECK_GT(kMaxInlineDepth, current_depth_); in Push()