Searched refs:call_depth_ (Results 1 – 2 of 2) sorted by relevance
397 call_depth_(0),426 inline void IncrementCallDepth() {call_depth_++;}427 inline void DecrementCallDepth() {call_depth_--;}428 inline bool CallDepthIsZero() { return call_depth_ == 0; }494 call_depth_ = 0;509 DCHECK(call_depth_ == 0);523 int call_depth_; local
139 : call_depth_(0), in ReentrantServiceImpl()149 max_call_depth_ = std::max(++call_depth_, max_call_depth_); in Frobinate()150 if (call_depth_ == 1) { in Frobinate()153 call_depth_--; in Frobinate()160 int call_depth_; member in mojo::test::__anon269cf8270111::ReentrantServiceImpl