Searched refs:r_rhs (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/
H A Deq_by_less.hpp59 operator()(const Key& r_lhs, const Key& r_rhs) const
61 const bool l = Cmp_Fn::operator()(r_lhs, r_rhs);
62 const bool g = Cmp_Fn::operator()(r_rhs, r_lhs);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dpriority_queue_dijkstra.cc67 operator()(const pq_value& r_lhs, const pq_value& r_rhs) const
73 return r_rhs.second < r_lhs.second;
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dsynth_access_traits.hpp208 operator()(key_const_reference r_lhs, key_const_reference r_rhs) argument
209 { return cmp_keys(r_lhs, r_rhs); }

Completed in 98 milliseconds