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

1 2 3 45 6 7 8 91011

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
erase_store_hash_fn_imps.hpp 48 entry_pointer p_e = m_entries[r_pos_hash_pair.first]; local
50 if (p_e == 0)
58 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
71 entry_pointer p_next_e = p_e->m_p_next;
86 erase_entry_pointer(p_e->m_p_next);
92 p_e = p_next_e;
insert_no_store_hash_fn_imps.hpp 50 entry_pointer p_e = m_entries[pos]; local
53 while (p_e != 0 && !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value),
57 p_e = p_e->m_p_next;
61 if (p_e != 0)
64 return std::make_pair(&p_e->m_value, false);
insert_store_hash_fn_imps.hpp 50 entry_pointer p_e = m_entries[pos_hash_pair.first]; local
53 while (p_e != 0 && !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value),
54 p_e->m_hash,
58 p_e = p_e->m_p_next;
62 if (p_e != 0)
65 return std::make_pair(&p_e->m_value, false);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_no_store_hash_fn_imps.hpp 52 const_entry_pointer p_e = &a_entries[pos]; local
53 switch(p_e->m_stat)
60 key_const_reference r_key = PB_DS_V2F(p_e->m_value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/5/sources/cxx-stl/gnu-libstdc++/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/5/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/6/sources/cxx-stl/gnu-libstdc++/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/6/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/7/sources/cxx-stl/gnu-libstdc++/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...]

Completed in 4464 milliseconds

1 2 3 45 6 7 8 91011