Searched refs:m_max_depth (Results 1 – 4 of 4) sorted by relevance
106 : m_entry(entry), m_max_depth(depth), m_error(false) {} in MapIterator()120 if (m_error || m_entry.null() || (steps > m_max_depth)) in advance()145 if (steps > m_max_depth) { in next()167 if (steps > m_max_depth) in tree_min()182 size_t m_max_depth = 0; member in MapIterator
133 uint32_t m_max_depth = UINT32_MAX; variable
43 m_max_depth = depth; in SetMaximumDepth()
879 return m_curr_depth >= m_options.m_max_depth; in HasReachedMaximumDepth()