Searched refs:r_pos (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp580 std::pair<entry_pointer, size_type>& r_pos) const
582 inc_it_state((mapped_const_pointer& )r_p_value, r_pos);
588 std::pair<entry_pointer, size_type>& r_pos) const
591 r_pos.first = r_pos.first->m_p_next;
592 if (r_pos.first != 0)
594 r_p_value = &r_pos.first->m_value;
598 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp580 std::pair<entry_pointer, size_type>& r_pos) const
582 inc_it_state((mapped_const_pointer& )r_p_value, r_pos);
588 std::pair<entry_pointer, size_type>& r_pos) const
591 r_pos.first = r_pos.first->m_p_next;
592 if (r_pos.first != 0)
594 r_p_value = &r_pos.first->m_value;
598 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp618 inc_it_state(pointer& r_p_value, size_type& r_pos) const
619 { inc_it_state((mapped_const_pointer& )r_p_value, r_pos); }
623 inc_it_state(const_pointer& r_p_value, size_type& r_pos) const
626 for (++r_pos; r_pos < m_num_e; ++r_pos)
628 const_entry_pointer p_e =& m_entries[r_pos];
639 get_start_it_state(const_pointer& r_p_value, size_type& r_pos) const
641 for (r_pos = 0; r_pos < m_num_
654 get_start_it_state(pointer& r_p_value, size_type& r_pos) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp618 inc_it_state(pointer& r_p_value, size_type& r_pos) const
619 { inc_it_state((mapped_const_pointer& )r_p_value, r_pos); }
623 inc_it_state(const_pointer& r_p_value, size_type& r_pos) const
626 for (++r_pos; r_pos < m_num_e; ++r_pos)
628 const_entry_pointer p_e =& m_entries[r_pos];
639 get_start_it_state(const_pointer& r_p_value, size_type& r_pos) const
641 for (r_pos = 0; r_pos < m_num_
654 get_start_it_state(pointer& r_p_value, size_type& r_pos) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp305 inc_it_state(const_pointer& r_p_value, entry_pointer& r_pos) const
307 r_pos = r_pos->m_p_next;
308 r_p_value = (r_pos == 0) ? 0 : &r_pos->m_value;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp305 inc_it_state(const_pointer& r_p_value, entry_pointer& r_pos) const
307 r_pos = r_pos->m_p_next;
308 r_p_value = (r_pos == 0) ? 0 : &r_pos->m_value;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dsynth_access_traits.hpp161 const typename base_type::size_type r_pos = base_type::e_pos(*b_r); local
162 if (l_pos != r_pos)
163 return l_pos < r_pos;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dtrie_policy_base.hpp191 size_type r_pos = r_traits.e_pos(*b_r); local
192 if (l_pos != r_pos)
193 return (l_pos < r_pos);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dsynth_access_traits.hpp161 const typename base_type::size_type r_pos = base_type::e_pos(*b_r); local
162 if (l_pos != r_pos)
163 return l_pos < r_pos;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dtrie_policy_base.hpp191 size_type r_pos = r_traits.e_pos(*b_r); local
192 if (l_pos != r_pos)
193 return (l_pos < r_pos);

Completed in 106 milliseconds