/external/skia/include/core/ |
SkTLazy.h | 18 template <typename T> void* operator new(size_t, SkTLazy<T>* lazy); 96 friend void* operator new<T>(size_t, SkTLazy* lazy); 103 template <typename T> void* operator new(size_t, SkTLazy<T>* lazy) { 112 template <typename T> void operator delete(void*, SkTLazy<T>*) { SK_CRASH(); } 171 const T *operator->() const { return fObj; } 173 operator const T*() const { return fObj; } 175 const T& operator *() const { return *fObj; }
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-linked_ptr.h | 153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) { 159 linked_ptr& operator=(linked_ptr const& ptr) { 173 T* operator->() const { return value_; } 174 T& operator*() const { return *value_; } 176 bool operator==(T* p) const { return value_ == p; } 177 bool operator!=(T* p) const { return value_ != p; } 179 bool operator==(linked_ptr<U> const& ptr) const { 183 bool operator!=(linked_ptr<U> const& ptr) const { 213 bool operator==(T* ptr, const linked_ptr<T>& x) { 218 bool operator!=(T* ptr, const linked_ptr<T>& x) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
class_properties.hpp | 59 operator read_access_t() const { return value; } 61 bool operator!() const { return !value; } 62 address_res_t operator&() const { return &value; } 77 operator<<( std::ostream& os, class_property<PropertyType> const& p ) 83 operator<<( std::basic_ostream<CharT1,Tr>& os, class_property<PropertyType> const& p ) 95 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \ 101 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \ 107 operator op( class_property<PropertyType> const& lhs, \ 124 operator op( bool b, class_property<PropertyType> const& p ) \ 130 operator op( class_property<PropertyType> const& p, bool b ) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
auto_ptr.h | 126 * @brief %auto_ptr assignment operator. 134 operator=(auto_ptr& __a) throw() 141 * @brief %auto_ptr assignment operator. 152 operator=(auto_ptr<_Tp1>& __a) throw() 179 operator*() const throw() 192 operator->() const throw() 262 operator=(auto_ptr_ref<element_type> __ref) throw() 273 operator auto_ptr_ref<_Tp1>() throw() 277 operator auto_ptr<_Tp1>() throw()
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/ |
auto_ptr.h | 128 * @brief %auto_ptr assignment operator. 136 operator=(auto_ptr& __a) throw() 143 * @brief %auto_ptr assignment operator. 154 operator=(auto_ptr<_Tp1>& __a) throw() 181 operator*() const throw() 194 operator->() const throw() 264 operator=(auto_ptr_ref<element_type> __ref) throw() 275 operator auto_ptr_ref<_Tp1>() throw() 279 operator auto_ptr<_Tp1>() throw()
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/ |
auto_ptr.h | 128 * @brief %auto_ptr assignment operator. 136 operator=(auto_ptr& __a) throw() 143 * @brief %auto_ptr assignment operator. 154 operator=(auto_ptr<_Tp1>& __a) throw() 181 operator*() const throw() 194 operator->() const throw() 264 operator=(auto_ptr_ref<element_type> __ref) throw() 275 operator auto_ptr_ref<_Tp1>() throw() 279 operator auto_ptr<_Tp1>() throw()
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 126 * @brief %auto_ptr assignment operator. 134 operator=(auto_ptr& __a) throw() 141 * @brief %auto_ptr assignment operator. 152 operator=(auto_ptr<_Tp1>& __a) throw() 179 operator*() const throw() 192 operator->() const throw() 262 operator=(auto_ptr_ref<element_type> __ref) throw() 273 operator auto_ptr_ref<_Tp1>() throw() 277 operator auto_ptr<_Tp1>() throw()
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 126 * @brief %auto_ptr assignment operator. 134 operator=(auto_ptr& __a) throw() 141 * @brief %auto_ptr assignment operator. 152 operator=(auto_ptr<_Tp1>& __a) throw() 179 operator*() const throw() 192 operator->() const throw() 262 operator=(auto_ptr_ref<element_type> __ref) throw() 273 operator auto_ptr_ref<_Tp1>() throw() 277 operator auto_ptr<_Tp1>() throw()
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 126 * @brief %auto_ptr assignment operator. 134 operator=(auto_ptr& __a) throw() 141 * @brief %auto_ptr assignment operator. 152 operator=(auto_ptr<_Tp1>& __a) throw() 179 operator*() const throw() 192 operator->() const throw() 262 operator=(auto_ptr_ref<element_type> __ref) throw() 273 operator auto_ptr_ref<_Tp1>() throw() 277 operator auto_ptr<_Tp1>() throw()
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/ |
auto_ptr.h | 126 * @brief %auto_ptr assignment operator. 134 operator=(auto_ptr& __a) throw() 141 * @brief %auto_ptr assignment operator. 152 operator=(auto_ptr<_Tp1>& __a) throw() 179 operator*() const throw() 192 operator->() const throw() 262 operator=(auto_ptr_ref<element_type> __ref) throw() 273 operator auto_ptr_ref<_Tp1>() throw() 277 operator auto_ptr<_Tp1>() throw()
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
auto_ptr.h | 128 * @brief %auto_ptr assignment operator. 136 operator=(auto_ptr& __a) throw() 143 * @brief %auto_ptr assignment operator. 154 operator=(auto_ptr<_Tp1>& __a) throw() 181 operator*() const throw() 194 operator->() const throw() 264 operator=(auto_ptr_ref<element_type> __ref) throw() 275 operator auto_ptr_ref<_Tp1>() throw() 279 operator auto_ptr<_Tp1>() throw()
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
auto_ptr.h | 128 * @brief %auto_ptr assignment operator. 136 operator=(auto_ptr& __a) throw() 143 * @brief %auto_ptr assignment operator. 154 operator=(auto_ptr<_Tp1>& __a) throw() 181 operator*() const throw() 194 operator->() const throw() 264 operator=(auto_ptr_ref<element_type> __ref) throw() 275 operator auto_ptr_ref<_Tp1>() throw() 279 operator auto_ptr<_Tp1>() throw()
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
auto_ptr.h | 128 * @brief %auto_ptr assignment operator. 136 operator=(auto_ptr& __a) throw() 143 * @brief %auto_ptr assignment operator. 154 operator=(auto_ptr<_Tp1>& __a) throw() 181 operator*() const throw() 194 operator->() const throw() 264 operator=(auto_ptr_ref<element_type> __ref) throw() 275 operator auto_ptr_ref<_Tp1>() throw() 279 operator auto_ptr<_Tp1>() throw()
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
auto_ptr.h | 128 * @brief %auto_ptr assignment operator. 136 operator=(auto_ptr& __a) throw() 143 * @brief %auto_ptr assignment operator. 154 operator=(auto_ptr<_Tp1>& __a) throw() 181 operator*() const throw() 194 operator->() const throw() 264 operator=(auto_ptr_ref<element_type> __ref) throw() 275 operator auto_ptr_ref<_Tp1>() throw() 279 operator auto_ptr<_Tp1>() throw()
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/ |
auto_ptr.h | 128 * @brief %auto_ptr assignment operator. 136 operator=(auto_ptr& __a) throw() 143 * @brief %auto_ptr assignment operator. 154 operator=(auto_ptr<_Tp1>& __a) throw() 181 operator*() const throw() 194 operator->() const throw() 264 operator=(auto_ptr_ref<element_type> __ref) throw() 275 operator auto_ptr_ref<_Tp1>() throw() 279 operator auto_ptr<_Tp1>() throw()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
iterator_range_core.hpp | 168 private: // for return value of operator()() 208 this_type& operator=( const this_type& r ) 217 iterator_range& operator=( const iterator_range<Iterator>& r ) 225 iterator_range& operator=( ForwardRange& r ) 233 iterator_range& operator=( const ForwardRange& r ) 260 operator unspecified_bool_type() const 265 bool operator!() const 278 bool operator==( const iterator_range& r ) const 283 bool operator!=( const iterator_range& r ) const 285 return !operator==(r) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
atomic_0.h | 90 atomic_flag& operator=(const atomic_flag&) = delete; 112 atomic_address& operator=(const atomic_address&) = delete; 201 operator void*() const volatile 205 operator=(void* __v) // XXX volatile 212 operator+=(ptrdiff_t __d) volatile 216 operator-=(ptrdiff_t __d) volatile 255 __atomic_base& operator=(const __atomic_base&) = delete; 260 operator __integral_type() const volatile 264 operator=(__integral_type __i) // XXX volatile 271 operator++(int) volatil [all...] |
atomic_2.h | 52 atomic_flag& operator=(const atomic_flag&) = delete; 90 atomic_address& operator=(const atomic_address&) = delete; 180 operator void*() const volatile 184 operator=(void* __v) // XXX volatile 191 operator+=(ptrdiff_t __d) volatile 195 operator-=(ptrdiff_t __d) volatile 233 __atomic_base& operator=(const __atomic_base&) = delete; 238 operator __integral_type() const volatile 242 operator=(__integral_type __i) // XXX volatile 249 operator++(int) volatil [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomic_0.h | 90 atomic_flag& operator=(const atomic_flag&) = delete; 112 atomic_address& operator=(const atomic_address&) = delete; 201 operator void*() const volatile 205 operator=(void* __v) // XXX volatile 212 operator+=(ptrdiff_t __d) volatile 216 operator-=(ptrdiff_t __d) volatile 255 __atomic_base& operator=(const __atomic_base&) = delete; 260 operator __integral_type() const volatile 264 operator=(__integral_type __i) // XXX volatile 271 operator++(int) volatil [all...] |
atomic_2.h | 52 atomic_flag& operator=(const atomic_flag&) = delete; 90 atomic_address& operator=(const atomic_address&) = delete; 180 operator void*() const volatile 184 operator=(void* __v) // XXX volatile 191 operator+=(ptrdiff_t __d) volatile 195 operator-=(ptrdiff_t __d) volatile 233 __atomic_base& operator=(const __atomic_base&) = delete; 238 operator __integral_type() const volatile 242 operator=(__integral_type __i) // XXX volatile 249 operator++(int) volatil [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomic_0.h | 90 atomic_flag& operator=(const atomic_flag&) = delete; 112 atomic_address& operator=(const atomic_address&) = delete; 201 operator void*() const volatile 205 operator=(void* __v) // XXX volatile 212 operator+=(ptrdiff_t __d) volatile 216 operator-=(ptrdiff_t __d) volatile 255 __atomic_base& operator=(const __atomic_base&) = delete; 260 operator __integral_type() const volatile 264 operator=(__integral_type __i) // XXX volatile 271 operator++(int) volatil [all...] |
atomic_2.h | 52 atomic_flag& operator=(const atomic_flag&) = delete; 90 atomic_address& operator=(const atomic_address&) = delete; 180 operator void*() const volatile 184 operator=(void* __v) // XXX volatile 191 operator+=(ptrdiff_t __d) volatile 195 operator-=(ptrdiff_t __d) volatile 233 __atomic_base& operator=(const __atomic_base&) = delete; 238 operator __integral_type() const volatile 242 operator=(__integral_type __i) // XXX volatile 249 operator++(int) volatil [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomic_0.h | 90 atomic_flag& operator=(const atomic_flag&) = delete; 112 atomic_address& operator=(const atomic_address&) = delete; 201 operator void*() const volatile 205 operator=(void* __v) // XXX volatile 212 operator+=(ptrdiff_t __d) volatile 216 operator-=(ptrdiff_t __d) volatile 255 __atomic_base& operator=(const __atomic_base&) = delete; 260 operator __integral_type() const volatile 264 operator=(__integral_type __i) // XXX volatile 271 operator++(int) volatil [all...] |
atomic_2.h | 52 atomic_flag& operator=(const atomic_flag&) = delete; 90 atomic_address& operator=(const atomic_address&) = delete; 180 operator void*() const volatile 184 operator=(void* __v) // XXX volatile 191 operator+=(ptrdiff_t __d) volatile 195 operator-=(ptrdiff_t __d) volatile 233 __atomic_base& operator=(const __atomic_base&) = delete; 238 operator __integral_type() const volatile 242 operator=(__integral_type __i) // XXX volatile 249 operator++(int) volatil [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
atomic_0.h | 90 atomic_flag& operator=(const atomic_flag&) = delete; 112 atomic_address& operator=(const atomic_address&) = delete; 201 operator void*() const volatile 205 operator=(void* __v) // XXX volatile 212 operator+=(ptrdiff_t __d) volatile 216 operator-=(ptrdiff_t __d) volatile 255 __atomic_base& operator=(const __atomic_base&) = delete; 260 operator __integral_type() const volatile 264 operator=(__integral_type __i) // XXX volatile 271 operator++(int) volatil [all...] |