Searched refs:nesting_ (Results 1 – 2 of 2) sorted by relevance
93 bool IsActive() const { return nesting_ != 0; } in IsActive()114 NestingCounterType nesting_; variable141 ++bootstrapper_->nesting_; in BootstrapperActive()145 --bootstrapper_->nesting_; in ~BootstrapperActive()
39 nesting_(0), in Bootstrapper()2724 *reinterpret_cast<NestingCounterType*>(to) = nesting_; in ArchiveState()2725 nesting_ = 0; in ArchiveState()2732 nesting_ = *reinterpret_cast<NestingCounterType*>(from); in RestoreState()