Home
last modified time | relevance | path

Searched refs:p_lf (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp386 node_pointer p_lf = find_imp(PB_DS_V2F(r_val)); in insert() local
387 if (p_lf != NULL && p_lf->m_type == pat_trie_leaf_node_type && in insert()
388 …synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r… in insert()
392 return std::make_pair(iterator(p_lf), false); in insert()