Home | History | Annotate | Download | only in pat_trie_

Lines Matching refs:synth_access_traits

55   if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
98 typename synth_access_traits::const_iterator b_it =
99 synth_access_traits::begin(r_key);
100 typename synth_access_traits::const_iterator e_it =
101 synth_access_traits::end(r_key);
130 synth_access_traits::begin(r_key);
133 synth_access_traits::end(r_key);
140 if (!synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
179 !synth_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
183 synth_access_traits::cmp_keys(r_key, PB_DS_V2F(*l_bound_it)))
197 !synth_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
201 synth_access_traits::cmp_keys(r_key, PB_DS_V2F(*l_bound_it)))
212 return (synth_access_traits::begin(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
224 return (synth_access_traits::end(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));