Searched defs:operator (Results 51 - 75 of 4330) sorted by relevance

1234567891011>>

/external/opencv/cvaux/src/
H A D_cvaux.h54 CV_INLINE bool operator == (CvSize size1, CvSize size2 );
55 CV_INLINE bool operator == (CvSize size1, CvSize size2 )
60 CV_INLINE bool operator != (CvSize size1, CvSize size2 );
61 CV_INLINE bool operator != (CvSize size1, CvSize size2 )
/external/stlport/test/eh/
H A DTestClass.h40 inline TestClass& operator=( const TestClass& rhs );
43 inline TestClass operator!() const;
45 bool operator==( const TestClass& rhs ) const
50 bool operator<( const TestClass& rhs ) const {
111 inline TestClass& TestClass::operator=( const TestClass& rhs )
133 inline TestClass TestClass::operator!() const
138 inline bool operator>( const TestClass& lhs, const TestClass& rhs ) {
142 inline bool operator>=( const TestClass& lhs, const TestClass& rhs ) {
146 inline bool operator<=( const TestClass& lhs, const TestClass& rhs ) {
150 inline bool operator !
[all...]
/external/stlport/stlport/stl/
H A D_complex.h40 // 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
[all...]
/external/chromium_org/net/base/
H A Dint128.h27 uint128& operator=(const uint128& b);
31 uint128& operator+=(const uint128& b);
32 uint128& operator-=(const uint128& b);
33 uint128& operator*=(const uint128& b);
34 uint128 operator++(int);
35 uint128 operator--(int);
36 uint128& operator<<=(int);
37 uint128& operator>>=(int);
38 uint128& operator&=(const uint128& b);
39 uint128& operator|
[all...]
H A Dint128.cc14 std::ostream& operator<<(std::ostream& o, const uint128& b) {
/external/chromium_org/base/strings/
H A Dnullable_string16.cc13 std::ostream& operator<<(std::ostream& out, const NullableString16& value) {
/external/chromium_org/components/policy/core/common/
H A Dpolicy_namespace.cc22 PolicyNamespace& PolicyNamespace::operator=(const PolicyNamespace& other) {
28 bool PolicyNamespace::operator<(const PolicyNamespace& other) const {
33 bool PolicyNamespace::operator==(const PolicyNamespace& other) const {
37 bool PolicyNamespace::operator!=(const PolicyNamespace& other) const {
/external/chromium_org/content/common/gpu/
H A Dx_util.cc11 void ScopedPtrXFree::operator()(void* x) const {
/external/chromium_org/content/common/input/
H A Dscoped_web_input_event.cc22 void WebInputEventDeleter::operator()(WebInputEvent* web_event) const {
/external/chromium_org/device/udev_linux/
H A Dudev.cc11 void UdevDeleter::operator()(udev* dev) const {
15 void UdevEnumerateDeleter::operator()(udev_enumerate* enumerate) const {
19 void UdevDeviceDeleter::operator()(udev_device* device) const {
23 void UdevMonitorDeleter::operator()(udev_monitor* monitor) const {
/external/chromium_org/printing/
H A Dpage_number.cc25 void PageNumber::operator=(const PageNumber& other) {
49 int PageNumber::operator++() {
74 bool PageNumber::operator==(const PageNumber& other) const {
78 bool PageNumber::operator!=(const PageNumber& other) const {
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DDataRef.h35 const T& operator*() const { return *get(); }
36 const T* operator->() const { return get(); }
51 bool operator==(const DataRef<T>& o) const
58 bool operator!=(const DataRef<T>& o) const
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTime.cpp34 SMILTime blink::operator*(const SMILTime& a, const SMILTime& b)
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebColorSuggestion.cpp46 WebColorSuggestion& WebColorSuggestion::operator=(const ColorSuggestion& suggestion)
H A DWebDateTimeSuggestion.cpp40 WebDateTimeSuggestion& WebDateTimeSuggestion::operator=(const DateTimeSuggestion& suggestion)
H A DWebTextRun.cpp38 WebTextRun::operator TextRun() const
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSpeechRecognitionHandle.h47 WebSpeechRecognitionHandle& operator=(const WebSpeechRecognitionHandle& other)
63 WebSpeechRecognitionHandle& operator=(SpeechRecognition*);
64 operator SpeechRecognition*() const;
71 inline bool operator==(const WebSpeechRecognitionHandle& a, const WebSpeechRecognitionHandle& b)
76 inline bool operator!=(const WebSpeechRecognitionHandle& a, const WebSpeechRecognitionHandle& b)
81 inline bool operator<(const WebSpeechRecognitionHandle& a, const WebSpeechRecognitionHandle& b)
H A DWebTouchAction.h44 inline WebTouchAction operator| (WebTouchAction a, WebTouchAction b) { return WebTouchAction(int(a) | int(b)); }
45 inline WebTouchAction& operator|= (WebTouchAction& a, WebTouchAction b) { return a = a | b; }
46 inline WebTouchAction operator& (WebTouchAction a, WebTouchAction b) { return WebTouchAction(int(a) & int(b)); }
47 inline WebTouchAction& operator&= (WebTouchAction& a, WebTouchAction b) { return a = a & b; }
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtmutamt.h73 * Assignment operator
76 TimeUnitAmount& operator=(const TimeUnitAmount& other);
95 * Equality operator.
100 virtual UBool operator==(const UObject& other) const;
104 * Not-equality operator.
109 UBool operator!=(const UObject& other) const;
129 * compilers support genuine RTTI. Polymorphic operator==() and clone()
158 TimeUnitAmount::operator!=(const UObject& other) const {
159 return !operator==(other);
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Daddress_field.cc26 std::ostream& operator<<(std::ostream& o, AddressField field) {
H A Daddress_problem.cc26 std::ostream& operator<<(std::ostream& o, AddressProblem problem) {
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dget_mangled_names.cc35 // symbol names for operator new and friends at the top of
56 void* operator new(size_t size) { return &m; }
57 void operator delete(void* p) throw() { }
58 void* operator new[](size_t size) { return &m; }
59 void operator delete[](void* p) throw() { }
61 void* operator new(size_t size, const std::nothrow_t&) throw() { return &m; }
62 void operator delete(void* p, const std::nothrow_t&) throw() { }
63 void* operator new[](size_t size, const std::nothrow_t&) throw() { return &m; }
64 void operator delete[](void* p, const std::nothrow_t&) throw() { }
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dget_mangled_names.cc35 // symbol names for operator new and friends at the top of
56 void* operator new(size_t size) { return &m; }
57 void operator delete(void* p) throw() { }
58 void* operator new[](size_t size) { return &m; }
59 void operator delete[](void* p) throw() { }
61 void* operator new(size_t size, const std::nothrow_t&) throw() { return &m; }
62 void operator delete(void* p, const std::nothrow_t&) throw() { }
63 void* operator new[](size_t size, const std::nothrow_t&) throw() { return &m; }
64 void operator delete[](void* p, const std::nothrow_t&) throw() { }
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Datomic32_mac.cc29 int32_t Atomic32::operator++() {
33 int32_t Atomic32::operator--() {
37 int32_t Atomic32::operator+=(int32_t value) {
41 int32_t Atomic32::operator-=(int32_t value) {
H A Datomic32_posix.cc29 int32_t Atomic32::operator++() {
33 int32_t Atomic32::operator--() {
37 int32_t Atomic32::operator+=(int32_t value) {
43 int32_t Atomic32::operator-=(int32_t value) {

Completed in 1043 milliseconds

1234567891011>>