Searched refs:max_call_depth_ (Results 1 – 1 of 1) sorted by relevance
152 max_call_depth_(0), in ReentrantServiceImpl()155 int max_call_depth() { return max_call_depth_; } in max_call_depth()161 max_call_depth_ = std::max(++call_depth_, max_call_depth_); in Frobinate()173 int max_call_depth_; member in mojo::test::__anonba6438510111::ReentrantServiceImpl