Searched refs:nesting_ (Results 1 – 2 of 2) sorted by relevance
87 bool IsActive() const { return nesting_ != 0; } in IsActive()107 NestingCounterType nesting_; variable121 ++bootstrapper_->nesting_; in BootstrapperActive()126 ~BootstrapperActive() { --bootstrapper_->nesting_; } in ~BootstrapperActive()
125 nesting_(0), in Bootstrapper()6484 *reinterpret_cast<NestingCounterType*>(to) = nesting_; in ArchiveState()6485 nesting_ = 0; in ArchiveState()6491 nesting_ = *reinterpret_cast<NestingCounterType*>(from); in RestoreState()