Home
last modified time | relevance | path

Searched refs:it_second (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/polygon/
Dvoronoi_builder.hpp223 site_event_iterator_type it_second = site_events_.begin(); in init_beach_line_default() local
224 ++it_second; in init_beach_line_default()
226 *it_first, *it_first, *it_second, beach_line_.end(), output); in init_beach_line_default()
235 site_event_iterator_type it_second = site_events_.begin(); in init_beach_line_collinear_sites() local
236 ++it_second; in init_beach_line_collinear_sites()
237 while (it_second != site_event_iterator_) { in init_beach_line_collinear_sites()
239 key_type new_node(*it_first, *it_second); in init_beach_line_collinear_sites()
242 edge_type* edge = output->_insert_new_edge(*it_first, *it_second).first; in init_beach_line_collinear_sites()
250 ++it_second; in init_beach_line_collinear_sites()
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc792 auto it_second = find(it_first + 1, shape.end(), -1); in InferImplReshape() local
793 if (it_second != shape.end()) { in InferImplReshape()