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

<<21222324252627282930>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 77 operator bool() const
81 operator=(bool __x)
91 operator=(const _Bit_reference& __x)
95 operator==(const _Bit_reference& __x) const
99 operator<(const _Bit_reference& __x) const
151 operator==(const _Bit_iterator_base& __i) const
155 operator<(const _Bit_iterator_base& __i) const
162 operator!=(const _Bit_iterator_base& __i) const
166 operator>(const _Bit_iterator_base& __i) const
170 operator<=(const _Bit_iterator_base& __i) cons
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 77 operator bool() const
81 operator=(bool __x)
91 operator=(const _Bit_reference& __x)
95 operator==(const _Bit_reference& __x) const
99 operator<(const _Bit_reference& __x) const
151 operator==(const _Bit_iterator_base& __i) const
155 operator<(const _Bit_iterator_base& __i) const
162 operator!=(const _Bit_iterator_base& __i) const
166 operator>(const _Bit_iterator_base& __i) const
170 operator<=(const _Bit_iterator_base& __i) cons
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 77 operator bool() const
81 operator=(bool __x)
91 operator=(const _Bit_reference& __x)
95 operator==(const _Bit_reference& __x) const
99 operator<(const _Bit_reference& __x) const
151 operator==(const _Bit_iterator_base& __i) const
155 operator<(const _Bit_iterator_base& __i) const
162 operator!=(const _Bit_iterator_base& __i) const
166 operator>(const _Bit_iterator_base& __i) const
170 operator<=(const _Bit_iterator_base& __i) cons
    [all...]
  /development/tools/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/allocator/
generic_allocators.cc 27 void* __cdecl operator new(size_t size) {
31 void operator delete(void* p) __THROW {
35 void* operator new[](size_t size) {
39 void operator delete[](void* p) __THROW {
43 void* operator new(size_t size, const std::nothrow_t& nt) __THROW {
47 void* operator new[](size_t size, const std::nothrow_t& nt) __THROW {
  /external/clang/test/CodeGenCXX/
for-range-temporaries.cpp 38 F operator*();
39 G operator++();
40 H operator!=(const E &o);
47 operator I();
53 operator bool();
59 operator bool();
  /external/collada/include/1.4/dom/
domFx_surface_init_planar_common.h 69 * Overloaded assignment operator
71 virtual domAll &operator=( const domAll &cpy ) { (void)cpy; return *this; }
136 * Overloaded assignment operator
138 virtual domFx_surface_init_planar_common_complexType &operator=( const domFx_surface_init_planar_common_complexType &cpy ) { (void)cpy; return *this; }
160 * Overloaded assignment operator
162 virtual domFx_surface_init_planar_common &operator=( const domFx_surface_init_planar_common &cpy ) { (void)cpy; return *this; }
  /external/stlport/stlport/stl/
_new.h 72 * do not define it or when the new operator do not throw it to avoid
79 bad_alloc& operator=(const bad_alloc&) _STLP_NOTHROW_INHERENTLY {return *this;}
131 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n, __FILE__, __LINE__)); }
132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); }
134 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n)); }
135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
  /external/v8/src/
allocation.h 45 void* operator new(size_t size) { return New(size); }
46 void operator delete(void* p) { Delete(p); }
64 void* operator new(size_t size);
65 void operator delete(void* p);
77 void* operator new(size_t size);
78 void operator delete(void* p);
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptprogram_p.h 52 inline bool operator==(const QScriptProgramPrivate& other) const;
53 inline bool operator!=(const QScriptProgramPrivate& other) const;
55 inline operator JSStringRef() const;
111 bool QScriptProgramPrivate::operator==(const QScriptProgramPrivate& other) const
118 bool QScriptProgramPrivate::operator!=(const QScriptProgramPrivate& other) const
125 QScriptProgramPrivate::operator JSStringRef() const
  /external/webkit/Source/WebKit/chromium/public/
WebCString.h 69 WebCString& operator=(const WebCString& s)
97 WebCString& operator=(const WTF::CString&);
98 operator WTF::CString() const;
105 WebCString& operator=(const std::string& s)
111 operator std::string() const
129 inline bool operator<(const WebCString& a, const WebCString& b)
WebNotification.h 59 WebNotification& operator=(const WebNotification& other)
101 WebNotification& operator=(const WTF::PassRefPtr<WebCore::Notification>&);
102 operator WTF::PassRefPtr<WebCore::Notification>() const;
110 inline bool operator==(const WebNotification& a, const WebNotification& b)
115 inline bool operator!=(const WebNotification& a, const WebNotification& b)
120 inline bool operator<(const WebNotification& a, const WebNotification& b)
WebRect.h 77 WebRect& operator=(const WebCore::IntRect& r)
86 operator WebCore::IntRect() const
99 WebRect& operator=(const gfx::Rect& r)
108 operator gfx::Rect() const
115 inline bool operator==(const WebRect& a, const WebRect& b)
120 inline bool operator!=(const WebRect& a, const WebRect& b)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h 72 * do not define it or when the new operator do not throw it to avoid
79 bad_alloc& operator=(const bad_alloc&) _STLP_NOTHROW_INHERENTLY {return *this;}
131 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n, __FILE__, __LINE__)); }
132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); }
134 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n)); }
135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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
iterator.hpp 82 operator point_iterator_()
90 operator const point_iterator_() const
98 operator->() const
107 operator*() const
116 operator++()
125 operator++(int)
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
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/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
iterator.hpp 82 operator point_iterator_()
90 operator const point_iterator_() const
98 operator->() const
107 operator*() const
116 operator++()
125 operator++(int)
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
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_new.h 72 * do not define it or when the new operator do not throw it to avoid
79 bad_alloc& operator=(const bad_alloc&) _STLP_NOTHROW_INHERENTLY {return *this;}
131 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n, __FILE__, __LINE__)); }
132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); }
134 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n)); }
135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/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
iterator.hpp 82 operator point_iterator_()
90 operator const point_iterator_() const
98 operator->() const
107 operator*() const
116 operator++()
125 operator++(int)
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
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_new.h 72 * do not define it or when the new operator do not throw it to avoid
79 bad_alloc& operator=(const bad_alloc&) _STLP_NOTHROW_INHERENTLY {return *this;}
131 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n, __FILE__, __LINE__)); }
132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); }
134 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n)); }
135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }

Completed in 360 milliseconds

<<21222324252627282930>>