/external/stlport/stlport/stl/ |
_istreambuf_iterator.h | 40 // We do not read any characters until operator* is called. operator* calls sgetc 42 // used. Calls to operator++ use sbumpc. 66 char_type operator*() const { this->_M_getc(); return _M_c; } 67 istreambuf_iterator<_CharT, _Traits>& operator++() { 72 istreambuf_iterator<_CharT, _Traits> operator++(int); 110 inline bool _STLP_CALL operator==(const istreambuf_iterator<_CharT, _Traits>& __x, 118 inline bool _STLP_CALL operator!=(const istreambuf_iterator<_CharT, _Traits>& __x, 144 istreambuf_iterator<_CharT, _Traits>::operator++(int) { 146 // underlined buffer---during call of operator *() [all...] |
_pair.h | 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) { 92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 100 inline bool _STLP_CALL operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 104 inline bool _STLP_CALL operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 137 inline bool _STLP_CALL operator!=(const _Tp& __x, const _Tp& __y) 141 inline bool _STLP_CALL operator>(const _Tp& __x, const _Tp& __y) 145 inline bool _STLP_CALL operator<=(const _Tp& __x, const _Tp& __y) 149 inline bool _STLP_CALL operator>=(const _Tp& __x, const _Tp& __y [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
FloatRect.h | 142 operator CGRect() const; 148 operator NSRect() const; 153 operator QRectF() const; 159 operator wxRect2DDouble() const; 164 operator BRect() const; 169 operator SkRect() const; 173 operator VGRect() const; 178 operator cairo_rectangle_t() const; 208 inline bool operator==(const FloatRect& a, const FloatRect& b) 213 inline bool operator!=(const FloatRect& a, const FloatRect& b [all...] |
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
AffineTransform.h | 134 bool operator== (const AffineTransform& m2) const 144 bool operator!=(const AffineTransform& other) const { return !(*this == other); } 147 AffineTransform& operator*=(const AffineTransform& t) 153 AffineTransform operator*(const AffineTransform& t) const 161 operator CGAffineTransform() const; 163 operator cairo_matrix_t() const; 165 operator VGMatrix() const; 167 operator QTransform() const; 169 operator SkMatrix() const; 171 operator wxGraphicsMatrix() const [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function_adaptors.h | 71 _Result operator ()(_Tp* __p) const { return (__p->*_M_f)(); } 84 _Result operator ()(_Tp* __p, _Arg __x) const { return (__p->*_M_f)(__x); } 97 _Result operator ()(const _Tp* __p) const { return (__p->*_M_f)(); } 110 _Result operator ()(const _Tp* __p, _Arg __x) const { 124 _Result operator ()(_Tp& __p) const { return (__p.*_M_f)(); } 137 _Result operator ()(_Tp& __p, _Arg __x) const { return (__p.*_M_f)(__x); } 150 _Result operator ()(const _Tp& __p) const { return (__p.*_M_f)(); } 163 _Result operator ()(const _Tp& __p, _Arg __x) const { return (__p.*_M_f)(__x); } 195 _Result operator()(_Arg __x) const { return _M_f(__x); } 208 _Result operator()(_Arg1 __x, _Arg2 __y) const { return _M_f(__x, __y); [all...] |
_istreambuf_iterator.h | 40 // We do not read any characters until operator* is called. operator* calls sgetc 42 // used. Calls to operator++ use sbumpc. 66 char_type operator*() const { this->_M_getc(); return _M_c; } 67 istreambuf_iterator<_CharT, _Traits>& operator++() { 72 istreambuf_iterator<_CharT, _Traits> operator++(int); 110 inline bool _STLP_CALL operator==(const istreambuf_iterator<_CharT, _Traits>& __x, 118 inline bool _STLP_CALL operator!=(const istreambuf_iterator<_CharT, _Traits>& __x, 144 istreambuf_iterator<_CharT, _Traits>::operator++(int) { 146 // underlined buffer---during call of operator *() [all...] |
_pair.h | 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) { 92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 100 inline bool _STLP_CALL operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 104 inline bool _STLP_CALL operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 137 inline bool _STLP_CALL operator!=(const _Tp& __x, const _Tp& __y) 141 inline bool _STLP_CALL operator>(const _Tp& __x, const _Tp& __y) 145 inline bool _STLP_CALL operator<=(const _Tp& __x, const _Tp& __y) 149 inline bool _STLP_CALL operator>=(const _Tp& __x, const _Tp& __y [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
thread | 82 operator==(thread::id __x, thread::id __y) 86 operator<(thread::id __x, thread::id __y) 91 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id); 141 thread& operator=(const thread&) = delete; 143 thread& operator=(thread&& __t) 206 operator!=(thread::id __x, thread::id __y) 210 operator<=(thread::id __x, thread::id __y) 214 operator>(thread::id __x, thread::id __y) 218 operator>=(thread::id __x, thread::id __y) 223 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
thread | 82 operator==(thread::id __x, thread::id __y) 86 operator<(thread::id __x, thread::id __y) 91 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id); 141 thread& operator=(const thread&) = delete; 143 thread& operator=(thread&& __t) 206 operator!=(thread::id __x, thread::id __y) 210 operator<=(thread::id __x, thread::id __y) 214 operator>(thread::id __x, thread::id __y) 218 operator>=(thread::id __x, thread::id __y) 223 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_function_adaptors.h | 71 _Result operator ()(_Tp* __p) const { return (__p->*_M_f)(); } 84 _Result operator ()(_Tp* __p, _Arg __x) const { return (__p->*_M_f)(__x); } 97 _Result operator ()(const _Tp* __p) const { return (__p->*_M_f)(); } 110 _Result operator ()(const _Tp* __p, _Arg __x) const { 124 _Result operator ()(_Tp& __p) const { return (__p.*_M_f)(); } 137 _Result operator ()(_Tp& __p, _Arg __x) const { return (__p.*_M_f)(__x); } 150 _Result operator ()(const _Tp& __p) const { return (__p.*_M_f)(); } 163 _Result operator ()(const _Tp& __p, _Arg __x) const { return (__p.*_M_f)(__x); } 195 _Result operator()(_Arg __x) const { return _M_f(__x); } 208 _Result operator()(_Arg1 __x, _Arg2 __y) const { return _M_f(__x, __y); [all...] |
_istreambuf_iterator.h | 40 // We do not read any characters until operator* is called. operator* calls sgetc 42 // used. Calls to operator++ use sbumpc. 66 char_type operator*() const { this->_M_getc(); return _M_c; } 67 istreambuf_iterator<_CharT, _Traits>& operator++() { 72 istreambuf_iterator<_CharT, _Traits> operator++(int); 110 inline bool _STLP_CALL operator==(const istreambuf_iterator<_CharT, _Traits>& __x, 118 inline bool _STLP_CALL operator!=(const istreambuf_iterator<_CharT, _Traits>& __x, 144 istreambuf_iterator<_CharT, _Traits>::operator++(int) { 146 // underlined buffer---during call of operator *() [all...] |
_pair.h | 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) { 92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 100 inline bool _STLP_CALL operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 104 inline bool _STLP_CALL operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 137 inline bool _STLP_CALL operator!=(const _Tp& __x, const _Tp& __y) 141 inline bool _STLP_CALL operator>(const _Tp& __x, const _Tp& __y) 145 inline bool _STLP_CALL operator<=(const _Tp& __x, const _Tp& __y) 149 inline bool _STLP_CALL operator>=(const _Tp& __x, const _Tp& __y [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
thread | 82 operator==(thread::id __x, thread::id __y) 86 operator<(thread::id __x, thread::id __y) 91 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id); 141 thread& operator=(const thread&) = delete; 143 thread& operator=(thread&& __t) 206 operator!=(thread::id __x, thread::id __y) 210 operator<=(thread::id __x, thread::id __y) 214 operator>(thread::id __x, thread::id __y) 218 operator>=(thread::id __x, thread::id __y) 223 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_function_adaptors.h | 71 _Result operator ()(_Tp* __p) const { return (__p->*_M_f)(); } 84 _Result operator ()(_Tp* __p, _Arg __x) const { return (__p->*_M_f)(__x); } 97 _Result operator ()(const _Tp* __p) const { return (__p->*_M_f)(); } 110 _Result operator ()(const _Tp* __p, _Arg __x) const { 124 _Result operator ()(_Tp& __p) const { return (__p.*_M_f)(); } 137 _Result operator ()(_Tp& __p, _Arg __x) const { return (__p.*_M_f)(__x); } 150 _Result operator ()(const _Tp& __p) const { return (__p.*_M_f)(); } 163 _Result operator ()(const _Tp& __p, _Arg __x) const { return (__p.*_M_f)(__x); } 195 _Result operator()(_Arg __x) const { return _M_f(__x); } 208 _Result operator()(_Arg1 __x, _Arg2 __y) const { return _M_f(__x, __y); [all...] |
_istreambuf_iterator.h | 40 // We do not read any characters until operator* is called. operator* calls sgetc 42 // used. Calls to operator++ use sbumpc. 66 char_type operator*() const { this->_M_getc(); return _M_c; } 67 istreambuf_iterator<_CharT, _Traits>& operator++() { 72 istreambuf_iterator<_CharT, _Traits> operator++(int); 110 inline bool _STLP_CALL operator==(const istreambuf_iterator<_CharT, _Traits>& __x, 118 inline bool _STLP_CALL operator!=(const istreambuf_iterator<_CharT, _Traits>& __x, 144 istreambuf_iterator<_CharT, _Traits>::operator++(int) { 146 // underlined buffer---during call of operator *() [all...] |
_pair.h | 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) { 92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 100 inline bool _STLP_CALL operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 104 inline bool _STLP_CALL operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 137 inline bool _STLP_CALL operator!=(const _Tp& __x, const _Tp& __y) 141 inline bool _STLP_CALL operator>(const _Tp& __x, const _Tp& __y) 145 inline bool _STLP_CALL operator<=(const _Tp& __x, const _Tp& __y) 149 inline bool _STLP_CALL operator>=(const _Tp& __x, const _Tp& __y [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-message.h | 108 inline Message& operator <<(const T& value) { 115 inline Message& operator <<(const T& val) { 134 inline Message& operator <<(T* const& pointer) { // NOLINT 146 // of operator <<, even though its body is the same as the 150 Message& operator <<(BasicNarrowIoManip val) { 156 Message& operator <<(bool b) { 162 Message& operator <<(const wchar_t* wide_c_str) { 165 Message& operator <<(wchar_t* wide_c_str) { 172 Message& operator <<(const ::std::wstring& wstr); 178 Message& operator <<(const ::wstring& wstr) [all...] |
/external/chromium/testing/gtest/include/gtest/ |
gtest-message.h | 113 inline Message& operator <<(const T& value) { 120 inline Message& operator <<(const T& val) { 139 inline Message& operator <<(T* const& pointer) { // NOLINT 151 // of operator <<, even though its body is the same as the 155 Message& operator <<(BasicNarrowIoManip val) { 161 Message& operator <<(bool b) { 167 Message& operator <<(const wchar_t* wide_c_str) { 170 Message& operator <<(wchar_t* wide_c_str) { 177 Message& operator <<(const ::std::wstring& wstr); 183 Message& operator <<(const ::wstring& wstr) [all...] |
/external/gtest/include/gtest/ |
gtest-message.h | 108 inline Message& operator <<(const T& value) { 115 inline Message& operator <<(const T& val) { 134 inline Message& operator <<(T* const& pointer) { // NOLINT 146 // of operator <<, even though its body is the same as the 150 Message& operator <<(BasicNarrowIoManip val) { 156 Message& operator <<(bool b) { 162 Message& operator <<(const wchar_t* wide_c_str) { 165 Message& operator <<(wchar_t* wide_c_str) { 172 Message& operator <<(const ::std::wstring& wstr); 178 Message& operator <<(const ::wstring& wstr) [all...] |
/external/llvm/include/llvm/ |
Use.h | 88 operator Value*() const { return Val; } 100 Value *operator=(Value *RHS) { 104 const Use &operator=(const Use &RHS) { 109 Value *operator->() { return Val; } 110 const Value *operator->() const { return Val; } 181 bool operator==(const _Self &x) const { 184 bool operator!=(const _Self &x) const { 185 return !operator==(x); 192 _Self &operator++() { // Preincrement 197 _Self operator++(int) { // Postincremen [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-message.h | 113 inline Message& operator <<(const T& value) { 120 inline Message& operator <<(const T& val) { 139 inline Message& operator <<(T* const& pointer) { // NOLINT 151 // of operator <<, even though its body is the same as the 155 Message& operator <<(BasicNarrowIoManip val) { 161 Message& operator <<(bool b) { 167 Message& operator <<(const wchar_t* wide_c_str) { 170 Message& operator <<(wchar_t* wide_c_str) { 177 Message& operator <<(const ::std::wstring& wstr); 183 Message& operator <<(const ::wstring& wstr) [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest-message.h | 108 inline Message& operator <<(const T& value) { 115 inline Message& operator <<(const T& val) { 134 inline Message& operator <<(T* const& pointer) { // NOLINT 146 // of operator <<, even though its body is the same as the 150 Message& operator <<(BasicNarrowIoManip val) { 156 Message& operator <<(bool b) { 162 Message& operator <<(const wchar_t* wide_c_str) { 165 Message& operator <<(wchar_t* wide_c_str) { 172 Message& operator <<(const ::std::wstring& wstr); 178 Message& operator <<(const ::wstring& wstr) [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
UString.h | 83 UChar operator[](unsigned index) const 116 ALWAYS_INLINE bool operator==(const UString& s1, const UString& s2) 159 inline bool operator!=(const UString& s1, const UString& s2) 161 return !JSC::operator==(s1, s2); 164 bool operator<(const UString& s1, const UString& s2); 165 bool operator>(const UString& s1, const UString& s2); 167 bool operator==(const UString& s1, const char* s2); 169 inline bool operator!=(const UString& s1, const char* s2) 171 return !JSC::operator==(s1, s2); 174 inline bool operator==(const char *s1, const UString& s2 [all...] |
/external/llvm/include/llvm/ADT/ |
ImmutableMap.h | 85 ImmutableMap &operator=(const ImmutableMap &X) { 126 void operator=(const Factory& RHS); // DO NOT IMPLEMENT 133 bool operator==(const ImmutableMap &RHS) const { 137 bool operator!=(const ImmutableMap &RHS) const { 168 void operator()(value_type_ref V) { C(V.first,V.second); } 176 void operator()(value_type_ref V) { C(V.first,V.second); } 214 value_type_ref operator*() const { return itr->getValue(); } 215 value_type* operator->() const { return &itr->getValue(); } 221 iterator& operator++() { ++itr; return *this; } 222 iterator operator++(int) { iterator tmp(*this); ++itr; return tmp; [all...] |
/external/clang/test/CodeGenCXX/ |
mangle.cpp | 15 bool operator+(const Y&, X* (&xs)[100]) { return false; } 146 const Debug& operator<< (unsigned a) const { return *this; } 164 template<typename T> bool operator==(const A<T>&, const A<T>&) { return true; } 168 template bool NS::operator==(const ::A<char>&, const ::A<char>&); 171 template<typename T> bool operator==(const A<T>&, const A<T>&) { return true; } 175 template bool std::operator==(const ::A<char>&, const ::A<char>&); 271 // The ternary operator. 278 Ops& operator+(const Ops&); 279 Ops& operator-(const Ops&); 280 Ops& operator&(const Ops&) [all...] |