NestingCounterType 2338 src/bootstrapper.cc return sizeof(NestingCounterType); NestingCounterType 2344 src/bootstrapper.cc *reinterpret_cast<NestingCounterType*>(to) = nesting_; NestingCounterType 2346 src/bootstrapper.cc return to + sizeof(NestingCounterType); NestingCounterType 2352 src/bootstrapper.cc nesting_ = *reinterpret_cast<NestingCounterType*>(from); NestingCounterType 2353 src/bootstrapper.cc return from + sizeof(NestingCounterType); NestingCounterType 136 src/bootstrapper.h NestingCounterType nesting_;