HomeSort by relevance Sort by last modified time
    Searched defs:operator (Results 976 - 1000 of 6351) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_map.h 103 operator=(initializer_list<value_type> __l)
178 operator=(initializer_list<value_type> __l)
207 operator==(const __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc,
216 operator!=(const __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc,
225 operator==(const __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc,
234 operator!=(const __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc,
300 operator=(initializer_list<value_type> __l)
368 operator=(initializer_list<value_type> __l)
390 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
396 operator!=(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x
    [all...]
  /system/core/include/utils/
StrongPointer.h 34 inline bool operator _op_ (const sp<T>& o) const { \
37 inline bool operator _op_ (const T* o) const { \
41 inline bool operator _op_ (const sp<U>& o) const { \
45 inline bool operator _op_ (const U* o) const { \
48 inline bool operator _op_ (const wp<T>& o) const { \
52 inline bool operator _op_ (const wp<U>& o) const { \
72 sp& operator = (T* other);
73 sp& operator = (const sp<T>& other);
75 template<typename U> sp& operator = (const sp<U>& other);
76 template<typename U> sp& operator = (U* other)
    [all...]
  /system/core/libpixelflinger/codeflinger/tinyutils/
smartpointer.h 31 inline bool operator _op_ (const sp<T>& o) const { \
34 inline bool operator _op_ (const T* o) const { \
38 inline bool operator _op_ (const sp<U>& o) const { \
42 inline bool operator _op_ (const U* o) const { \
63 sp& operator = (T* other);
64 sp& operator = (const sp<T>& other);
66 template<typename U> sp& operator = (const sp<U>& other);
67 template<typename U> sp& operator = (U* other);
74 inline T& operator* () const { return *m_ptr; }
75 inline T* operator-> () const { return m_ptr;
    [all...]
  /external/chromium_org/base/time/
time.h 109 TimeDelta& operator=(TimeDelta other) {
115 TimeDelta operator+(TimeDelta other) const {
118 TimeDelta operator-(TimeDelta other) const {
122 TimeDelta& operator+=(TimeDelta other) {
126 TimeDelta& operator-=(TimeDelta other) {
130 TimeDelta operator-() const {
136 TimeDelta operator*(int64 a) const {
139 TimeDelta operator/(int64 a) const {
142 TimeDelta& operator*=(int64 a) {
146 TimeDelta& operator/=(int64 a)
    [all...]
  /external/chromium/base/memory/
linked_ptr.h 96 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
102 linked_ptr& operator=(linked_ptr const& ptr) {
116 T* operator->() const { return value_; }
117 T& operator*() const { return *value_; }
128 bool operator==(const T* p) const { return value_ == p; }
129 bool operator!=(const T* p) const { return value_ != p; }
131 bool operator==(linked_ptr<U> const& ptr) const {
135 bool operator!=(linked_ptr<U> const& ptr) const {
165 bool operator==(T* ptr, const linked_ptr<T>& x) {
170 bool operator!=(T* ptr, const linked_ptr<T>& x)
    [all...]
  /external/chromium/testing/gtest/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...]
  /external/chromium_org/base/memory/
linked_ptr.h 95 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
101 linked_ptr& operator=(linked_ptr const& ptr) {
115 T* operator->() const { return value_; }
116 T& operator*() const { return *value_; }
127 bool operator==(const T* p) const { return value_ == p; }
128 bool operator!=(const T* p) const { return value_ != p; }
130 bool operator==(linked_ptr<U> const& ptr) const {
134 bool operator!=(linked_ptr<U> const& ptr) const {
164 bool operator==(T* ptr, const linked_ptr<T>& x) {
169 bool operator!=(T* ptr, const linked_ptr<T>& x)
    [all...]
  /external/chromium_org/cc/debug/
ring_buffer.h 58 const T* operator->() const { return &buffer_.ReadBuffer(index_); }
59 const T* operator*() const { return &buffer_.ReadBuffer(index_); }
61 Iterator& operator++() {
68 Iterator& operator--() {
75 operator bool() const {
  /external/chromium_org/testing/gtest/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...]
  /external/chromium_org/third_party/icu/source/common/unicode/
localpointer.h 54 * There is no operator T *() provided because the programmer must decide
97 bool operator==(const T *other) const { return ptr==other; }
105 bool operator!=(const T *other) const { return ptr!=other; }
117 T &operator*() const { return *ptr; }
123 T *operator->() const { return ptr; }
150 bool operator==(const LocalPointerBase &other);
151 bool operator!=(const LocalPointerBase &other);
152 // No ownership transfer: No copy constructor, no assignment operator.
154 void operator=(const LocalPointerBase &other);
156 static void * U_EXPORT2 operator new(size_t size)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/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...]
  /external/chromium_org/third_party/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; }
  /external/chromium_org/ui/gfx/
vector3d_f.h 44 void operator+=(const Vector3dF& other) { Add(other); }
45 void operator-=(const Vector3dF& other) { Subtract(other); }
80 inline bool operator==(const Vector3dF& lhs, const Vector3dF& rhs) {
84 inline Vector3dF operator-(const Vector3dF& v) {
88 inline Vector3dF operator+(const Vector3dF& lhs, const Vector3dF& rhs) {
94 inline Vector3dF operator-(const Vector3dF& lhs, const Vector3dF& rhs) {
  /external/clang/include/clang/AST/
AttrIterator.h 26 void *operator new(size_t Bytes, const clang::ASTContext &C,
30 void *operator new[](size_t Bytes, const clang::ASTContext &C,
36 void operator delete(void *Ptr, const clang::ASTContext &C, size_t);
37 void operator delete[](void *Ptr, const clang::ASTContext &C, size_t);
80 reference operator*() const {
84 pointer operator->() const {
89 specific_attr_iterator& operator++() {
93 specific_attr_iterator operator++(int) {
99 friend bool operator==(specific_attr_iterator Left,
108 friend bool operator!=(specific_attr_iterator Left
    [all...]
DeclLookups.h 42 reference operator*() const { return It->second.getLookupResult(); }
43 pointer operator->() const { return It->second.getLookupResult(); }
45 all_lookups_iterator& operator++() {
57 all_lookups_iterator operator++(int) {
63 friend bool operator==(all_lookups_iterator x, all_lookups_iterator y) {
66 friend bool operator!=(all_lookups_iterator x, all_lookups_iterator y) {
  /external/clang/test/Analysis/
array-struct-region.cpp 13 const struct S *operator +() const { return this; }
16 bool operator !() const { return this != this; }
18 int operator *() const { return field; }
23 const struct S *operator -(const struct S &s) { return &s; }
24 bool operator ~(const struct S &s) { return &s != &s; }
  /external/eigen/Eigen/src/Core/
ArrayBase.h 50 typename NumTraits<typename internal::traits<Derived>::Scalar>::Real>::operator*;
77 using Base::operator=;
78 using Base::operator+=;
79 using Base::operator-=;
80 using Base::operator*=;
81 using Base::operator/=;
118 /** Special case of the template operator=, in order to prevent the compiler
119 * from generating a default operator= (issue hit with g++ 4.1)
121 Derived& operator=(const ArrayBase& other)
126 Derived& operator+=(const Scalar& scalar
    [all...]
  /external/gtest/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...]
  /external/icu4c/common/unicode/
localpointer.h 54 * There is no operator T *() provided because the programmer must decide
97 bool operator==(const T *other) const { return ptr==other; }
105 bool operator!=(const T *other) const { return ptr!=other; }
117 T &operator*() const { return *ptr; }
123 T *operator->() const { return ptr; }
154 bool operator==(const LocalPointerBase &other);
155 bool operator!=(const LocalPointerBase &other);
156 // No ownership transfer: No copy constructor, no assignment operator.
158 void operator=(const LocalPointerBase &other);
160 static void * U_EXPORT2 operator new(size_t size)
    [all...]
  /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
StringPool.h 18 // To use the value of an interned string, use operator bool and operator*:
74 /// PooledStringPtr - A pointer to an interned string. Use operator bool to
75 /// test whether the pointer is valid, and operator * to get the string if so.
94 PooledStringPtr &operator=(const PooledStringPtr &That) {
130 inline const char *operator*() const { return begin(); }
131 inline operator bool() const { return S != 0; }
133 inline bool operator==(const PooledStringPtr &That) { return S == That.S; }
134 inline bool operator!=(const PooledStringPtr &That) { return S != That.S; }
  /external/llvm/utils/unittest/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...]
  /external/mesa3d/src/gtest/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...]
  /external/open-vcdiff/gtest/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_; }
185 bool operator==(T* p) const { return value_ == p; }
186 bool operator!=(T* p) const { return value_ != p; }
188 bool operator==(linked_ptr<U> const& ptr) const {
192 bool operator!=(linked_ptr<U> const& ptr) const {
222 bool operator==(T* ptr, const linked_ptr<T>& x) {
227 bool operator!=(T* ptr, const linked_ptr<T>& x)
    [all...]
  /external/protobuf/gtest/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_; }
185 bool operator==(T* p) const { return value_ == p; }
186 bool operator!=(T* p) const { return value_ != p; }
188 bool operator==(linked_ptr<U> const& ptr) const {
192 bool operator!=(linked_ptr<U> const& ptr) const {
222 bool operator==(T* ptr, const linked_ptr<T>& x) {
227 bool operator!=(T* ptr, const linked_ptr<T>& x)
    [all...]

Completed in 1017 milliseconds

<<31323334353637383940>>