Searched defs:operator (Results 251 - 275 of 4330) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/public/browser/
H A Dnotification_source.h29 bool operator!=(const NotificationSource& other) const {
32 bool operator==(const NotificationSource& other) const {
52 T* operator->() const { return ptr(); }
/external/chromium_org/media/base/
H A Dstream_parser_buffer.h25 DecodeTimestamp& operator=(const DecodeTimestamp& rhs) {
33 bool operator<(const DecodeTimestamp& rhs) const { return ts_ < rhs.ts_; }
34 bool operator>(const DecodeTimestamp& rhs) const { return ts_ > rhs.ts_; }
35 bool operator==(const DecodeTimestamp& rhs) const { return ts_ == rhs.ts_; }
36 bool operator!=(const DecodeTimestamp& rhs) const { return ts_ != rhs.ts_; }
37 bool operator>=(const DecodeTimestamp& rhs) const { return ts_ >= rhs.ts_; }
38 bool operator<=(const DecodeTimestamp& rhs) const { return ts_ <= rhs.ts_; }
40 base::TimeDelta operator-(const DecodeTimestamp& rhs) const {
44 DecodeTimestamp& operator+=(const base::TimeDelta& rhs) {
49 DecodeTimestamp& operator
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dparsepos.h88 * Assignment operator
91 ParsePosition& operator=(const ParsePosition& copy);
94 * Equality operator.
98 UBool operator==(const ParsePosition& that) const;
101 * Equality operator.
105 UBool operator!=(const ParsePosition& that) const;
183 ParsePosition::operator=(const ParsePosition& copy)
191 ParsePosition::operator==(const ParsePosition& copy) const
200 ParsePosition::operator!=(const ParsePosition& copy) const
202 return !operator
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dqname.h48 bool operator==(const QName& other) const;
49 bool operator!=(const QName& other) const;
69 bool operator==(const StaticQName& other) const {
72 bool operator==(const QName& other) const {
75 bool operator!=(const StaticQName& other) const {
78 bool operator!=(const QName& other) const {
81 bool operator<(const QName& other) const {
90 inline bool StaticQName::operator==(const QName& other) const {
94 inline bool StaticQName::operator!=(const QName& other) const {
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Djid.h68 bool operator==(const Jid& other) const;
69 bool operator!=(const Jid& other) const { return !operator==(other); }
71 bool operator<(const Jid& other) const { return Compare(other) < 0; };
72 bool operator>(const Jid& other) const { return Compare(other) > 0; };
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dgeometry.hpp48 T &operator[](int i) {
52 const T &operator[](int i) const {
56 point operator+(const point &p) const {
63 T operator()(const point &p) const {
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dqname.h31 bool operator==(const QName& other) const;
32 bool operator!=(const QName& other) const;
52 bool operator==(const StaticQName& other) const {
55 bool operator==(const QName& other) const {
58 bool operator!=(const StaticQName& other) const {
61 bool operator!=(const QName& other) const {
64 bool operator<(const QName& other) const {
73 inline bool StaticQName::operator==(const QName& other) const {
77 inline bool StaticQName::operator!=(const QName& other) const {
/external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
H A Dscoped_refptr.h24 operator T*() const { return ptr_; }
25 T* operator->() const { return ptr_; }
27 scoped_refptr<T>& operator=(T* p) {
31 scoped_refptr<T>& operator=(const scoped_refptr<T>& r) {
35 scoped_refptr<T>& operator=(const scoped_refptr<U>& r) {
/external/chromium_org/tools/gn/
H A Dlocation.cc27 bool Location::operator==(const Location& other) const {
33 bool Location::operator!=(const Location& other) const {
34 return !operator==(other);
37 bool Location::operator<(const Location& other) const {
/external/chromium_org/ui/gfx/geometry/
H A Dsize.h38 Size& operator=(const CGSize& s);
47 operator SizeF() const {
54 inline bool operator==(const Size& lhs, const Size& rhs) {
58 inline bool operator!=(const Size& lhs, const Size& rhs) {
/external/clang/test/CXX/dcl.dcl/
H A Dp4-0x.cpp5 constexpr explicit operator bool() const { return b; }
9 constexpr operator int() const { return 1; }
12 constexpr operator int() const { return 1; } // expected-note {{candidate}}
13 constexpr operator long() const { return 0; } // expected-note {{candidate}}
/external/deqp/framework/egl/
H A DegluConfigFilter.cpp69 FilterList ConfigColorBits::operator== (tcu::RGBA bits) const
79 FilterList ConfigColorBits::operator>= (tcu::RGBA bits) const
89 FilterList& FilterList::operator<< (const ConfigFilter& rule)
95 FilterList& FilterList::operator<< (const FilterList& other)
/external/icu/icu4c/source/common/unicode/
H A Dparsepos.h88 * Assignment operator
91 ParsePosition& operator=(const ParsePosition& copy);
94 * Equality operator.
98 UBool operator==(const ParsePosition& that) const;
101 * Equality operator.
105 UBool operator!=(const ParsePosition& that) const;
183 ParsePosition::operator=(const ParsePosition& copy)
191 ParsePosition::operator==(const ParsePosition& copy) const
200 ParsePosition::operator!=(const ParsePosition& copy) const
202 return !operator
[all...]
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_rfunction.pass.cpp23 void* operator new(std::size_t s) throw(std::bad_alloc)
29 void operator delete(void* p) throw()
52 int operator()(int i) const
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DUTypes.fail.cpp28 MoveOnly& operator=(const MoveOnly&);
35 MoveOnly& operator=(MoveOnly&& x)
40 bool operator==(const MoveOnly& x) const {return data_ == x.data_;}
41 bool operator< (const MoveOnly& x) const {return data_ < x.data_;}
/external/lldb/source/Target/
H A DStackID.cpp42 lldb_private::operator== (const StackID& lhs, const StackID& rhs)
58 lldb_private::operator!= (const StackID& lhs, const StackID& rhs)
73 lldb_private::operator< (const StackID& lhs, const StackID& rhs)
/external/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h63 /// \brief Copy-assignment operator.
64 Vector& operator=(const Vector &V) {
74 /// \brief Move-assignment operator.
75 Vector& operator=(Vector &&V) {
84 /// \brief Comparison operator.
85 bool operator==(const Vector &V) const {
99 PBQPNum& operator[](unsigned Index) {
106 const PBQPNum& operator[](unsigned Index) const {
113 Vector& operator+=(const Vector &V) {
121 Vector& operator
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dgeometry.hpp48 T &operator[](int i) {
52 const T &operator[](int i) const {
56 point operator+(const point &p) const {
63 T operator()(const point &p) const {
/external/oprofile/libabi/
H A Dabi.cpp47 bool abi::operator==(abi const & other) const
53 ostream & operator<<(ostream & o, abi const & abi)
65 istream & operator>>(istream & i, abi & abi)
/external/oprofile/libutil++/
H A Dcverb.cpp76 verbose verbose::operator|(verbose const & rhs)
84 verbose verbose::operator&(verbose const & rhs)
120 ostream& operator<<(cverb_object &, verbose const & v)
H A Dgrowable_vector.h32 T operator[](size_type index) const {
44 T & operator[](size_type index) {
52 * vectorized += operator
54 growable_vector<T> & operator+=(growable_vector<T> const & rhs) {
67 * vectorized -= operator, overflow shouldn't occur during substraction
70 growable_vector<T> & operator-=(growable_vector<T> const & rhs) {
H A Dsparse_array.h23 * operator[], this const member function simply returns 0 for
28 T operator[](size_type index) const {
41 T & operator[](size_type index) {
47 * vectorized += operator
49 sparse_array & operator+=(sparse_array const & rhs) {
60 * vectorized -= operator, overflow shouldn't occur during substraction
63 sparse_array & operator-=(sparse_array const & rhs) {
/external/stlport/stlport/stl/
H A D_raw_storage_iter.h54 raw_storage_iterator<_ForwardIterator, _Tp>& operator*() { return *this; }
55 raw_storage_iterator<_ForwardIterator, _Tp>& operator=(const _Tp& __element) {
59 raw_storage_iterator<_ForwardIterator, _Tp>& operator++() {
63 raw_storage_iterator<_ForwardIterator, _Tp> operator++(int) {
/external/lldb/source/Core/
H A DScalar.cpp254 Scalar::operator=(const Scalar& rhs)
265 Scalar::operator= (const int v)
274 Scalar::operator= (unsigned int v)
282 Scalar::operator= (long v)
290 Scalar::operator= (unsigned long v)
298 Scalar::operator= (long long v)
306 Scalar::operator= (unsigned long long v)
314 Scalar::operator= (float v)
322 Scalar::operator= (double v)
330 Scalar::operator
[all...]
/external/chromium_org/base/time/
H A Dtime.h121 TimeDelta& operator=(TimeDelta other) {
127 TimeDelta operator+(TimeDelta other) const {
130 TimeDelta operator-(TimeDelta other) const {
134 TimeDelta& operator+=(TimeDelta other) {
138 TimeDelta& operator-=(TimeDelta other) {
142 TimeDelta operator-() const {
148 TimeDelta operator*(int64 a) const {
151 TimeDelta operator/(int64 a) const {
154 TimeDelta& operator*=(int64 a) {
158 TimeDelta& operator/
[all...]

Completed in 598 milliseconds

<<11121314151617181920>>