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

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp199 rec_join(node_pointer p_l, node_pointer p_r, size_type checked_ind, argument
222 checked_ind, r_bag);
232 checked_ind, r_bag);
262 rec_join(leaf_pointer p_l, inode_pointer p_r, size_type checked_ind, argument
271 node_pointer p_ret = rec_join(p_r, p_l, checked_ind, r_bag);
279 rec_join(inode_pointer p_l, leaf_pointer p_r, size_type checked_ind, branch_bag& r_bag) argument
289 if (!p_l->should_be_mine(pref_begin(p_r), pref_end(p_r), checked_ind, this))
H A Dfind_fn_imps.hpp135 size_type checked_ind = 0; local
152 static_cast<inode_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
153 checked_ind = new_checked_ind;
H A Dpat_trie_base.hpp1116 size_type checked_ind,
1119 if (!should_be_mine(b_it, e_it, checked_ind, p_traits))
1254 size_type checked_ind,
1265 std::advance(key_b_it, checked_ind);
1270 std::advance(value_b_it, checked_ind);

Completed in 43 milliseconds