HomeSort by relevance Sort by last modified time
    Searched defs:_Iter (Results 1 - 5 of 5) sorted by null

  /system/core/libsysutils/include/sysutils/
List.h 89 typedef _ListIterator<U, Constness> _Iter;
97 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {}
117 inline bool operator==(const _Iter& right) const {
120 inline bool operator!=(const _Iter& right) const {
137 inline _Iter& operator++() { // pre-increment
141 const _Iter operator++(int) { // post-increment
142 _Iter tmp(*this);
146 inline _Iter& operator--() { // pre-increment
150 const _Iter operator--(int) { // post-increment
151 _Iter tmp(*this)
    [all...]
  /system/core/libutils/include/utils/
List.h 90 typedef _ListIterator<U, Constness> _Iter;
98 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {}
118 inline bool operator==(const _Iter& right) const {
121 inline bool operator!=(const _Iter& right) const {
138 inline _Iter& operator++() { // pre-increment
142 const _Iter operator++(int) { // post-increment
143 _Iter tmp(*this);
147 inline _Iter& operator--() { // pre-increment
151 const _Iter operator--(int) { // post-increment
152 _Iter tmp(*this)
    [all...]
  /system/keymaster/include/keymaster/
List.h 88 typedef _ListIterator<U, Constness> _Iter;
96 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {}
116 inline bool operator==(const _Iter& right) const {
119 inline bool operator!=(const _Iter& right) const {
136 inline _Iter& operator++() { // pre-increment
140 const _Iter operator++(int) { // post-increment
141 _Iter tmp(*this);
145 inline _Iter& operator--() { // pre-increment
149 const _Iter operator--(int) { // post-increment
150 _Iter tmp(*this)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
713 class _Iter
731 _Iter(node_pointer p_nd = 0)
734 _Iter(const PB_DS_ODIR_IT_C_DEC& other)
737 _Iter&
738 operator=(const _Iter& other)
744 _Iter&
765 _Iter&
772 _Iter
    [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/pat_trie_/
pat_trie_base.hpp 478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
713 class _Iter
731 _Iter(node_pointer p_nd = 0)
734 _Iter(const PB_DS_ODIR_IT_C_DEC& other)
737 _Iter&
738 operator=(const _Iter& other)
744 _Iter&
765 _Iter&
772 _Iter
    [all...]

Completed in 264 milliseconds