Home
last modified time | relevance | path

Searched refs:kNestingDepth (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/bench/
DAAClipBench.cpp92 static const int kNestingDepth = 3; member in NestedAAClipBench
95 SkPoint fSizes[kNestingDepth+1];
107 for (int i = 1; i < kNestingDepth+1; ++i) { in NestedAAClipBench()
132 if (kNestingDepth == depth) { in recurse()
/third_party/protobuf/src/google/protobuf/
Dtext_format_unittest.cc361 static constexpr int kNestingDepth = 25000; in TEST_F() local
364 lengths.reserve(kNestingDepth); in TEST_F()
366 for (int i = 0; i < kNestingDepth - 1; ++i) { in TEST_F()
376 for (int i = kNestingDepth - 1; i >= 0; --i) { in TEST_F()