HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 201 - 225 of 6015) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/loader/cache/
CachedResourceHandle.h 38 bool operator!() const { return !m_resource; }
40 // This conversion operator allows implicit conversion to bool but not to other integer types.
43 operator UnspecifiedBoolType() const { return m_resource ? &CachedResourceHandleBase::m_resource : 0; }
53 CachedResourceHandleBase& operator=(const CachedResourceHandleBase&) { return *this; }
67 R* operator->() const { return get(); }
69 CachedResourceHandle& operator=(R* res) { setResource(res); return *this; }
70 CachedResourceHandle& operator=(const CachedResourceHandle& o) { setResource(o.get()); return *this; }
71 bool operator==(const CachedResourceHandleBase& o) const { return get() == o.get(); }
72 bool operator!=(const CachedResourceHandleBase& o) const { return get() != o.get(); }
86 template <class R, class RR> bool operator==(const CachedResourceHandle<R>& h, const RR* res)
    [all...]
  /external/icu4c/i18n/unicode/
tmunit.h 68 * Copy operator.
74 * Assignment operator.
77 TimeUnit& operator=(const TimeUnit& other);
80 * Equality operator.
84 virtual UBool operator==(const UObject& other) const;
87 * Non-Equality operator.
91 UBool operator!=(const UObject& other) const;
138 TimeUnit::operator!=(const UObject& other) const {
139 return !operator==(other);
  /external/llvm/include/llvm/Support/
BlockFrequency.h 34 BlockFrequency &operator*=(const BranchProbability &Prob);
35 const BlockFrequency operator*(const BranchProbability &Prob) const;
37 BlockFrequency &operator+=(const BlockFrequency &Freq);
38 const BlockFrequency operator+(const BlockFrequency &Freq) const;
40 bool operator<(const BlockFrequency &RHS) const {
44 bool operator<=(const BlockFrequency &RHS) const {
48 bool operator>(const BlockFrequency &RHS) const {
52 bool operator>=(const BlockFrequency &RHS) const {
59 raw_ostream &operator<<(raw_ostream &OS, const BlockFrequency &Freq);
  /external/webkit/Source/WebCore/platform/win/
BString.h 62 BString& operator=(const BString&);
63 BString& operator=(const BSTR&);
65 operator BSTR() const { return m_bstr; }
73 bool operator ==(const BString&, const BString&);
74 bool operator !=(const BString&, const BString&);
75 bool operator ==(const BString&, BSTR);
76 bool operator !=(const BString&, BSTR);
77 bool operator ==(BSTR, const BString&);
78 bool operator !=(BSTR, const BString&);
  /external/clang/test/CodeGenCXX/
implicit-copy-assign-operator.cpp 3 A &operator=(const A&);
4 A &operator=(A&);
8 B &operator=(B&);
12 virtual C& operator=(const C&);
21 CopyByValue &operator=(CopyByValue);
  /external/clang/test/CodeGenObjCXX/
implicit-copy-assign-operator.mm 3 A &operator=(const A&);
4 A &operator=(A&);
8 B &operator=(B&);
12 virtual C& operator=(const C&);
22 CopyByValue &operator=(CopyByValue);
  /external/clang/test/SemaCXX/
implicit-member-functions.cpp 10 C& C::operator=(const C&) { return *this; } // expected-error {{definition of implicitly declared copy assignment operator}}
26 operator = (CONST);
27 operator = (a);
30 B& operator = (const A& a) {
arrow-operator.cpp 7 T* operator->(); // expected-note{{candidate function}}
11 T* operator->(); // expected-note{{candidate function}}
22 c->f(); // expected-error{{use of overloaded operator '->' is ambiguous}}
overload-0x.cpp 4 struct A { // expected-note {{candidate function (the implicit copy assignment operator) not viable: 'this' argument has type 'const test0::A', but method is not marked const}} expected-note {{candidate function (the implicit move assignment operator) not viable: 'this' argument has type 'const test0::A', but method is not marked const}}
5 A &operator=(void*); // expected-note {{candidate function not viable: 'this' argument has type 'const test0::A', but method is not marked const}}
  /external/stlport/test/unit/
fadapter.h 20 Result operator()() const { return ptr(); }
21 Result operator()(__void_tag) const { return ptr(); }
27 __void_tag operator()(const Arg1& x) const { return __void_tag(); }
54 void operator() (Arg x) const { ptr(x); }
72 void operator() (Arg1 x, Arg2 y) const { ptr(x, y); }
  /ndk/tests/device/test-gnustl-full/unit/
fadapter.h 20 Result operator()() const { return ptr(); }
21 Result operator()(__void_tag) const { return ptr(); }
27 __void_tag operator()(const Arg1& x) const { return __void_tag(); }
54 void operator() (Arg x) const { ptr(x); }
72 void operator() (Arg1 x, Arg2 y) const { ptr(x, y); }
  /ndk/tests/device/test-stlport/unit/
fadapter.h 20 Result operator()() const { return ptr(); }
21 Result operator()(__void_tag) const { return ptr(); }
27 __void_tag operator()(const Arg1& x) const { return __void_tag(); }
54 void operator() (Arg x) const { ptr(x); }
72 void operator() (Arg1 x, Arg2 y) const { ptr(x, y); }
  /external/webkit/Source/JavaScriptCore/wtf/
RefPtr.h 65 T& operator*() const { return *m_ptr; }
66 ALWAYS_INLINE T* operator->() const { return m_ptr; }
68 bool operator!() const { return !m_ptr; }
70 // This conversion operator allows implicit conversion to bool but not to other integer types.
72 operator UnspecifiedBoolType() const { return m_ptr ? &RefPtr::m_ptr : 0; }
74 RefPtr& operator=(const RefPtr&);
75 RefPtr& operator=(T*);
76 RefPtr& operator=(const PassRefPtr<T>&);
77 RefPtr& operator=(const NonNullPassRefPtr<T>&);
79 RefPtr& operator=(std::nullptr_t) { clear(); return *this;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 158 operator=(const PB_DS_CONST_IT_C_DEC& other)
166 operator=(const PB_DS_CONST_ODIR_IT_C_DEC& other)
173 operator->() const
180 operator*() const
187 operator==(const PB_DS_CONST_IT_C_DEC& other) const
191 operator==(const PB_DS_CONST_ODIR_IT_C_DEC& other) const
195 operator!=(const PB_DS_CONST_IT_C_DEC& other) const
199 operator!=(const PB_DS_CONST_ODIR_IT_C_DEC& other) const
203 operator++()
210 operator++(int
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 158 operator=(const PB_DS_CONST_IT_C_DEC& other)
166 operator=(const PB_DS_CONST_ODIR_IT_C_DEC& other)
173 operator->() const
180 operator*() const
187 operator==(const PB_DS_CONST_IT_C_DEC& other) const
191 operator==(const PB_DS_CONST_ODIR_IT_C_DEC& other) const
195 operator!=(const PB_DS_CONST_IT_C_DEC& other) const
199 operator!=(const PB_DS_CONST_ODIR_IT_C_DEC& other) const
203 operator++()
210 operator++(int
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 158 operator=(const PB_DS_CONST_IT_C_DEC& other)
166 operator=(const PB_DS_CONST_ODIR_IT_C_DEC& other)
173 operator->() const
180 operator*() const
187 operator==(const PB_DS_CONST_IT_C_DEC& other) const
191 operator==(const PB_DS_CONST_ODIR_IT_C_DEC& other) const
195 operator!=(const PB_DS_CONST_IT_C_DEC& other) const
199 operator!=(const PB_DS_CONST_ODIR_IT_C_DEC& other) const
203 operator++()
210 operator++(int
    [all...]
  /external/clang/include/clang/AST/
UnresolvedSet.h 55 NamedDecl *operator*() const { return getDecl(); }
57 UnresolvedSetIterator &operator++() { ++ir; return *this; }
58 UnresolvedSetIterator operator++(int) { return UnresolvedSetIterator(ir++); }
59 UnresolvedSetIterator &operator--() { --ir; return *this; }
60 UnresolvedSetIterator operator--(int) { return UnresolvedSetIterator(ir--); }
62 UnresolvedSetIterator &operator+=(difference_type d) {
65 UnresolvedSetIterator operator+(difference_type d) const {
68 UnresolvedSetIterator &operator-=(difference_type d) {
71 UnresolvedSetIterator operator-(difference_type d) const {
74 value_type operator[](difference_type d) const { return *(*this + d);
    [all...]
  /external/stlport/stlport/stl/
_complex.h 40 // Constructors, destructor, assignment operator.
49 _Self& operator=(const _Self& __z) {
61 _Self& operator=(const complex<_Tp2>& __z) {
74 _Self& operator= (const value_type& __x) {
79 _Self& operator+= (const value_type& __x) {
83 _Self& operator-= (const value_type& __x) {
87 _Self& operator*= (const value_type& __x) {
92 _Self& operator/= (const value_type& __x) {
110 template <class _Tp2> _Self& operator+= (const complex<_Tp2>& __z) {
116 template <class _Tp2> _Self& operator-= (const complex<_Tp2>& __z)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 40 // Constructors, destructor, assignment operator.
49 _Self& operator=(const _Self& __z) {
61 _Self& operator=(const complex<_Tp2>& __z) {
74 _Self& operator= (const value_type& __x) {
79 _Self& operator+= (const value_type& __x) {
83 _Self& operator-= (const value_type& __x) {
87 _Self& operator*= (const value_type& __x) {
92 _Self& operator/= (const value_type& __x) {
110 template <class _Tp2> _Self& operator+= (const complex<_Tp2>& __z) {
116 template <class _Tp2> _Self& operator-= (const complex<_Tp2>& __z)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 40 // Constructors, destructor, assignment operator.
49 _Self& operator=(const _Self& __z) {
61 _Self& operator=(const complex<_Tp2>& __z) {
74 _Self& operator= (const value_type& __x) {
79 _Self& operator+= (const value_type& __x) {
83 _Self& operator-= (const value_type& __x) {
87 _Self& operator*= (const value_type& __x) {
92 _Self& operator/= (const value_type& __x) {
110 template <class _Tp2> _Self& operator+= (const complex<_Tp2>& __z) {
116 template <class _Tp2> _Self& operator-= (const complex<_Tp2>& __z)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 40 // Constructors, destructor, assignment operator.
49 _Self& operator=(const _Self& __z) {
61 _Self& operator=(const complex<_Tp2>& __z) {
74 _Self& operator= (const value_type& __x) {
79 _Self& operator+= (const value_type& __x) {
83 _Self& operator-= (const value_type& __x) {
87 _Self& operator*= (const value_type& __x) {
92 _Self& operator/= (const value_type& __x) {
110 template <class _Tp2> _Self& operator+= (const complex<_Tp2>& __z) {
116 template <class _Tp2> _Self& operator-= (const complex<_Tp2>& __z)
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5.cpp 18 operator T ();
29 operator B*();
30 operator B&(); // expected-warning{{conversion function converting 'PR6066::A' to its base class 'PR6066::B' will never be used}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p4.cpp 5 operator T();
14 operator T***() const
32 operator T Class::*() const
  /external/collada/include/1.4/dom/
domGles_texcombiner_commandAlpha_type.h 30 * Gets the operator attribute.
31 * @return Returns a domGles_texcombiner_operatorAlpha_enums of the operator attribute.
35 * Sets the operator attribute.
36 * @param atOperator The new value for the operator attribute.
71 * Overloaded assignment operator
73 virtual domGles_texcombiner_commandAlpha_type_complexType &operator=( const domGles_texcombiner_commandAlpha_type_complexType &cpy ) { (void)cpy; return *this; }
88 * Gets the operator attribute.
89 * @return Returns a domGles_texcombiner_operatorAlpha_enums of the operator attribute.
93 * Sets the operator attribute.
94 * @param atOperator The new value for the operator attribute
    [all...]
domGles_texcombiner_commandRGB_type.h 34 * Gets the operator attribute.
35 * @return Returns a domGles_texcombiner_operatorRGB_enums of the operator attribute.
39 * Sets the operator attribute.
40 * @param atOperator The new value for the operator attribute.
75 * Overloaded assignment operator
77 virtual domGles_texcombiner_commandRGB_type_complexType &operator=( const domGles_texcombiner_commandRGB_type_complexType &cpy ) { (void)cpy; return *this; }
92 * Gets the operator attribute.
93 * @return Returns a domGles_texcombiner_operatorRGB_enums of the operator attribute.
97 * Sets the operator attribute.
98 * @param atOperator The new value for the operator attribute
    [all...]

Completed in 389 milliseconds

1 2 3 4 5 6 7 891011>>