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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 82 operator point_iterator_()
90 operator const point_iterator_() const
98 operator->() const
107 operator*() const
116 operator++()
125 operator++(int)
  /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/
iterator.hpp 82 operator point_iterator_()
90 operator const point_iterator_() const
98 operator->() const
107 operator*() const
116 operator++()
125 operator++(int)
  /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/
iterator.hpp 82 operator point_iterator_()
90 operator const point_iterator_() const
98 operator->() const
107 operator*() const
116 operator++()
125 operator++(int)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 82 operator point_iterator_()
90 operator const point_iterator_() const
98 operator->() const
107 operator*() const
116 operator++()
125 operator++(int)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 82 operator point_iterator_()
90 operator const point_iterator_() const
98 operator->() const
107 operator*() const
116 operator++()
125 operator++(int)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 82 operator point_iterator_()
90 operator const point_iterator_() const
98 operator->() const
107 operator*() const
116 operator++()
125 operator++(int)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 82 operator point_iterator_()
90 operator const point_iterator_() const
98 operator->() const
107 operator*() const
116 operator++()
125 operator++(int)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 82 operator point_iterator_()
90 operator const point_iterator_() const
98 operator->() const
107 operator*() const
116 operator++()
125 operator++(int)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 75 operator point_iterator_()
80 operator const point_iterator_() const
85 operator->() const
93 operator*() const
101 operator++()
109 operator++(int)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 82 operator point_iterator_()
90 operator const point_iterator_() const
98 operator->() const
107 operator*() const
116 operator++()
125 operator++(int)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 75 operator point_iterator_()
80 operator const point_iterator_() const
85 operator->() const
93 operator*() const
101 operator++()
109 operator++(int)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 75 operator point_iterator_()
80 operator const point_iterator_() const
85 operator->() const
93 operator*() const
101 operator++()
109 operator++(int)
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
SmartPtr.h 86 T* operator->() const {
90 T& operator*() const {
94 operator void*() const {
99 bool operator <(const SmartPtr<T>& t1) const {
103 SmartPtr<T,threadSafe>& operator=(const SmartPtr<T,false>& rhs)
118 SmartPtr<T,threadSafe>& operator=(SmartPtr<T,true>& rhs)
  /external/chromium/base/
time.h 91 TimeDelta& operator=(TimeDelta other) {
97 TimeDelta operator+(TimeDelta other) const {
100 TimeDelta operator-(TimeDelta other) const {
104 TimeDelta& operator+=(TimeDelta other) {
108 TimeDelta& operator-=(TimeDelta other) {
112 TimeDelta operator-() const {
118 TimeDelta operator*(int64 a) const {
121 TimeDelta operator/(int64 a) const {
124 TimeDelta& operator*=(int64 a) {
128 TimeDelta& operator/=(int64 a)
    [all...]
  /external/chromium_org/third_party/smhasher/src/
Types.h 68 inline void operator () ( const void * key, const int len, const uint32_t seed, uint32_t * out )
73 inline operator pfHash ( void ) const
78 inline T operator () ( const void * key, const int len, const uint32_t seed )
103 virtual void operator() ( const void * key, int len )
127 virtual void operator () ( const void * key, int len )
148 HashCallback & operator = ( const HashCallback & );
166 virtual void operator () ( const void * key, int len )
186 CollisionCallback & operator = ( const CollisionCallback & c );
222 Blob & operator = ( const Blob & k )
255 uint8_t & operator [] ( int i
    [all...]
  /external/chromium_org/v8/src/platform/
time.h 95 TimeDelta& operator=(const TimeDelta& other) {
101 TimeDelta operator+(const TimeDelta& other) const {
104 TimeDelta operator-(const TimeDelta& other) const {
108 TimeDelta& operator+=(const TimeDelta& other) {
112 TimeDelta& operator-=(const TimeDelta& other) {
116 TimeDelta operator-() const {
129 TimeDelta operator*(int64_t a) const {
132 TimeDelta operator/(int64_t a) const {
135 TimeDelta& operator*=(int64_t a) {
139 TimeDelta& operator/=(int64_t a)
    [all...]
  /external/llvm/include/llvm/Support/
CFG.h 52 inline bool operator==(const Self& x) const { return It == x.It; }
53 inline bool operator!=(const Self& x) const { return !operator==(x); }
55 inline reference operator*() const {
59 inline pointer *operator->() const { return &operator*(); }
61 inline Self& operator++() { // Preincrement
67 inline Self operator++(int) { // Postincrement
119 // TODO: This can be random access iterator, only operator[] missing.
136 inline const Self &operator=(const Self &I)
    [all...]
  /external/stlport/stlport/stl/debug/
_iterator.h 175 ptrdiff_t operator-(const _DBG_iter_base<_Container>& __x,
235 // redundant with the copy assignment operator below.
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
246 reference operator*() const;
250 _Self& operator++() {
254 _Self operator++(int) {
259 _Self& operator--() {
263 _Self operator--(int) {
269 _Self& operator+=(difference_type __n)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 175 ptrdiff_t operator-(const _DBG_iter_base<_Container>& __x,
235 // redundant with the copy assignment operator below.
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
246 reference operator*() const;
250 _Self& operator++() {
254 _Self operator++(int) {
259 _Self& operator--() {
263 _Self operator--(int) {
269 _Self& operator+=(difference_type __n)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 175 ptrdiff_t operator-(const _DBG_iter_base<_Container>& __x,
235 // redundant with the copy assignment operator below.
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
246 reference operator*() const;
250 _Self& operator++() {
254 _Self operator++(int) {
259 _Self& operator--() {
263 _Self operator--(int) {
269 _Self& operator+=(difference_type __n)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 175 ptrdiff_t operator-(const _DBG_iter_base<_Container>& __x,
235 // redundant with the copy assignment operator below.
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
246 reference operator*() const;
250 _Self& operator++() {
254 _Self operator++(int) {
259 _Self& operator--() {
263 _Self operator--(int) {
269 _Self& operator+=(difference_type __n)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 175 ptrdiff_t operator-(const _DBG_iter_base<_Container>& __x,
235 // redundant with the copy assignment operator below.
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
246 reference operator*() const;
250 _Self& operator++() {
254 _Self operator++(int) {
259 _Self& operator--() {
263 _Self operator--(int) {
269 _Self& operator+=(difference_type __n)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 175 ptrdiff_t operator-(const _DBG_iter_base<_Container>& __x,
235 // redundant with the copy assignment operator below.
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
246 reference operator*() const;
250 _Self& operator++() {
254 _Self operator++(int) {
259 _Self& operator--() {
263 _Self operator--(int) {
269 _Self& operator+=(difference_type __n)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_iterator.h 175 ptrdiff_t operator-(const _DBG_iter_base<_Container>& __x,
235 // redundant with the copy assignment operator below.
236 _Self& operator=(const _Nonconst_mid& __rhs) {
241 _Self& operator=(const _Self& __rhs) {
246 reference operator*() const;
250 _Self& operator++() {
254 _Self operator++(int) {
259 _Self& operator--() {
263 _Self operator--(int) {
269 _Self& operator+=(difference_type __n)
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
WString.cpp 99 return operator[]( loc );
120 const String & String::operator=( const String &rhs )
138 //const String & String::operator+=( const char aChar )
148 const String & String::operator+=( const String &other )
167 int String::operator==( const String &rhs ) const
172 int String::operator!=( const String &rhs ) const
177 int String::operator<( const String &rhs ) const
182 int String::operator>( const String &rhs ) const
187 int String::operator<=( const String &rhs ) const
192 int String::operator>=( const String & rhs ) cons
    [all...]

Completed in 2261 milliseconds

<<21222324252627282930>>