Searched refs:set_next (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | ring.hpp | 437 void set_next(const_point_ptr<T>& node, const const_point_ptr<T>& next_node) { in set_next() function 458 set_next(node, node); in init() 466 set_next(new_node, node); in link_before() 468 set_next(prev_node, new_node); in link_before() 475 set_next(new_node, next_node); in link_after() 476 set_next(node, new_node); in link_after() 486 set_next(prev_e, p); in transfer_point() 488 set_next(prev_b, e); in transfer_point() 490 set_next(prev_p, b); in transfer_point()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/ |
| H A D | linked_streambuf.hpp | 89 virtual void set_next(linked_streambuf<Ch, Tr>* /* next */) { } in set_next() function in boost::iostreams::detail::linked_streambuf
|
| H A D | indirect_streambuf.hpp | 95 void set_next(streambuf_type* next); 378 inline void indirect_streambuf<T, Tr, Alloc, Mode>::set_next in set_next() function in boost::iostreams::detail::indirect_streambuf
|