HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 326 - 350 of 6015) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/lib/
libstdc++.so 
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 83 void operator +();
84 void operator -() throw();
85 void operator +(int);
86 void operator -(int) throw();
87 operator int();
88 operator float() throw();
91 void *operator new(__typeof__(sizeof(int)) sz, int) throw();
97 void operator delete(void*) throw(int);
183 void operator +(const S1&, float) throw();
184 void operator +(const S1&, const S3&)
    [all...]
  /external/collada/include/dae/
daeSmartRef.h 66 * Overloaded assignment operator which will convert between template types.
71 inline const daeSmartRef<T>& operator=(const daeSmartRef<U>& smartRef) {
79 * Overloaded assignment operator.
83 inline const daeSmartRef<T>& operator=(const daeSmartRef<T>& other) {
91 * Overloaded assignment operator.
95 inline const daeSmartRef<T>& operator=(T* ptr) {
102 * Overloaded member selection operator.
105 inline T* operator->() const {
109 * Overloaded cast operator.
112 inline operator T*() const
    [all...]
  /external/skia/include/core/
SkClipStack.h 16 SkClipStack& operator=(const SkClipStack& b);
17 bool operator==(const SkClipStack& b) const;
18 bool operator!=(const SkClipStack& b) const { return !(*this == b); }
45 friend bool operator==(const Clip& a, const Clip& b);
46 friend bool operator!=(const Clip& a, const Clip& b);
  /external/webkit/Source/WebCore/rendering/
BidiRun.h 47 // Overloaded new operator.
48 void* operator new(size_t, RenderArena*) throw();
51 void operator delete(void*, size_t);
56 // The normal operator new is disallowed.
57 void* operator new(size_t) throw();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
valarray 170 valarray<_Tp>& operator=(const valarray<_Tp>&);
179 valarray<_Tp>& operator=(const _Tp&);
189 valarray<_Tp>& operator=(const slice_array<_Tp>&);
199 valarray<_Tp>& operator=(const gslice_array<_Tp>&);
209 valarray<_Tp>& operator=(const mask_array<_Tp>&);
219 valarray<_Tp>& operator=(const indirect_array<_Tp>&);
230 valarray& operator=(initializer_list<_Tp>);
234 operator= (const _Expr<_Dom, _Tp>&);
243 _Tp& operator[](size_t);
246 // 389. Const overload of valarray::operator[] returns by value
    [all...]
cstdatomic 102 atomic& operator=(const atomic&) = delete;
106 operator _Tp() const volatile;
109 operator=(_Tp __i) volatile { store(__i); return __i; }
146 atomic& operator=(const atomic&) = delete;
179 operator _Tp*() const volatile
183 operator=(_Tp* __v) volatile
190 operator++(int) volatile { return fetch_add(1); }
193 operator--(int) volatile { return fetch_sub(1); }
196 operator++() volatile { return fetch_add(1) + 1; }
199 operator--() volatile { return fetch_sub(1) - 1;
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
valarray 170 valarray<_Tp>& operator=(const valarray<_Tp>&);
179 valarray<_Tp>& operator=(const _Tp&);
189 valarray<_Tp>& operator=(const slice_array<_Tp>&);
199 valarray<_Tp>& operator=(const gslice_array<_Tp>&);
209 valarray<_Tp>& operator=(const mask_array<_Tp>&);
219 valarray<_Tp>& operator=(const indirect_array<_Tp>&);
230 valarray& operator=(initializer_list<_Tp>);
234 operator= (const _Expr<_Dom, _Tp>&);
243 _Tp& operator[](size_t);
246 // 389. Const overload of valarray::operator[] returns by value
    [all...]
cstdatomic 102 atomic& operator=(const atomic&) = delete;
106 operator _Tp() const volatile;
109 operator=(_Tp __i) volatile { store(__i); return __i; }
146 atomic& operator=(const atomic&) = delete;
179 operator _Tp*() const volatile
183 operator=(_Tp* __v) volatile
190 operator++(int) volatile { return fetch_add(1); }
193 operator--(int) volatile { return fetch_sub(1); }
196 operator++() volatile { return fetch_add(1) + 1; }
199 operator--() volatile { return fetch_sub(1) - 1;
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
valarray 170 valarray<_Tp>& operator=(const valarray<_Tp>&);
179 valarray<_Tp>& operator=(const _Tp&);
189 valarray<_Tp>& operator=(const slice_array<_Tp>&);
199 valarray<_Tp>& operator=(const gslice_array<_Tp>&);
209 valarray<_Tp>& operator=(const mask_array<_Tp>&);
219 valarray<_Tp>& operator=(const indirect_array<_Tp>&);
230 valarray& operator=(initializer_list<_Tp>);
234 operator= (const _Expr<_Dom, _Tp>&);
243 _Tp& operator[](size_t);
246 // 389. Const overload of valarray::operator[] returns by value
    [all...]
cstdatomic 102 atomic& operator=(const atomic&) = delete;
106 operator _Tp() const volatile;
109 operator=(_Tp __i) volatile { store(__i); return __i; }
146 atomic& operator=(const atomic&) = delete;
179 operator _Tp*() const volatile
183 operator=(_Tp* __v) volatile
190 operator++(int) volatile { return fetch_add(1); }
193 operator--(int) volatile { return fetch_sub(1); }
196 operator++() volatile { return fetch_add(1) + 1; }
199 operator--() volatile { return fetch_sub(1) - 1;
    [all...]
  /external/icu4c/common/unicode/
uobject.h 29 /** U_OVERRIDE_CXX_ALLOCATION - Define this to override operator new and
58 * version of the operator new.
72 * UMemory operator new methods should have the throw() specification
74 * before calling constructors. Without, if <code>operator new</code> returns NULL the
120 static void * U_EXPORT2 operator new(size_t size) U_NO_THROW;
127 static void * U_EXPORT2 operator new[](size_t size) U_NO_THROW;
137 static void U_EXPORT2 operator delete(void *p) U_NO_THROW;
144 static void U_EXPORT2 operator delete[](void *p) U_NO_THROW;
152 static inline void * U_EXPORT2 operator new(size_t, void *ptr) U_NO_THROW { return ptr; }
159 static inline void U_EXPORT2 operator delete(void *, void *) U_NO_THROW {
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each_selectors.h 57 * @param o Operator.
61 operator()(Op& o, It i)
73 * @param o Operator.
77 operator()(Op& o, It i)
93 operator()(Val& v, It i)
105 * @param o Operator.
109 operator()(Op& o, It i)
121 * @param o Operator.
125 operator()(Op& o, It i)
148 operator()(T& v, It i
    [all...]
  /external/webkit/Source/JavaScriptCore/heap/
Handle.h 56 bool operator!() const { return !m_slot || !*m_slot; }
58 // This conversion operator allows implicit conversion to bool but not to other integer types.
60 operator UnspecifiedBoolType*() const { return (m_slot && *m_slot) ? reinterpret_cast<UnspecifiedBoolType*>(1) : 0; }
95 T* operator->()
102 const T* operator->() const
110 T* operator*()
117 const T* operator*() const
177 template <typename T, typename U> inline bool operator==(const Handle<T>& a, const Handle<U>& b)
182 template <typename T, typename U> inline bool operator==(const Handle<T>& a, U* b)
187 template <typename T, typename U> inline bool operator==(T* a, const Handle<U>& b)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint.h 114 operator CGPoint() const;
120 operator NSPoint() const;
125 operator QPointF() const;
130 operator BPoint() const;
134 operator SkPoint() const;
146 inline FloatPoint& operator+=(FloatPoint& a, const FloatSize& b)
152 inline FloatPoint& operator+=(FloatPoint& a, const FloatPoint& b)
158 inline FloatPoint& operator-=(FloatPoint& a, const FloatSize& b)
164 inline FloatPoint operator+(const FloatPoint& a, const FloatSize& b)
169 inline FloatPoint operator+(const FloatPoint& a, const FloatPoint& b
    [all...]
  /external/stlport/stlport/stl/
_valarray.h 136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
144 valarray<_Tp>& operator=(const value_type& __x) {
150 valarray<_Tp>& operator=(const slice_array<_Tp>&);
151 valarray<_Tp>& operator=(const gslice_array<_Tp>&);
152 valarray<_Tp>& operator=(const mask_array<_Tp>&);
153 valarray<_Tp>& operator=(const indirect_array<_Tp>&);
156 value_type operator[](size_t __n) const {
160 value_type& operator[](size_t __n) {
167 valarray<_Tp> operator[](slice) const;
168 slice_array<_Tp> operator[](slice)
    [all...]
_istream.h 69 _Self& operator = (_Self const&);
96 _Self& operator>> (__istream_fn __f) { return __f(*this); }
97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; }
98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; }
101 _Self& operator>> (short& __val);
102 _Self& operator>> (int& __val);
103 _Self& operator>> (unsigned short& __val);
104 _Self& operator>> (unsigned int& __val);
105 _Self& operator>> (long& __val);
106 _Self& operator>> (unsigned long& __val)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
144 valarray<_Tp>& operator=(const value_type& __x) {
150 valarray<_Tp>& operator=(const slice_array<_Tp>&);
151 valarray<_Tp>& operator=(const gslice_array<_Tp>&);
152 valarray<_Tp>& operator=(const mask_array<_Tp>&);
153 valarray<_Tp>& operator=(const indirect_array<_Tp>&);
156 value_type operator[](size_t __n) const {
160 value_type& operator[](size_t __n) {
167 valarray<_Tp> operator[](slice) const;
168 slice_array<_Tp> operator[](slice)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
144 valarray<_Tp>& operator=(const value_type& __x) {
150 valarray<_Tp>& operator=(const slice_array<_Tp>&);
151 valarray<_Tp>& operator=(const gslice_array<_Tp>&);
152 valarray<_Tp>& operator=(const mask_array<_Tp>&);
153 valarray<_Tp>& operator=(const indirect_array<_Tp>&);
156 value_type operator[](size_t __n) const {
160 value_type& operator[](size_t __n) {
167 valarray<_Tp> operator[](slice) const;
168 slice_array<_Tp> operator[](slice)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
144 valarray<_Tp>& operator=(const value_type& __x) {
150 valarray<_Tp>& operator=(const slice_array<_Tp>&);
151 valarray<_Tp>& operator=(const gslice_array<_Tp>&);
152 valarray<_Tp>& operator=(const mask_array<_Tp>&);
153 valarray<_Tp>& operator=(const indirect_array<_Tp>&);
156 value_type operator[](size_t __n) const {
160 value_type& operator[](size_t __n) {
167 valarray<_Tp> operator[](slice) const;
168 slice_array<_Tp> operator[](slice)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
PassRefPtr.h 83 T& operator*() const { return *m_ptr; }
84 T* operator->() const { return m_ptr; }
86 bool operator!() const { return !m_ptr; }
88 // This conversion operator allows implicit conversion to bool but not to other integer types.
90 operator UnspecifiedBoolType() const { return m_ptr ? &PassRefPtr::m_ptr : 0; }
92 PassRefPtr& operator=(T*);
93 PassRefPtr& operator=(const PassRefPtr&);
95 PassRefPtr& operator=(std::nullptr_t) { clear(); return *this; }
97 template<typename U> PassRefPtr& operator=(const PassRefPtr<U>&);
98 template<typename U> PassRefPtr& operator=(const RefPtr<U>&)
    [all...]

Completed in 431 milliseconds

<<11121314151617181920>>