Searched refs:pointer (Results 1 - 25 of 2720) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DIdleHistory.py35 pointer = self.history_pointer
37 if pointer is not None and prefix is not None:
39 self._get_source("iomark", "end-1c") != self.history[pointer]:
40 pointer = prefix = None
41 if pointer is None or prefix is None:
44 pointer = nhist
47 pointer = -1
54 pointer = pointer - 1
56 pointer
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DIdleHistory.py35 pointer = self.history_pointer
37 if pointer is not None and prefix is not None:
39 self._get_source("iomark", "end-1c") != self.history[pointer]:
40 pointer = prefix = None
41 if pointer is None or prefix is None:
44 pointer = nhist
47 pointer = -1
54 pointer = pointer - 1
56 pointer
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
H A Diterator.hpp59 // Iterator's pointer type.
60 typedef pointer_ pointer; typedef in class:iterator_
62 // Iterator's const pointer type.
85 const_cast<pointer>(const_iterator_::m_p_value)));
93 const_cast<pointer>(const_iterator_::m_p_value)));
97 inline pointer
102 return (const_cast<pointer>(base_type::m_p_value));
141 * pointer and position (e.g., this is called from within a find()
145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
H A Diterator.hpp59 // Iterator's pointer type.
60 typedef pointer_ pointer; typedef in class:iterator_
62 // Iterator's const pointer type.
85 const_cast<pointer>(const_iterator_::m_p_value)));
93 const_cast<pointer>(const_iterator_::m_p_value)));
97 inline pointer
102 return (const_cast<pointer>(base_type::m_p_value));
141 * pointer and position (e.g., this is called from within a find()
145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
H A Diterator.hpp59 // Iterator's pointer type.
60 typedef pointer_ pointer; typedef in class:iterator_
62 // Iterator's const pointer type.
85 const_cast<pointer>(const_iterator_::m_p_value)));
93 const_cast<pointer>(const_iterator_::m_p_value)));
97 inline pointer
102 return (const_cast<pointer>(base_type::m_p_value));
141 * pointer and position (e.g., this is called from within a find()
145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
H A Diterator.hpp56 /// Iterator's pointer type.
57 typedef pointer_ pointer; typedef in class:iterator_
59 /// Iterator's const pointer type.
76 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
81 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
84 pointer
88 return (const_cast<pointer>(base_type::m_p_value));
121 * pointer and position (e.g., this is called from within a find()
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl)
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
H A Diterator.hpp59 // Iterator's pointer type.
60 typedef pointer_ pointer; typedef in class:iterator_
62 // Iterator's const pointer type.
85 const_cast<pointer>(const_iterator_::m_p_value)));
93 const_cast<pointer>(const_iterator_::m_p_value)));
97 inline pointer
102 return (const_cast<pointer>(base_type::m_p_value));
141 * pointer and position (e.g., this is called from within a find()
145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)

Completed in 543 milliseconds

1234567891011>>