/abi/cpp/src/ |
type_info.cc | 47 type_info::operator==(const type_info& rhs) const 59 type_info::operator!=(const type_info& rhs) const 61 return !this->operator==(rhs);
|
/external/chromium/base/ |
file_descriptor_posix.h | 28 bool operator==(const FileDescriptor& other) const { 32 // A comparison operator so that we can use these as keys in a std::map. 33 bool operator<(const FileDescriptor& other) const {
|
/external/chromium/chrome/browser/webdata/ |
autofill_change.h | 43 bool operator==(const AutofillChange& change) const { 62 bool operator==(const AutofillProfileChange& change) const; 83 bool operator==(const AutofillCreditCardChange& change) const;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
constructormagic.h | 32 void operator=(const TypeName&) 34 // A macro to disallow the evil copy constructor and operator= functions 45 // default constructor, copy constructor and operator= functions.
|
/external/clang/test/SemaTemplate/ |
member-access-expr.cpp | 50 operator int() const; 55 return value.operator T(); // expected-error{{operator long}}
|
/external/collada/include/1.4/dom/ |
domFx_surface_format_hint_common.h | 72 * Overloaded assignment operator 74 virtual domChannels &operator=( const domChannels &cpy ) { (void)cpy; return *this; } 135 * Overloaded assignment operator 137 virtual domRange &operator=( const domRange &cpy ) { (void)cpy; return *this; } 199 * Overloaded assignment operator 201 virtual domPrecision &operator=( const domPrecision &cpy ) { (void)cpy; return *this; } 261 * Overloaded assignment operator 263 virtual domOption &operator=( const domOption &cpy ) { (void)cpy; return *this; } 354 * Overloaded assignment operator 356 virtual domFx_surface_format_hint_common_complexType &operator=( const domFx_surface_format_hint_common_complexType &cpy ) { (void)cpy; return *this; [all...] |
domFx_surface_init_cube_common.h | 66 * Overloaded assignment operator 68 virtual domAll &operator=( const domAll &cpy ) { (void)cpy; return *this; } 145 * Overloaded assignment operator 147 virtual domOrder &operator=( const domOrder &cpy ) { (void)cpy; return *this; } 211 * Overloaded assignment operator 213 virtual domPrimary &operator=( const domPrimary &cpy ) { (void)cpy; return *this; } 274 * Overloaded assignment operator 276 virtual domFace &operator=( const domFace &cpy ) { (void)cpy; return *this; } 366 * Overloaded assignment operator 368 virtual domFx_surface_init_cube_common_complexType &operator=( const domFx_surface_init_cube_common_complexType &cpy ) { (void)cpy; return *this; [all...] |
/external/icu4c/i18n/ |
uni2name.cpp | 49 * Assignment operator. 51 /*UnicodeNameTransliterator& UnicodeNameTransliterator::operator=( 53 Transliterator::operator=(o);
|
/external/icu4c/test/intltest/ |
intltest.h | 28 //string-concatenation operator (moved from findword test by rtg) 31 //UnicodeString operator+(const UnicodeString& left, int64_t num); // Some compilers don't allow this because of the long type. 32 UnicodeString operator+(const UnicodeString& left, long num); 33 UnicodeString operator+(const UnicodeString& left, unsigned long num); 34 UnicodeString operator+(const UnicodeString& left, double num); 35 UnicodeString operator+(const UnicodeString& left, char num); 36 UnicodeString operator+(const UnicodeString& left, short num); 37 UnicodeString operator+(const UnicodeString& left, int num); 38 UnicodeString operator+(const UnicodeString& left, unsigned char num); 39 UnicodeString operator+(const UnicodeString& left, unsigned short num); [all...] |
/external/llvm/include/llvm/ADT/ |
IntrusiveRefCntPtr.h | 122 IntrusiveRefCntPtr& operator=(const IntrusiveRefCntPtr& S) { 128 IntrusiveRefCntPtr& operator=(const IntrusiveRefCntPtr<X>& S) { 133 IntrusiveRefCntPtr& operator=(T * S) { 140 T& operator*() const { return *Obj; } 142 T* operator->() const { return Obj; } 147 operator unspecified_bool_type() const { 171 inline bool operator==(const IntrusiveRefCntPtr<T>& A, 178 inline bool operator!=(const IntrusiveRefCntPtr<T>& A, 185 inline bool operator==(const IntrusiveRefCntPtr<T>& A, 192 inline bool operator!=(const IntrusiveRefCntPtr<T>& A [all...] |
/external/llvm/include/llvm/Analysis/ |
IntervalIterator.h | 118 delete operator*(); 123 inline bool operator==(const _Self& x) const { return IntStack == x.IntStack;} 124 inline bool operator!=(const _Self& x) const { return !operator==(x); } 126 inline const Interval *operator*() const { return IntStack.back().first; } 127 inline Interval *operator*() { return IntStack.back().first; } 128 inline const Interval *operator->() const { return operator*(); } 129 inline Interval *operator->() { return operator*(); } [all...] |
/external/oprofile/libutil++/ |
cverb.cpp | 76 verbose verbose::operator|(verbose const & rhs) 84 verbose verbose::operator&(verbose const & rhs) 120 ostream& operator<<(cverb_object &, verbose const & v)
|
cverb.h | 53 friend std::ostream & operator<<(cverb_object &, verbose const &); 62 verbose operator|(verbose const &); 63 verbose operator&(verbose const &);
|
unique_storage.h | 55 bool operator<(id_value const & rhs) const { 59 bool operator==(id_value const & rhs) const { 63 bool operator!=(id_value const & rhs) const {
|
/external/stlport/test/unit/ |
config_test.cpp | 98 void* pvoid = operator new (huge_amount); 104 operator delete(pvoid); 109 // Looks like your compiler new operator finally throw bad_alloc, you can fix
|
/external/tinyxml/ |
tinystr.cpp | 85 TiXmlString operator + (const TiXmlString & a, const TiXmlString & b) 94 TiXmlString operator + (const TiXmlString & a, const char* b) 104 TiXmlString operator + (const char* a, const TiXmlString & b)
|
/external/webkit/Source/JavaScriptCore/wtf/qt/ |
StringQt.cpp | 50 String::operator QString() const 55 QDataStream& operator<<(QDataStream& stream, const String& str) 62 QDataStream& operator>>(QDataStream& stream, String& str)
|
/external/webkit/Source/WebCore/bindings/cpp/ |
WebDOMCString.h | 56 WebDOMCString& operator=(const WebDOMCString& s) 78 WebDOMCString& operator=(const WTF::CString&); 79 operator WTF::CString() const;
|
/external/webkit/Source/WebCore/platform/graphics/ |
FontFamily.h | 41 FontFamily& operator=(const FontFamily&); 68 bool operator==(const FontFamily&, const FontFamily&); 69 inline bool operator!=(const FontFamily& a, const FontFamily& b) { return !(a == b); }
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontPlatformData.h | 56 FontPlatformData(const FontPlatformData& o) : m_private(0) { operator=(o); } 57 FontPlatformData& operator=(const FontPlatformData& o); 67 bool operator==(const FontPlatformData& other) const { return m_private == other.m_private; }
|
/external/webkit/Source/WebCore/platform/network/cf/ |
ResourceError.h | 61 operator CFErrorRef() const; 70 operator CFStreamError() const; 74 operator NSError *() const;
|
/external/webkit/Source/WebCore/rendering/style/ |
KeyframeList.h | 73 bool operator==(const KeyframeList& o) const; 74 bool operator!=(const KeyframeList& o) const { return !(*this == o); } 88 const KeyframeValue& operator[](size_t index) const { return m_keyframes[index]; }
|
/external/webkit/Source/WebCore/svg/ |
SVGTransform.h | 72 friend bool operator==(const SVGTransform& a, const SVGTransform& b); 80 inline bool operator==(const SVGTransform& a, const SVGTransform& b) 85 inline bool operator!=(const SVGTransform& a, const SVGTransform& b)
|
/external/webkit/Source/WebCore/svg/animation/ |
SMILTime.cpp | 38 SMILTime WebCore::operator+(const SMILTime& a, const SMILTime& b) 47 SMILTime WebCore::operator-(const SMILTime& a, const SMILTime& b) 56 SMILTime WebCore::operator*(const SMILTime& a, const SMILTime& b)
|
/external/webkit/Source/WebKit/chromium/public/ |
WebDOMStringList.h | 51 WebDOMStringList& operator=(const WebDOMStringList& l) 66 WebDOMStringList& operator=(const WTF::PassRefPtr<WebCore::DOMStringList>&); 67 operator WTF::PassRefPtr<WebCore::DOMStringList>() const;
|