Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/
Dmessage.cc60 nesting_depth_ = 0; in Reset()
152 PERFETTO_CHECK(nesting_depth_ < kMaxNestingDepth); in BeginNestedMessageInternal()
153 message->nesting_depth_ = nesting_depth_ + 1; in BeginNestedMessageInternal()
/external/perfetto/include/perfetto/protozero/
Dmessage.h211 uint8_t nesting_depth_; variable