Home
last modified time | relevance | path

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/
Dcircular_slist_algorithms.hpp349 static node_ptr move_forward(node_ptr p, std::size_t n) in move_forward() function in boost::intrusive::circular_slist_algorithms
Dcircular_list_algorithms.hpp339 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 Dgetopt.cpp106 auto move_forward = [&current, &ctx] { in getopt_r() local