Searched refs:nesting_depth_ (Results 1 – 2 of 2) sorted by relevance
60 nesting_depth_ = 0; in Reset()152 PERFETTO_CHECK(nesting_depth_ < kMaxNestingDepth); in BeginNestedMessageInternal()153 message->nesting_depth_ = nesting_depth_ + 1; in BeginNestedMessageInternal()
211 uint8_t nesting_depth_; variable