HomeSort by relevance Sort by last modified time
    Searched defs:operator (Results 501 - 525 of 6351) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 87 operator->() const
96 operator*() const
105 operator==(const point_iterator_& other) const
112 operator==(const const_point_iterator_& other) const
119 operator!=(const point_iterator_& other) const
126 operator!=(const const_point_iterator_& other) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pointer.h 52 * 4) An operator<() to support pointer comparison.
53 * 5) An operator==() to support pointer comparison.
74 operator<(const _Std_pointer_impl& __rarg) const
78 operator==(const _Std_pointer_impl& __rarg) const
126 operator<(const _Relative_pointer_impl& __rarg) const
131 operator==(const _Relative_pointer_impl& __rarg) const
174 operator<(const _Relative_pointer_impl& __rarg) const
179 operator==(const _Relative_pointer_impl& __rarg) const
305 // Assignment operator
307 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_iterator.h 156 operator*() const
168 operator->() const
169 { return &(operator*()); }
177 operator++()
189 operator++(int)
202 operator--()
214 operator--(int)
227 operator+(difference_type __n) const
236 operator+=(difference_type __n)
248 operator-(difference_type __n) cons
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
direct_mask_range_hashing_imp.hpp 56 operator()(size_type hash) const
direct_mod_range_hashing_imp.hpp 56 operator()(size_type hash) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
const_point_iterator.hpp 100 operator->() const
109 operator*() const
118 operator==(const point_iterator_& other) const
125 operator==(const const_point_iterator_& other) const
132 operator!=(const point_iterator_& other) const
139 operator!=(const const_point_iterator_& other) const
point_iterator.hpp 87 operator->() const
96 operator*() const
105 operator==(const point_iterator_& other) const
112 operator==(const const_point_iterator_& other) const
119 operator!=(const point_iterator_& other) const
126 operator!=(const const_point_iterator_& other) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 58 * 4) An operator<() to support pointer comparison.
59 * 5) An operator==() to support pointer comparison.
80 operator<(const _Std_pointer_impl& __rarg) const
84 operator==(const _Std_pointer_impl& __rarg) const
132 operator<(const _Relative_pointer_impl& __rarg) const
137 operator==(const _Relative_pointer_impl& __rarg) const
184 operator<(const _Relative_pointer_impl& __rarg) const
189 operator==(const _Relative_pointer_impl& __rarg) const
323 // Assignment operator
325 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator.h 162 operator*() const
174 operator->() const
175 { return &(operator*()); }
183 operator++()
195 operator++(int)
208 operator--()
220 operator--(int)
233 operator+(difference_type __n) const
243 operator+=(difference_type __n)
255 operator-(difference_type __n) cons
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
direct_mask_range_hashing_imp.hpp 56 operator()(size_type hash) const
direct_mod_range_hashing_imp.hpp 56 operator()(size_type hash) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
point_const_iterator.hpp 92 operator->() const
100 operator*() const
108 operator==(const point_iterator_& other) const
113 operator==(const point_const_iterator_& other) const
118 operator!=(const point_iterator_& other) const
123 operator!=(const point_const_iterator_& other) const
point_iterator.hpp 81 operator->() const
89 operator*() const
97 operator==(const point_iterator_& other) const
102 operator==(const point_const_iterator_& other) const
107 operator!=(const point_iterator_& other) const
112 operator!=(const point_const_iterator_& other) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h 61 * 4) An operator<() to support pointer comparison.
62 * 5) An operator==() to support pointer comparison.
83 operator<(const _Std_pointer_impl& __rarg) const
87 operator==(const _Std_pointer_impl& __rarg) const
135 operator<(const _Relative_pointer_impl& __rarg) const
140 operator==(const _Relative_pointer_impl& __rarg) const
187 operator<(const _Relative_pointer_impl& __rarg) const
192 operator==(const _Relative_pointer_impl& __rarg) const
318 // Assignment operator
320 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 35 operator<<(basic_ostream<_CharT, _Traits>& __os,
42 operator<<(basic_ostream<_CharT, _Traits>& __os,
52 operator>>(basic_istream<_CharT, _Traits>& __is,
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_io.h 35 operator<<(basic_ostream<_CharT, _Traits>& __os,
42 operator<<(basic_ostream<_CharT, _Traits>& __os,
52 operator>>(basic_istream<_CharT, _Traits>& __is,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_iterator.h 156 operator*() const
168 operator->() const
169 { return &(operator*()); }
177 operator++()
189 operator++(int)
202 operator--()
214 operator--(int)
227 operator+(difference_type __n) const
236 operator+=(difference_type __n)
248 operator-(difference_type __n) cons
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
direct_mask_range_hashing_imp.hpp 56 operator()(size_type hash) const
direct_mod_range_hashing_imp.hpp 56 operator()(size_type hash) const
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
const_point_iterator.hpp 100 operator->() const
109 operator*() const
118 operator==(const point_iterator_& other) const
125 operator==(const const_point_iterator_& other) const
132 operator!=(const point_iterator_& other) const
139 operator!=(const const_point_iterator_& other) const
point_iterator.hpp 87 operator->() const
96 operator*() const
105 operator==(const point_iterator_& other) const
112 operator==(const const_point_iterator_& other) const
119 operator!=(const point_iterator_& other) const
126 operator!=(const const_point_iterator_& other) const
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 58 * 4) An operator<() to support pointer comparison.
59 * 5) An operator==() to support pointer comparison.
80 operator<(const _Std_pointer_impl& __rarg) const
84 operator==(const _Std_pointer_impl& __rarg) const
132 operator<(const _Relative_pointer_impl& __rarg) const
137 operator==(const _Relative_pointer_impl& __rarg) const
184 operator<(const _Relative_pointer_impl& __rarg) const
189 operator==(const _Relative_pointer_impl& __rarg) const
323 // Assignment operator
325 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator.h 162 operator*() const
174 operator->() const
175 { return &(operator*()); }
183 operator++()
195 operator++(int)
208 operator--()
220 operator--(int)
233 operator+(difference_type __n) const
243 operator+=(difference_type __n)
255 operator-(difference_type __n) cons
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
direct_mask_range_hashing_imp.hpp 56 operator()(size_type hash) const
direct_mod_range_hashing_imp.hpp 56 operator()(size_type hash) const

Completed in 1669 milliseconds

<<21222324252627282930>>