Searched refs:kMaxNestingDepth (Results 1 – 3 of 3) sorted by relevance
33 constexpr uint32_t Message::kMaxNestingDepth; member in protozero::Message51 kMaxNestingDepth * in Reset()152 PERFETTO_CHECK(nesting_depth_ < kMaxNestingDepth); in BeginNestedMessageInternal()
108 if (depth < Message::kMaxNestingDepth) { in BuildNestedMessages()
54 static constexpr uint32_t kMaxNestingDepth = 10; variable