HomeSort by relevance Sort by last modified time
    Searched defs:p_e (Results 126 - 150 of 261) sorted by null

1 2 3 4 56 7 8 91011

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 52 const_entry_pointer p_e =& a_entries[pos]; local
53 switch(p_e->m_stat)
60 const_key_reference r_key = PB_DS_V2F(p_e->m_value);
65 _GLIBCXX_DEBUG_ASSERT(p_e->m_hash == pos_hash_pair.second);
erase_no_store_hash_fn_imps.hpp 55 entry* const p_e = m_entries + pos; local
56 switch(p_e->m_stat)
67 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
70 erase_entry(p_e);
erase_store_hash_fn_imps.hpp 54 entry* const p_e = m_entries + pos; local
55 switch(p_e->m_stat)
66 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
70 erase_entry(p_e);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 44 deallocate_links_in_list(entry_pointer p_e)
46 while (p_e != NULL)
48 entry_pointer p_dealloc_e = p_e;
49 p_e = p_e->m_p_next;
60 entry_pointer p_e = s_entry_allocator.allocate(1); local
63 new (&p_e->m_value) value_type(r_val);
64 return p_e;
73 entry_pointer p_e = s_entry_allocator.allocate(1); local
74 cond_dealtor_t cond(p_e);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 52 const_entry_pointer p_e =& a_entries[pos]; local
53 switch(p_e->m_stat)
60 const_key_reference r_key = PB_DS_V2F(p_e->m_value);
65 _GLIBCXX_DEBUG_ASSERT(p_e->m_hash == pos_hash_pair.second);
erase_no_store_hash_fn_imps.hpp 55 entry* const p_e = m_entries + pos; local
56 switch(p_e->m_stat)
67 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
70 erase_entry(p_e);
erase_store_hash_fn_imps.hpp 54 entry* const p_e = m_entries + pos; local
55 switch(p_e->m_stat)
66 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
70 erase_entry(p_e);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 44 deallocate_links_in_list(entry_pointer p_e)
46 while (p_e != 0)
48 entry_pointer p_dealloc_e = p_e;
49 p_e = p_e->m_p_next;
60 entry_pointer p_e = s_entry_allocator.allocate(1); local
63 new (&p_e->m_value) value_type(r_val);
64 return p_e;
73 entry_pointer p_e = s_entry_allocator.allocate(1); local
74 cond_dealtor_t cond(p_e);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 52 const_entry_pointer p_e =& a_entries[pos]; local
53 switch(p_e->m_stat)
60 const_key_reference r_key = PB_DS_V2F(p_e->m_value);
65 _GLIBCXX_DEBUG_ASSERT(p_e->m_hash == pos_hash_pair.second);
erase_no_store_hash_fn_imps.hpp 55 entry* const p_e = m_entries + pos; local
56 switch(p_e->m_stat)
67 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
70 erase_entry(p_e);
erase_store_hash_fn_imps.hpp 54 entry* const p_e = m_entries + pos; local
55 switch(p_e->m_stat)
66 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
70 erase_entry(p_e);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 44 deallocate_links_in_list(entry_pointer p_e)
46 while (p_e != 0)
48 entry_pointer p_dealloc_e = p_e;
49 p_e = p_e->m_p_next;
60 entry_pointer p_e = s_entry_allocator.allocate(1); local
63 new (&p_e->m_value) value_type(r_val);
64 return p_e;
73 entry_pointer p_e = s_entry_allocator.allocate(1); local
74 cond_dealtor_t cond(p_e);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 53 const_entry_pointer p_e =& a_entries[pos]; local
54 switch(p_e->m_stat)
61 key_const_reference r_key = PB_DS_V2F(p_e->m_value);
66 PB_DS_DEBUG_VERIFY(p_e->m_hash == pos_hash_pair.second);
erase_no_store_hash_fn_imps.hpp 55 entry* const p_e = m_entries + pos; local
56 switch(p_e->m_stat)
66 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
69 erase_entry(p_e);
erase_store_hash_fn_imps.hpp 54 entry* const p_e = m_entries + pos; local
55 switch(p_e->m_stat)
65 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
69 erase_entry(p_e);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 44 deallocate_links_in_list(entry_pointer p_e)
46 while (p_e != 0)
48 entry_pointer p_dealloc_e = p_e;
49 p_e = p_e->m_p_next;
60 entry_pointer p_e = s_entry_allocator.allocate(1); local
63 new (&p_e->m_value) value_type(r_val);
64 return p_e;
73 entry_pointer p_e = s_entry_allocator.allocate(1); local
74 cond_dealtor_t cond(p_e);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 52 const_entry_pointer p_e =& a_entries[pos]; local
53 switch(p_e->m_stat)
60 const_key_reference r_key = PB_DS_V2F(p_e->m_value);
65 _GLIBCXX_DEBUG_ASSERT(p_e->m_hash == pos_hash_pair.second);
erase_no_store_hash_fn_imps.hpp 55 entry* const p_e = m_entries + pos; local
56 switch(p_e->m_stat)
67 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
70 erase_entry(p_e);
erase_store_hash_fn_imps.hpp 54 entry* const p_e = m_entries + pos; local
55 switch(p_e->m_stat)
66 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
70 erase_entry(p_e);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 44 deallocate_links_in_list(entry_pointer p_e)
46 while (p_e != 0)
48 entry_pointer p_dealloc_e = p_e;
49 p_e = p_e->m_p_next;
60 entry_pointer p_e = s_entry_allocator.allocate(1); local
63 new (&p_e->m_value) value_type(r_val);
64 return p_e;
73 entry_pointer p_e = s_entry_allocator.allocate(1); local
74 cond_dealtor_t cond(p_e);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 53 const_entry_pointer p_e =& a_entries[pos]; local
54 switch(p_e->m_stat)
61 key_const_reference r_key = PB_DS_V2F(p_e->m_value);
66 PB_DS_DEBUG_VERIFY(p_e->m_hash == pos_hash_pair.second);
erase_no_store_hash_fn_imps.hpp 55 entry* const p_e = m_entries + pos; local
56 switch(p_e->m_stat)
66 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
69 erase_entry(p_e);
erase_store_hash_fn_imps.hpp 54 entry* const p_e = m_entries + pos; local
55 switch(p_e->m_stat)
65 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
69 erase_entry(p_e);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 44 deallocate_links_in_list(entry_pointer p_e)
46 while (p_e != 0)
48 entry_pointer p_dealloc_e = p_e;
49 p_e = p_e->m_p_next;
60 entry_pointer p_e = s_entry_allocator.allocate(1); local
63 new (&p_e->m_value) value_type(r_val);
64 return p_e;
73 entry_pointer p_e = s_entry_allocator.allocate(1); local
74 cond_dealtor_t cond(p_e);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 53 const_entry_pointer p_e =& a_entries[pos]; local
54 switch(p_e->m_stat)
61 key_const_reference r_key = PB_DS_V2F(p_e->m_value);
66 PB_DS_DEBUG_VERIFY(p_e->m_hash == pos_hash_pair.second);

Completed in 602 milliseconds

1 2 3 4 56 7 8 91011