Searched defs:move_forward (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ | ||
D | circular_slist_algorithms.hpp | 349 static node_ptr move_forward(node_ptr p, std::size_t n) in move_forward() function in boost::intrusive::circular_slist_algorithms |
D | circular_list_algorithms.hpp | 339 static void move_forward(node_ptr p, std::size_t n) in move_forward() function in boost::intrusive::circular_list_algorithms |
/aosp_15_r20/external/llvm-libc/src/unistd/ | ||
H A D | getopt.cpp | 106 auto move_forward = [¤t, &ctx] { in getopt_r() local |