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

<<41424344454647484950>>

  /external/llvm/include/llvm/ADT/
DenseSet.h 57 DenseSet &operator=(const DenseSet &RHS) {
76 ValueT& operator*() { return I->first; }
77 ValueT* operator->() { return &I->first; }
79 Iterator& operator++() { ++I; return *this; }
80 bool operator==(const Iterator& X) const { return I == X.I; }
81 bool operator!=(const Iterator& X) const { return I != X.I; }
96 const ValueT& operator*() { return I->first; }
97 const ValueT* operator->() { return &I->first; }
99 ConstIterator& operator++() { ++I; return *this; }
100 bool operator==(const ConstIterator& X) const { return I == X.I;
    [all...]
IntrusiveRefCntPtr.h 143 IntrusiveRefCntPtr& operator=(IntrusiveRefCntPtr S) {
150 T& operator*() const { return *Obj; }
152 T* operator->() const { return Obj; }
157 operator unspecified_bool_type() const {
182 inline bool operator==(const IntrusiveRefCntPtr<T>& A,
189 inline bool operator!=(const IntrusiveRefCntPtr<T>& A,
196 inline bool operator==(const IntrusiveRefCntPtr<T>& A,
203 inline bool operator!=(const IntrusiveRefCntPtr<T>& A,
210 inline bool operator==(T* A,
217 inline bool operator!=(T* A
    [all...]
SmallBitVector.h 65 reference& operator=(reference t) {
70 reference& operator=(bool t) {
78 operator bool() const {
79 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
366 SmallBitVector operator~() const {
371 reference operator[](unsigned Idx) {
376 bool operator[](unsigned Idx) const {
380 return getPointer()->operator[](Idx);
401 bool operator==(const SmallBitVector &RHS) const {
410 bool operator!=(const SmallBitVector &RHS) const
    [all...]
  /external/llvm/include/llvm/Support/
InstIterator.h 74 inline reference operator*() const { return *BI; }
75 inline pointer operator->() const { return &operator*(); }
77 inline bool operator==(const InstIterator &y) const {
80 inline bool operator!=(const InstIterator& y) const {
81 return !operator==(y);
84 InstIterator& operator++() {
89 inline InstIterator operator++(int) {
93 InstIterator& operator--() {
101 inline InstIterator operator--(int)
    [all...]
  /external/skia/src/core/
SkFloat.h 56 friend bool operator==(const SkFloat& a, const SkFloat& b) { return a.fPacked == b.fPacked; }
57 friend bool operator!=(const SkFloat& a, const SkFloat& b) { return a.fPacked != b.fPacked; }
58 friend bool operator<(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) < 0; }
59 friend bool operator<=(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) <= 0; }
60 friend bool operator>(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) > 0; }
61 friend bool operator>=(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) >= 0; }
  /frameworks/base/tools/aapt/
StringPool.h 59 inline bool operator<(const entry& o) const { return compare(o) < 0; }
60 inline bool operator<=(const entry& o) const { return compare(o) <= 0; }
61 inline bool operator==(const entry& o) const { return compare(o) == 0; }
62 inline bool operator!=(const entry& o) const { return compare(o) != 0; }
63 inline bool operator>=(const entry& o) const { return compare(o) >= 0; }
64 inline bool operator>(const entry& o) const { return compare(o) > 0; }
  /frameworks/native/services/sensorservice/
mat.h 155 mat& operator=(const mat& rhs) {
156 base::operator=(rhs);
160 mat& operator=(const base& rhs) {
161 base::operator=(rhs);
165 mat& operator=(pTYPE rhs) {
172 friend inline mat PURE operator + (const mat& lhs, const mat& rhs) {
177 friend inline mat PURE operator - (const mat& lhs, const mat& rhs) {
185 friend mat PURE operator * (
192 friend vec<TYPE, R> PURE operator * (
198 friend mat PURE operator * (
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 70 operator T() const
72 operator T const&() const
81 nil operator()( Arg1 const& )
85 nil operator()( Arg1 const&, Arg2 const& )
89 nil operator()( Arg1 const&, Arg2 const&, Arg3 const& )
109 operator,( NP const& np ) const { return named_parameter_combine<NP,Derived>( np, *static_cast<Derived const*>(this) ); }
132 res_type operator[]( keyword<typename NP::id,true> kw ) const { return m_param[kw]; }
133 res_type operator[]( keyword<typename NP::id,false> kw ) const { return m_param[kw]; }
134 using Rest::operator[];
145 named_parameter_combine<NP,self_type> operator,( NP const& np ) cons
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_queue.h 103 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
107 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
267 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
285 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
288 /// Based on operator==
291 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
294 /// Based on operator<
297 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
300 /// Based on operator<
303 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_queue.h 103 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
107 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
267 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
285 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
288 /// Based on operator==
291 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
294 /// Based on operator<
297 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
300 /// Based on operator<
303 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_queue.h 104 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
108 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
268 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
286 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
289 /// Based on operator==
292 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
295 /// Based on operator<
298 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
301 /// Based on operator<
304 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
buffer.h 60 Buffer& operator=(const Buffer& buf) {
66 bool operator==(const Buffer& buf) const {
70 bool operator!=(const Buffer& buf) const {
71 return !operator==(buf);
linked_ptr.h 66 linked_ptr& operator=(const linked_ptr& r)
79 template <class Y> linked_ptr& operator=(const linked_ptr<Y>& r)
89 X& operator*() const throw() {return *itsPtr;}
90 X* operator->() const throw() {return itsPtr;}
  /external/chromium_org/base/mac/
scoped_ioplugininterface.h 39 bool operator==(InterfaceT that) const {
43 bool operator!=(InterfaceT that) const {
47 operator InterfaceT() const {
  /external/chromium_org/gpu/command_buffer/service/
mailbox_synchronizer.h 47 bool operator<(const TargetName& rhs) const {
50 bool operator!=(const TargetName& rhs) const {
53 bool operator==(const TargetName& rhs) const {
54 return !operator!=(rhs);
  /external/chromium_org/ppapi/cpp/extensions/
optional.h 29 Optional<T>& operator=(const T& other) {
39 Optional<T>& operator=(const Optional<T>& other) {
59 T& operator*() const {
64 T* operator->() const {
  /external/chromium_org/ppapi/cpp/
size.h 57 operator PP_Size() {
158 inline bool operator==(const pp::Size& lhs, const pp::Size& rhs) {
169 inline bool operator!=(const pp::Size& lhs, const pp::Size& rhs) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GapRects.h 40 operator LayoutRect() const
48 bool operator==(const GapRects& other)
52 bool operator!=(const GapRects& other) { return !(*this == other); }
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesisUtterance.cpp 43 WebSpeechSynthesisUtterance& WebSpeechSynthesisUtterance::operator=(WebCore::PlatformSpeechSynthesisUtterance* utterance)
59 WebSpeechSynthesisUtterance::operator PassRefPtr<PlatformSpeechSynthesisUtterance>() const
64 WebSpeechSynthesisUtterance::operator PlatformSpeechSynthesisUtterance*() const
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRectExtent.h 85 inline bool operator==(const IntRectExtent& a, const IntRectExtent& b)
93 inline bool operator!=(const IntRectExtent& a, const IntRectExtent& b)
98 inline void operator+=(IntRectExtent& a, const IntRectExtent& b)
  /external/chromium_org/third_party/libjingle/source/talk/base/
buffer.h 60 Buffer& operator=(const Buffer& buf) {
66 bool operator==(const Buffer& buf) const {
70 bool operator!=(const Buffer& buf) const {
71 return !operator==(buf);
linked_ptr.h 66 linked_ptr& operator=(const linked_ptr& r)
79 template <class Y> linked_ptr& operator=(const linked_ptr<Y>& r)
89 X& operator*() const throw() {return *itsPtr;}
90 X* operator->() const throw() {return itsPtr;}
  /external/chromium_org/third_party/skia/include/effects/
SkLightingImageFilter.h 35 SkPoint3 operator*(SkScalar scalar) const {
40 SkPoint3 operator-(const SkPoint3& other) const {
43 bool operator==(const SkPoint3& other) const {
  /external/chromium_org/ui/gfx/
point_base.h 36 void operator+=(const VectorClass& vector) {
41 void operator-=(const VectorClass& vector) {
70 bool operator<(const Class& rhs) const {
  /external/icu4c/i18n/
selfmt.cpp 158 SelectFormat::operator=(const SelectFormat& other) {
166 SelectFormat::operator==(const Format& other) const {
170 if (!Format::operator==(other)) {
178 SelectFormat::operator!=(const Format& other) const {
179 return !operator==(other);

Completed in 1064 milliseconds

<<41424344454647484950>>