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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/
H A Deq_by_less.hpp58 operator()(const Key& r_lhs, const Key& r_rhs) const
60 const bool l = Cmp_Fn::operator()(r_lhs, r_rhs);
61 const bool g = Cmp_Fn::operator()(r_rhs, r_lhs);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/eq_fn/
H A Deq_by_less.hpp67 operator()(const Key& r_lhs, const Key& r_rhs) const
69 return (!(Cmp_Fn::operator()(r_lhs, r_rhs)&&
70 !(Cmp_Fn::operator()(r_rhs, r_lhs))));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/pb_assoc/example/
H A Dtree_intervals.cc78 * @param r_rhs [i] - Right-hand object with which to compare.
81 operator<(const interval& r_rhs) const
83 if (m_start != r_rhs.m_start)
84 return (m_start < r_rhs.m_start);
86 return (m_end < r_rhs.m_end);
119 operator<(const entry& r_rhs) const
121 return (m_interval < r_rhs.m_interval);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dsynth_e_access_traits.hpp95 operator()(const_key_reference r_lhs, const_key_reference r_rhs);
217 operator()(const_key_reference r_lhs, const_key_reference r_rhs) argument
219 return (cmp_keys(r_lhs, r_rhs));

Completed in 111 milliseconds