Home | History | Annotate | Download | only in trie_policy

Lines Matching defs:b_l

128       e_const_iterator b_l = pref_range.first;
131 const size_type range_length_l = std::distance(b_l, e_l);
136 std::swap(b_l, b_r);
141 while (b_l != e_l)
143 if (r_traits.e_pos(*b_l) != r_traits.e_pos(*b_r))
147 ++b_l;
181 less(e_const_iterator b_l, e_const_iterator e_l,
185 while (b_l != e_l)
190 size_type l_pos = r_traits.e_pos(*b_l);
195 ++b_l;