/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_auto_ptr.h | 44 _Self& operator = (_Self const&); 74 _Tp* operator->() const _STLP_NOTHROW { 79 _Tp& operator*() const _STLP_NOTHROW { 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { 112 _Self& operator=(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW { 118 template<class _Tp1> operator auto_ptr_ref<_Tp1>() _STLP_NOTHROW 120 template<class _Tp1> operator auto_ptr<_Tp1>() _STLP_NOTHROW 123 operator auto_ptr_ref<_Tp>() _STLP_NOTHROW
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_auto_ptr.h | 44 _Self& operator = (_Self const&); 74 _Tp* operator->() const _STLP_NOTHROW { 79 _Tp& operator*() const _STLP_NOTHROW { 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { 112 _Self& operator=(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW { 118 template<class _Tp1> operator auto_ptr_ref<_Tp1>() _STLP_NOTHROW 120 template<class _Tp1> operator auto_ptr<_Tp1>() _STLP_NOTHROW 123 operator auto_ptr_ref<_Tp>() _STLP_NOTHROW
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_auto_ptr.h | 44 _Self& operator = (_Self const&); 74 _Tp* operator->() const _STLP_NOTHROW { 79 _Tp& operator*() const _STLP_NOTHROW { 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { 112 _Self& operator=(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW { 118 template<class _Tp1> operator auto_ptr_ref<_Tp1>() _STLP_NOTHROW 120 template<class _Tp1> operator auto_ptr<_Tp1>() _STLP_NOTHROW 123 operator auto_ptr_ref<_Tp>() _STLP_NOTHROW
|
/external/astl/include/ |
iterator | 119 reference operator*() const { return *mCurrent; } 120 pointer operator->() const { return mCurrent; } 121 __wrapper_iterator& operator++() { 125 __wrapper_iterator operator++(int) { 130 __wrapper_iterator& operator--() { 134 __wrapper_iterator operator--(int) { 139 reference operator[](const difference_type& n) const { 143 __wrapper_iterator& operator+=(const difference_type& n) { 148 __wrapper_iterator operator+(const difference_type& n) const { 152 __wrapper_iterator& operator-=(const difference_type& n) [all...] |
/external/llvm/test/CodeGen/X86/ |
2007-02-16-BranchFold.ll | 13 %struct.item_set = type { i32, i32, %struct.operator*, [2 x %struct.item_set*], %struct.item_set*, i16*, %struct.Item*, %struct.Item* } 17 %struct.operator = type { i8*, i8, i32, i32, i32, i32, %struct.table* } 18 %struct.pattern = type { %struct.nonterminal*, %struct.operator*, [2 x %struct.nonterminal*] } 23 %struct.table = type { %struct.operator*, %struct.list*, i16*, [2 x %struct.dimension*], %struct.item_set** } 29 define i16 @main_bb_2E_i9_2E_i_2E_i932_2E_ce(%struct.list* %l_addr.01.0.i2.i.i929, %struct.operator** %tmp66.i62.i.out) { 37 store %struct.operator* %tmp66.i62.i, %struct.operator** %tmp66.i62.i.out 41 store %struct.operator* %tmp66.i62.i, %struct.operator** %tmp66.i62.i.out 45 store %struct.operator* %tmp66.i62.i, %struct.operator** %tmp66.i62.i.ou [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
RetainPtr.h | 81 PtrType operator->() const { return m_ptr; } 83 bool operator!() const { return !m_ptr; } 85 // This conversion operator allows implicit conversion to bool but not to other integer types. 87 operator UnspecifiedBoolType() const { return m_ptr ? &RetainPtr::m_ptr : 0; } 89 RetainPtr& operator=(const RetainPtr&); 90 template<typename U> RetainPtr& operator=(const RetainPtr<U>&); 91 RetainPtr& operator=(PtrType); 92 template<typename U> RetainPtr& operator=(U*); 94 RetainPtr& operator=(std::nullptr_t) { clear(); return *this; } 133 template<typename T> inline RetainPtr<T>& RetainPtr<T>::operator=(const RetainPtr<T>& o [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
postypes.h | 137 operator streamoff() const { return _M_off; } 149 // The standard requires that this operator must be defined, but 154 operator+=(streamoff __off) 160 // The standard requires that this operator must be defined, but 165 operator-=(streamoff __off) 171 // The standard requires that this operator must be defined, but 172 // defines its semantics only in terms of operator-. In this 174 // argument to that copy using operator+= and then returns the 178 operator+(streamoff __off) const 185 // The standard requires that this operator must be defined, bu [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/ |
ranged_probe_fn.hpp | 99 operator()(const_key_reference) const; 102 operator()(const_key_reference, size_type, size_type) const; 149 operator()(const_key_reference r_key) const 150 { return comb_probe_fn_base::operator()(hash_fn_base::operator()(r_key)); } 155 operator()(const_key_reference, size_type hash, size_type i) const 157 return comb_probe_fn_base::operator()(hash + probe_fn_base::operator()(i)); 206 operator()(const_key_reference) const; 209 operator()(const_key_reference, size_type, size_type) const [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
postypes.h | 137 operator streamoff() const { return _M_off; } 149 // The standard requires that this operator must be defined, but 154 operator+=(streamoff __off) 160 // The standard requires that this operator must be defined, but 165 operator-=(streamoff __off) 171 // The standard requires that this operator must be defined, but 172 // defines its semantics only in terms of operator-. In this 174 // argument to that copy using operator+= and then returns the 178 operator+(streamoff __off) const 185 // The standard requires that this operator must be defined, bu [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/ |
ranged_probe_fn.hpp | 99 operator()(const_key_reference) const; 102 operator()(const_key_reference, size_type, size_type) const; 149 operator()(const_key_reference r_key) const 150 { return comb_probe_fn_base::operator()(hash_fn_base::operator()(r_key)); } 155 operator()(const_key_reference, size_type hash, size_type i) const 157 return comb_probe_fn_base::operator()(hash + probe_fn_base::operator()(i)); 206 operator()(const_key_reference) const; 209 operator()(const_key_reference, size_type, size_type) const [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
postypes.h | 137 operator streamoff() const { return _M_off; } 149 // The standard requires that this operator must be defined, but 154 operator+=(streamoff __off) 160 // The standard requires that this operator must be defined, but 165 operator-=(streamoff __off) 171 // The standard requires that this operator must be defined, but 172 // defines its semantics only in terms of operator-. In this 174 // argument to that copy using operator+= and then returns the 178 operator+(streamoff __off) const 185 // The standard requires that this operator must be defined, bu [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/ |
ranged_probe_fn.hpp | 99 operator()(const_key_reference) const; 102 operator()(const_key_reference, size_type, size_type) const; 149 operator()(const_key_reference r_key) const 150 { return comb_probe_fn_base::operator()(hash_fn_base::operator()(r_key)); } 155 operator()(const_key_reference, size_type hash, size_type i) const 157 return comb_probe_fn_base::operator()(hash + probe_fn_base::operator()(i)); 206 operator()(const_key_reference) const; 209 operator()(const_key_reference, size_type, size_type) const [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable_id.h | 28 std::ostream& operator<<(std::ostream& out, const Id& id); 44 friend std::ostream& operator<<(std::ostream& out, const Id& id); 54 inline Id& operator = (const Id& that) { 79 inline bool operator == (const Id& that) const { 82 inline bool operator != (const Id& that) const { 85 inline bool operator < (const Id& that) const { 88 inline bool operator > (const Id& that) const { 93 // by operator<. 109 // computing lower bounds on std::sets that are ordered by operator<.
|
/external/icu4c/common/unicode/ |
dtintrv.h | 80 * compilers support genuine RTTI. Polymorphic operator==() and clone() 98 * Default assignment operator 101 DateInterval& operator=(const DateInterval&); 104 * Equality operator. 108 virtual UBool operator==(const DateInterval& other) const; 111 * Non-equality operator 115 UBool operator!=(const DateInterval& other) const; 151 DateInterval::operator!=(const DateInterval& other) const { 152 return ( !operator==(other) );
|
/external/icu4c/i18n/unicode/ |
tmutamt.h | 73 * Assignment operator 76 TimeUnitAmount& operator=(const TimeUnitAmount& other); 95 * Equality operator. 100 virtual UBool operator==(const UObject& other) const; 104 * Not-equality operator. 109 UBool operator!=(const UObject& other) const; 129 * compilers support genuine RTTI. Polymorphic operator==() and clone() 158 TimeUnitAmount::operator!=(const UObject& other) const { 159 return !operator==(other);
|
/external/llvm/include/llvm/Analysis/ |
ConstantsScanner.h | 43 operator++(); 50 inline bool operator==(const _Self& x) const { return OpIdx == x.OpIdx && 52 inline bool operator!=(const _Self& x) const { return !operator==(x); } 54 inline pointer operator*() const { 58 inline pointer operator->() const { return operator*(); } 60 inline _Self& operator++() { // Preincrement implementation 76 inline _Self operator++(int) { // Postincrement
|
/external/llvm/include/llvm/Support/ |
GetElementPtrTypeIterator.h | 46 bool operator==(const generic_gep_type_iterator& x) const { 49 bool operator!=(const generic_gep_type_iterator& x) const { 50 return !operator==(x); 53 Type *operator*() const { 62 // This is a non-standard operator->. It allows you to call methods on the 64 Type *operator->() const { return operator*(); } 68 generic_gep_type_iterator& operator++() { // Preincrement 78 generic_gep_type_iterator operator++(int) { // Postincrement
|
/external/stlport/stlport/stl/ |
_auto_ptr.h | 44 _Self& operator = (_Self const&); 74 _Tp* operator->() const _STLP_NOTHROW { 79 _Tp& operator*() const _STLP_NOTHROW { 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { 112 _Self& operator=(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW { 118 template<class _Tp1> operator auto_ptr_ref<_Tp1>() _STLP_NOTHROW 120 template<class _Tp1> operator auto_ptr<_Tp1>() _STLP_NOTHROW 123 operator auto_ptr_ref<_Tp>() _STLP_NOTHROW
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
Register.h | 55 Register& operator=(const JSValue&); 59 Register& operator=(CallFrame*); 60 Register& operator=(CodeBlock*); 61 Register& operator=(ScopeChainNode*); 62 Register& operator=(Instruction*); 105 ALWAYS_INLINE Register& Register::operator=(const JSValue& v) 126 ALWAYS_INLINE Register& Register::operator=(CallFrame* callFrame) 132 ALWAYS_INLINE Register& Register::operator=(CodeBlock* codeBlock) 138 ALWAYS_INLINE Register& Register::operator=(Instruction* vPC)
|
/external/webkit/Source/JavaScriptCore/wtf/gobject/ |
GOwnPtr.h | 77 T& operator*() const 83 T* operator->() const 89 bool operator!() const { return !m_ptr; } 91 // This conversion operator allows implicit conversion to bool but not to other integer types. 93 operator UnspecifiedBoolType() const { return m_ptr ? &GOwnPtr::m_ptr : 0; } 106 template <typename T, typename U> inline bool operator==(const GOwnPtr<T>& a, U* b) 111 template <typename T, typename U> inline bool operator==(T* a, const GOwnPtr<U>& b) 116 template <typename T, typename U> inline bool operator!=(const GOwnPtr<T>& a, U* b) 121 template <typename T, typename U> inline bool operator!=(T* a, const GOwnPtr<U>& b)
|
/external/webkit/Source/WebCore/workers/ |
WorkerContext.idl | 96 attribute [JSCCustomGetter,EnabledAtRuntime] WebSocketConstructor WebSocket; // Usable with the new operator 121 attribute ArrayBufferConstructor ArrayBuffer; // Usable with new operator 122 attribute Int8ArrayConstructor Int8Array; // Usable with new operator 123 attribute Uint8ArrayConstructor Uint8Array; // Usable with new operator 124 attribute Int16ArrayConstructor Int16Array; // Usable with new operator 125 attribute Uint16ArrayConstructor Uint16Array; // Usable with new operator 126 attribute Int32ArrayConstructor Int32Array; // Usable with new operator 127 attribute Uint32ArrayConstructor Uint32Array; // Usable with new operator 128 attribute Float32ArrayConstructor Float32Array; // Usable with new operator
|
/external/clang/test/SemaCXX/ |
explicit.cpp | 25 operator int(); 26 explicit operator bool(); 29 A::operator bool() { return false; } 57 explicit operator Y() const; 58 explicit operator int() const; 80 operator bool(); 84 explicit operator bool(); // expected-note {{conversion to integral type 'bool'}} 137 operator int(); 140 explicit operator int(); // expected-note {{conversion to integral type 'int' declared here}} 154 operator int*() [all...] |