Searched refs:nesting (Results 1 – 3 of 3) sorted by relevance
32 thread_local int Logger::nesting = 0; member in panda::Logger97 return level >= Logger::logger->nested_allowed_level_ && nesting > 0; in IsMessageSuppressed()106 nesting++; in LogNestingInc()115 nesting--; in LogNestingDec()
315 static thread_local int nesting; variable
267 `.record`s are like `struct`s in C, but without support for "by instance" nesting. This is because …