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