/external/tinyxml/ |
tinystr.h | 31 * - fixed buggy compares operator==(), operator<(), and operator>() 32 * - fixed operator+=() to take a const ref argument, following spec. 34 * - added swap(), clear(), size(), capacity(), operator+(). 94 // = operator 95 TiXmlString& operator = (const char * copy) 100 // = operator 101 TiXmlString& operator = (const TiXmlString & copy) 107 // += operator. Maps to appen [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
iomanip | 68 operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f) 76 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 102 operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f) 110 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 137 operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f) 148 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f) 179 operator>>(basic_istream<_CharT, _Traits>& __is, _Setfill<_CharT> __f) 187 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f) 213 operator>>(basic_istream<_CharT, _Traits>& __is, _Setprecision __f) 221 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
iomanip | 68 operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f) 76 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 102 operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f) 110 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 137 operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f) 148 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f) 179 operator>>(basic_istream<_CharT, _Traits>& __is, _Setfill<_CharT> __f) 187 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f) 213 operator>>(basic_istream<_CharT, _Traits>& __is, _Setprecision __f) 221 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
iomanip | 68 operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f) 76 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 102 operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f) 110 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 137 operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f) 148 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f) 179 operator>>(basic_istream<_CharT, _Traits>& __is, _Setfill<_CharT> __f) 187 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f) 213 operator>>(basic_istream<_CharT, _Traits>& __is, _Setprecision __f) 221 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f [all...] |
/abi/cpp/include/ |
new | 43 void* operator new(std::size_t size) throw(/*std::bad_alloc*/); 44 void* operator new(std::size_t size, const std::nothrow_t&) throw(); 45 void operator delete(void* ptr) throw(); 46 void operator delete(void*, const std::nothrow_t&) throw(); 47 void* operator new[](std::size_t size) throw(/*std::bad_alloc*/); 48 void* operator new[](std::size_t size, const std::nothrow_t&) throw(); 49 void operator delete[](void* ptr) throw(); 50 void operator delete[](void* const, std::nothrow_t&) throw(); 51 void* operator new(std::size_t size, void* ptr) throw(); 52 void* operator new[](std::size_t size, void* ptr) throw() [all...] |
/external/chromium/webkit/glue/ |
web_io_operators.h | 16 std::ostream& operator<<(std::ostream& out, const WebString& s); 20 std::ostream& operator<<(std::ostream& out, const WebPoint& p); 23 std::ostream& operator<<(std::ostream& out, const WebRect& p);
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/ |
p6.cpp | 7 explicit operator int(); // expected-warning {{explicit conversion functions are a C++11 extension}} 11 operator bool(); 15 explicit A::operator bool() { return false; } // expected-warning {{explicit conversion functions are a C++11 extension}}\
|
/external/clang/test/SemaCXX/ |
new-delete-predefined-decl.cpp | 6 // Note that each test must be run separately so it can be the first operator 10 // Don't crash on global template operator new overloads. 11 template<typename T> void* operator new(size_t, T);
|
no-exceptions.cpp | 11 void* operator new(size_t x); 13 void operator delete(void *x); 18 // 'operator delete'.
|
overloaded-builtin-operators.cpp | 6 operator short(); 10 operator long(); 15 operator E1(); 20 operator E2(); 30 operator pmf(); 62 struct ShortRef { // expected-note{{candidate function (the implicit copy assignment operator)}} 63 operator short&(); 67 operator volatile long&(); 70 struct XpmfRef { // expected-note{{candidate function (the implicit copy assignment operator)}} 71 operator pmf&() [all...] |
/external/oprofile/libpp/ |
symbol_functors.h | 19 bool operator()(sample_entry const * lhs, 24 bool operator()(symbol_entry const * lhs, 34 bool operator()(symbol_entry const & lhs,
|
/external/stlport/test/unit/ |
unary.h | 12 bool operator()(int n_) const { return(n_ % 2) == 1; } 16 bool operator()(int n_) const { return n_ >= 0; } 20 double operator()(double x_) const
|
/external/webrtc/src/system_wrappers/source/ |
atomic32_linux.h | 29 inline WebRtc_Word32 operator++(); 30 inline WebRtc_Word32 operator--(); 32 inline Atomic32Impl& operator=(const Atomic32Impl& rhs); 33 inline Atomic32Impl& operator=(WebRtc_Word32 rhs); 34 inline WebRtc_Word32 operator+=(WebRtc_Word32 rhs); 35 inline WebRtc_Word32 operator-=(WebRtc_Word32 rhs); 67 inline WebRtc_Word32 Atomic32Impl::operator++() 74 inline WebRtc_Word32 Atomic32Impl::operator--() 81 inline Atomic32Impl& Atomic32Impl::operator=(const Atomic32Impl& rhs) 87 inline Atomic32Impl& Atomic32Impl::operator=(WebRtc_Word32 rhs [all...] |
atomic32_mac.h | 28 inline WebRtc_Word32 operator++(); 29 inline WebRtc_Word32 operator--(); 31 inline Atomic32Impl& operator=(const Atomic32Impl& rhs); 32 inline Atomic32Impl& operator=(WebRtc_Word32 rhs); 33 inline WebRtc_Word32 operator+=(WebRtc_Word32 rhs); 34 inline WebRtc_Word32 operator-=(WebRtc_Word32 rhs); 67 inline WebRtc_Word32 Atomic32Impl::operator++() 73 inline WebRtc_Word32 Atomic32Impl::operator--() 79 inline Atomic32Impl& Atomic32Impl::operator=(const Atomic32Impl& rhs) 85 inline Atomic32Impl& Atomic32Impl::operator=(WebRtc_Word32 rhs [all...] |
/ndk/sources/cxx-stl/gabi++/include/ |
new | 43 void* operator new(std::size_t size) throw(/*std::bad_alloc*/); 44 void* operator new(std::size_t size, const std::nothrow_t&) throw(); 45 void* operator new[](std::size_t size) throw(/*std::bad_alloc*/); 46 void* operator new[](std::size_t size, const std::nothrow_t&) throw(); 48 void operator delete[](void* ptr) throw(); 49 void operator delete[](void* const, std::nothrow_t&) throw(); 50 void operator delete(void* ptr) throw(); 51 void operator delete(void*, const std::nothrow_t&) throw(); 53 inline void* operator new(std::size_t, void* p) throw() { return p; } 54 inline void* operator new[](std::size_t, void* p) throw() { return p; [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
unary.h | 12 bool operator()(int n_) const { return(n_ % 2) == 1; } 16 bool operator()(int n_) const { return n_ >= 0; } 20 double operator()(double x_) const
|
/ndk/tests/device/test-stlport/unit/ |
unary.h | 12 bool operator()(int n_) const { return(n_ % 2) == 1; } 16 bool operator()(int n_) const { return n_ >= 0; } 20 double operator()(double x_) const
|
/external/mesa3d/include/pixelflinger2/ |
pixelflinger2_vector4.h | 55 inline void operator += (const Vec4<Type> & rhs) __attribute__((always_inline)) 57 inline void operator -= (const Vec4<Type> & rhs) __attribute__((always_inline)) 59 inline void operator *= (const Vec4<Type> & rhs) __attribute__((always_inline)) 61 inline void operator /= (const Vec4<Type> & rhs) __attribute__((always_inline)) 63 inline void operator *= (Type rhs) __attribute__((always_inline)) 65 inline void operator /= (Type rhs) __attribute__((always_inline)) 68 inline Vec4 operator+(const Vec4 & rhs) const 85 bool operator==(const Vec4 & rhs) const { return u[0] == rhs.u[0] && u[1] == rhs.u[1] && u[2] == rhs.u[2] && u[3] == rhs.u[3]; } 86 bool operator!=(const Vec4 & rhs) const { return !(*this == rhs); } 90 template <> inline void Vec4<float>::operator += (const Vec4<float> & rhs) __attribute__((always_inline)) [all...] |
/external/clang/test/CodeGenCXX/ |
conversion-function.cpp | 8 operator int(); 11 S::operator int() { 20 public: operator int() { printf("operator int()\n"); return iX; } 21 public: operator float() { printf("operator float()\n"); return fX; } 30 operator X() { printf("perator X()\n"); x.iX += iZ; x.fX += fZ; return x; } 39 public: operator Z(){printf("perator Z()\n"); return z; } 47 operator int(){ return ++iO; } 60 int c = X(Z(y)); // OK: y.operator Z().operator X().operator int( [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 138 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 146 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 153 operator->() const 160 operator*() const 167 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 171 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 175 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 179 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 183 operator++() 191 operator++(int [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 138 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 146 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 153 operator->() const 160 operator*() const 167 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 171 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 175 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 179 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 183 operator++() 191 operator++(int [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 138 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 146 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 153 operator->() const 160 operator*() const 167 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 171 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 175 operator!=(const PB_DS_TREE_CONST_IT_C_DEC& other) const 179 operator!=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) const 183 operator++() 191 operator++(int [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
pointer.h | 52 * 4) An operator<() to support pointer comparison. 53 * 5) An operator==() to support pointer comparison. 74 operator<(const _Std_pointer_impl& __rarg) const 78 operator==(const _Std_pointer_impl& __rarg) const 126 operator<(const _Relative_pointer_impl& __rarg) const 131 operator==(const _Relative_pointer_impl& __rarg) const 174 operator<(const _Relative_pointer_impl& __rarg) const 179 operator==(const _Relative_pointer_impl& __rarg) const 305 // Assignment operator 307 operator=(const _Pointer_adapter& __arg) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pointer.h | 52 * 4) An operator<() to support pointer comparison. 53 * 5) An operator==() to support pointer comparison. 74 operator<(const _Std_pointer_impl& __rarg) const 78 operator==(const _Std_pointer_impl& __rarg) const 126 operator<(const _Relative_pointer_impl& __rarg) const 131 operator==(const _Relative_pointer_impl& __rarg) const 174 operator<(const _Relative_pointer_impl& __rarg) const 179 operator==(const _Relative_pointer_impl& __rarg) const 305 // Assignment operator 307 operator=(const _Pointer_adapter& __arg) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pointer.h | 52 * 4) An operator<() to support pointer comparison. 53 * 5) An operator==() to support pointer comparison. 74 operator<(const _Std_pointer_impl& __rarg) const 78 operator==(const _Std_pointer_impl& __rarg) const 126 operator<(const _Relative_pointer_impl& __rarg) const 131 operator==(const _Relative_pointer_impl& __rarg) const 174 operator<(const _Relative_pointer_impl& __rarg) const 179 operator==(const _Relative_pointer_impl& __rarg) const 305 // Assignment operator 307 operator=(const _Pointer_adapter& __arg) [all...] |