Searched refs:m_nesting_depth (Results 1 – 4 of 4) sorted by relevance
223 for (int j = 0; j < 2 * m_nesting_depth; ++j) in do_print()227 for (int j = 0; j < 2 * (m_nesting_depth + i->nesting_corr()) + 2; ++j) in do_print()231 for (int j = 0; j < 2 * m_nesting_depth; ++j) in do_print()238 if (m_id != lhs.m_id || m_nesting_depth != lhs.m_nesting_depth) in is_equal_to()273 m_nesting_depth(nesting_depth), in Block()
63 void set_nesting_depth(int depth) {m_nesting_depth = depth;} in set_nesting_depth()111 int m_nesting_depth{0};
378 for (int j = 0; j < 2 * m_nesting_depth + 4; ++j) in do_print()385 for (int i = 0; i < 2 * m_nesting_depth + 2; ++i) in do_print()
191 int nesting_depth() const { return m_nesting_depth;} in nesting_depth()224 int m_nesting_depth; variable