Symbol: other
headers/build/os/app/Message.h
230
bool HasSameData(const BMessage &other,
headers/build/os/app/Message.h
53
BMessage(const BMessage &other);
headers/build/os/app/Message.h
56
BMessage &operator=(const BMessage &other);
headers/build/os/app/Messenger.h
29
bool operator==(const BMessenger &other) const;
headers/cpp/stl_alloc.h
965
typedef typename _Allocator::__STL_TEMPLATE rebind<_Tp>::other
headers/os/add-ons/network_settings/NetworkSettings.h
116
other);
headers/os/add-ons/network_settings/NetworkSettings.h
145
other);
headers/os/add-ons/network_settings/NetworkSettings.h
222
const BNetworkServiceAddressSettings& other)
headers/os/app/Cursor.h
50
BCursor(const BCursor& other);
headers/os/app/Cursor.h
63
BCursor& operator=(const BCursor& other);
headers/os/app/Cursor.h
64
bool operator==(const BCursor& other) const;
headers/os/app/Cursor.h
65
bool operator!=(const BCursor& other) const;
headers/os/app/Key.h
41
BKey(BKey& other);
headers/os/app/Key.h
74
BKey& operator=(const BKey& other);
headers/os/app/Key.h
76
bool operator==(const BKey& other) const;
headers/os/app/Key.h
77
bool operator!=(const BKey& other) const;
headers/os/app/Key.h
99
BPasswordKey(BPasswordKey& other);
headers/os/app/Message.h
376
bool HasSameData(const BMessage& other,
headers/os/app/Message.h
62
BMessage(const BMessage& other);
headers/os/app/Message.h
65
BMessage& operator=(const BMessage& other);
headers/os/app/Messenger.h
29
BMessenger(const BMessenger& other);
headers/os/app/Messenger.h
68
BMessenger& operator=(const BMessenger& other);
headers/os/app/Messenger.h
69
bool operator==(const BMessenger& other) const;
headers/os/app/PropertyInfo.h
92
BPropertyInfo(const BPropertyInfo& other);
headers/os/app/PropertyInfo.h
93
BPropertyInfo& operator=(const BPropertyInfo& other);
headers/os/game/DirectWindow.h
118
BDirectWindow(BDirectWindow& other);
headers/os/game/DirectWindow.h
120
BDirectWindow& operator=(BDirectWindow& other);
headers/os/game/FileGameSound.h
58
BFileGameSound(const BFileGameSound& other);
headers/os/game/FileGameSound.h
60
BFileGameSound& operator=(const BFileGameSound& other);
headers/os/game/GameSound.h
59
BGameSound(const BGameSound& other);
headers/os/game/GameSound.h
60
BGameSound& operator=(const BGameSound& other);
headers/os/game/PushGameSound.h
54
BPushGameSound(const BPushGameSound& other);
headers/os/game/PushGameSound.h
55
BPushGameSound& operator=(const BPushGameSound& other);
headers/os/game/SimpleGameSound.h
27
BSimpleGameSound(const BSimpleGameSound& other);
headers/os/game/SimpleGameSound.h
38
BSimpleGameSound& operator=(const BSimpleGameSound& other);
headers/os/game/StreamingGameSound.h
54
BStreamingGameSound(const BStreamingGameSound& other);
headers/os/game/StreamingGameSound.h
56
operator=(const BStreamingGameSound& other);
headers/os/interface/AffineTransform.h
149
inline const BAffineTransform& Multiply(const BAffineTransform& other);
headers/os/interface/AffineTransform.h
150
const BAffineTransform& PreMultiply(const BAffineTransform& other);
headers/os/interface/AffineTransform.h
152
const BAffineTransform& other);
headers/os/interface/AffineTransform.h
154
const BAffineTransform& other);
headers/os/interface/AffineTransform.h
161
const BAffineTransform& other) const;
headers/os/interface/AffineTransform.h
163
const BAffineTransform& other) const;
headers/os/interface/AffineTransform.h
165
inline const BAffineTransform& operator*=(const BAffineTransform& other);
headers/os/interface/AffineTransform.h
166
inline const BAffineTransform& operator/=(const BAffineTransform& other);
headers/os/interface/AffineTransform.h
169
const BAffineTransform& other) const;
headers/os/interface/AffineTransform.h
171
const BAffineTransform& other) const;
headers/os/interface/AffineTransform.h
182
bool IsEqual(const BAffineTransform& other,
headers/os/interface/AffineTransform.h
349
BAffineTransform::Multiply(const BAffineTransform& other)
headers/os/interface/AffineTransform.h
351
BAffineTransform t(other);
headers/os/interface/AffineTransform.h
357
BAffineTransform::MultiplyInverse(const BAffineTransform& other)
headers/os/interface/AffineTransform.h
359
BAffineTransform t(other);
headers/os/interface/AffineTransform.h
366
BAffineTransform::PreMultiplyInverse(const BAffineTransform& other)
headers/os/interface/AffineTransform.h
368
BAffineTransform t(other);
headers/os/interface/AffineTransform.h
378
BAffineTransform::operator=(const BAffineTransform& other)
headers/os/interface/AffineTransform.h
380
sx = other.sx;
headers/os/interface/AffineTransform.h
381
shy = other.shy;
headers/os/interface/AffineTransform.h
382
shx = other.shx;
headers/os/interface/AffineTransform.h
383
sy = other.sy;
headers/os/interface/AffineTransform.h
384
tx = other.tx;
headers/os/interface/AffineTransform.h
385
ty = other.ty;
headers/os/interface/AffineTransform.h
390
BAffineTransform::operator==(const BAffineTransform& other) const
headers/os/interface/AffineTransform.h
392
return IsEqual(other);
headers/os/interface/AffineTransform.h
396
BAffineTransform::operator!=(const BAffineTransform& other) const
headers/os/interface/AffineTransform.h
398
return !IsEqual(other);
headers/os/interface/AffineTransform.h
403
BAffineTransform::operator*=(const BAffineTransform& other)
headers/os/interface/AffineTransform.h
405
return Multiply(other);
headers/os/interface/AffineTransform.h
410
BAffineTransform::operator/=(const BAffineTransform& other)
headers/os/interface/AffineTransform.h
412
return MultiplyInverse(other);
headers/os/interface/AffineTransform.h
417
BAffineTransform::operator*(const BAffineTransform& other) const
headers/os/interface/AffineTransform.h
419
return BAffineTransform(*this).Multiply(other);
headers/os/interface/AffineTransform.h
424
BAffineTransform::operator/(const BAffineTransform& other) const
headers/os/interface/AffineTransform.h
426
return BAffineTransform(*this).MultiplyInverse(other);
headers/os/interface/Alignment.h
107
BAlignment::operator==(const BAlignment& other) const
headers/os/interface/Alignment.h
109
return (horizontal == other.horizontal && vertical == other.vertical);
headers/os/interface/Alignment.h
114
BAlignment::operator!=(const BAlignment& other) const
headers/os/interface/Alignment.h
116
return !(*this == other);
headers/os/interface/Alignment.h
121
BAlignment::operator=(const BAlignment& other)
headers/os/interface/Alignment.h
123
horizontal = other.horizontal;
headers/os/interface/Alignment.h
124
vertical = other.vertical;
headers/os/interface/Alignment.h
16
inline BAlignment(const BAlignment& other);
headers/os/interface/Alignment.h
32
inline bool operator==(const BAlignment& other) const;
headers/os/interface/Alignment.h
33
inline bool operator!=(const BAlignment& other) const;
headers/os/interface/Alignment.h
35
inline BAlignment& operator=(const BAlignment& other);
headers/os/interface/Alignment.h
49
BAlignment::BAlignment(const BAlignment& other)
headers/os/interface/Alignment.h
50
: horizontal(other.horizontal),
headers/os/interface/Alignment.h
51
vertical(other.vertical)
headers/os/interface/ChannelControl.h
113
BChannelControl(const BChannelControl& other);
headers/os/interface/ChannelControl.h
114
BChannelControl& operator=(const BChannelControl& other);
headers/os/interface/ColorControl.h
90
BColorControl& operator=(const BColorControl &other);
headers/os/interface/Dragger.h
92
BDragger& operator=(const BDragger& other);
headers/os/interface/Gradient.h
41
ColorStop(const ColorStop& other);
headers/os/interface/Gradient.h
44
bool operator!=(const ColorStop& other) const;
headers/os/interface/Gradient.h
52
BGradient(const BGradient& other);
headers/os/interface/Gradient.h
59
BGradient& operator=(const BGradient& other);
headers/os/interface/Gradient.h
61
bool operator==(const BGradient& other) const;
headers/os/interface/Gradient.h
62
bool operator!=(const BGradient& other) const;
headers/os/interface/Gradient.h
64
const BGradient& other) const;
headers/os/interface/Gradient.h
66
void SetColorStops(const BGradient& other);
headers/os/interface/GraphicsDefs.h
85
operator==(const rgb_color& other) const
headers/os/interface/GraphicsDefs.h
87
return *(const uint32 *)this == *(const uint32 *)&other;
headers/os/interface/GraphicsDefs.h
91
operator!=(const rgb_color& other) const
headers/os/interface/GraphicsDefs.h
93
return *(const uint32 *)this != *(const uint32 *)&other;
headers/os/interface/GraphicsDefs.h
97
operator=(const rgb_color& other)
headers/os/interface/GraphicsDefs.h
99
return set_to(other.red, other.green, other.blue, other.alpha);
headers/os/interface/ListView.h
155
BListView& operator=(const BListView& other);
headers/os/interface/Menu.h
194
BMenu& operator=(const BMenu& other);
headers/os/interface/MenuField.h
108
BMenuField& operator=(const BMenuField& other);
headers/os/interface/MenuItem.h
81
BMenuItem(const BMenuItem& other);
headers/os/interface/MenuItem.h
82
BMenuItem& operator=(const BMenuItem& other);
headers/os/interface/OptionControl.h
50
BOptionControl(const BOptionControl& other);
headers/os/interface/OptionControl.h
51
BOptionControl& operator=(const BOptionControl& other);
headers/os/interface/OptionPopUp.h
56
BOptionPopUp(const BOptionPopUp& other);
headers/os/interface/OptionPopUp.h
57
BOptionPopUp& operator=(const BOptionPopUp& other);
headers/os/interface/Picture.h
22
BPicture(const BPicture& other);
headers/os/interface/PictureButton.h
89
BPictureButton& operator=(const BPictureButton& other);
headers/os/interface/Point.h
24
BPoint& operator=(const BPoint& other);
headers/os/interface/Point.h
31
BPoint operator+(const BPoint& other) const;
headers/os/interface/Point.h
32
BPoint operator-(const BPoint& other) const;
headers/os/interface/Point.h
33
BPoint& operator+=(const BPoint& other);
headers/os/interface/Point.h
34
BPoint& operator-=(const BPoint& other);
headers/os/interface/Point.h
36
bool operator!=(const BPoint& other) const;
headers/os/interface/Point.h
37
bool operator==(const BPoint& other) const;
headers/os/interface/Point.h
64
BPoint::BPoint(const BPoint& other)
headers/os/interface/Point.h
66
x(other.x),
headers/os/interface/Point.h
67
y(other.y)
headers/os/interface/Point.h
73
BPoint::operator=(const BPoint& other)
headers/os/interface/Point.h
75
x = other.x;
headers/os/interface/Point.h
76
y = other.y;
headers/os/interface/Polygon.h
19
BPolygon(const BPolygon& other);
headers/os/interface/Polygon.h
20
BPolygon(const BPolygon* other);
headers/os/interface/Polygon.h
24
BPolygon& operator=(const BPolygon& other);
headers/os/interface/PopUpMenu.h
65
BPopUpMenu& operator=(const BPopUpMenu& other);
headers/os/interface/PrintJob.h
72
BPrintJob(const BPrintJob& other);
headers/os/interface/PrintJob.h
73
BPrintJob& operator=(const BPrintJob& other);
headers/os/interface/RadioButton.h
72
BRadioButton& operator=(const BRadioButton& other);
headers/os/interface/Rect.h
143
BRect::BRect(const BRect& other)
headers/os/interface/Rect.h
145
left(other.left),
headers/os/interface/Rect.h
146
top(other.top),
headers/os/interface/Rect.h
147
right(other.right),
headers/os/interface/Rect.h
148
bottom(other.bottom)
headers/os/interface/Rect.h
198
BRect::operator=(const BRect& other)
headers/os/interface/Rect.h
200
left = other.left;
headers/os/interface/Rect.h
201
top = other.top;
headers/os/interface/Rect.h
202
right = other.right;
headers/os/interface/Rect.h
203
bottom = other.bottom;
headers/os/interface/Rect.h
23
BRect(const BRect& other);
headers/os/interface/Rect.h
31
BRect& operator=(const BRect& other);
headers/os/interface/Rect.h
70
bool operator==(BRect other) const;
headers/os/interface/Rect.h
71
bool operator!=(BRect other) const;
headers/os/interface/Rect.h
74
BRect operator&(BRect other) const;
headers/os/interface/Rect.h
75
BRect operator|(BRect other) const;
headers/os/interface/Region.h
30
BRegion(const BRegion& other);
headers/os/interface/Region.h
33
BRegion(BRegion&& other);
headers/os/interface/Region.h
37
BRegion& operator=(const BRegion& other);
headers/os/interface/Region.h
39
BRegion& operator=(BRegion&& other);
headers/os/interface/Region.h
41
bool operator==(const BRegion& other) const;
headers/os/interface/Region.h
45
void MoveFrom(BRegion& other);
headers/os/interface/Screen.h
90
BScreen(const BScreen& other);
headers/os/interface/Screen.h
91
BScreen& operator=(const BScreen& other);
headers/os/interface/ScrollBar.h
107
BScrollBar& operator=(const BScrollBar& other);
headers/os/interface/ScrollView.h
96
BScrollView& operator=(const BScrollView& other);
headers/os/interface/SeparatorItem.h
35
BSeparatorItem& operator=(const BSeparatorItem& other);
headers/os/interface/Shape.h
47
BShape(const BShape& other);
headers/os/interface/Shape.h
49
BShape(BShape&& other);
headers/os/interface/Shape.h
58
BShape& operator=(const BShape& other);
headers/os/interface/Shape.h
60
BShape& operator=(BShape&& other);
headers/os/interface/Shape.h
63
bool operator==(const BShape& other) const;
headers/os/interface/Shape.h
64
bool operator!=(const BShape& other) const;
headers/os/interface/Shape.h
67
void MoveFrom(BShape& other);
headers/os/interface/Shape.h
71
status_t AddShape(const BShape* other);
headers/os/interface/Shelf.h
104
BShelf(const BShelf& other);
headers/os/interface/Shelf.h
105
BShelf& operator=(const BShelf& other);
headers/os/interface/Size.h
135
BSize::operator==(const BSize& other) const
headers/os/interface/Size.h
137
return (width == other.width && height == other.height);
headers/os/interface/Size.h
142
BSize::operator!=(const BSize& other) const
headers/os/interface/Size.h
144
return !(*this == other);
headers/os/interface/Size.h
149
BSize::operator=(const BSize& other)
headers/os/interface/Size.h
151
width = other.width;
headers/os/interface/Size.h
152
height = other.height;
headers/os/interface/Size.h
23
inline BSize(const BSize& other);
headers/os/interface/Size.h
39
inline bool operator==(const BSize& other) const;
headers/os/interface/Size.h
40
inline bool operator!=(const BSize& other) const;
headers/os/interface/Size.h
42
inline BSize& operator=(const BSize& other);
headers/os/interface/Size.h
55
BSize::BSize(const BSize& other)
headers/os/interface/Size.h
56
: width(other.width),
headers/os/interface/Size.h
57
height(other.height)
headers/os/interface/Slider.h
192
BSlider& operator=(const BSlider& other);
headers/os/interface/StatusBar.h
92
BStatusBar& operator=(const BStatusBar& other);
headers/os/interface/StringView.h
78
BStringView& operator=(const BStringView& other);
headers/os/interface/TextControl.h
113
BTextControl& operator=(const BTextControl& other);
headers/os/interface/TwoDimensionalLayout.h
27
void AlignLayoutWith(BTwoDimensionalLayout* other,
headers/os/locale/Collator.h
44
BCollator(const BCollator& other);
headers/os/locale/Country.h
31
BCountry(const BCountry& other);
headers/os/locale/Country.h
32
BCountry& operator=(const BCountry& other);
headers/os/locale/DateFormat.h
45
BDateFormat(const BDateFormat &other);
headers/os/locale/DateTimeFormat.h
36
BDateTimeFormat(const BDateTimeFormat &other);
headers/os/locale/DurationFormat.h
35
BDurationFormat(const BDurationFormat& other);
headers/os/locale/Format.h
51
BFormat(const BFormat& other);
headers/os/locale/Format.h
55
BFormat& operator=(const BFormat& other);
headers/os/locale/FormattingConventions.h
59
const BFormattingConventions& other);
headers/os/locale/FormattingConventions.h
63
const BFormattingConventions& other);
headers/os/locale/FormattingConventions.h
68
const BFormattingConventions& other) const;
headers/os/locale/FormattingConventions.h
70
const BFormattingConventions& other) const;
headers/os/locale/Language.h
37
BLanguage(const BLanguage& other);
headers/os/locale/Locale.h
24
BLocale(const BLocale& other);
headers/os/locale/Locale.h
29
BLocale& operator=(const BLocale& other);
headers/os/locale/NumberFormat.h
45
BNumberFormat(const BNumberFormat &other);
headers/os/locale/RelativeDateTimeFormat.h
33
BRelativeDateTimeFormat(const BRelativeDateTimeFormat& other);
headers/os/locale/TimeFormat.h
24
BTimeFormat(const BTimeFormat &other);
headers/os/locale/TimeUnitFormat.h
51
BTimeUnitFormat(const BTimeUnitFormat& other);
headers/os/locale/TimeZone.h
26
BTimeZone(const BTimeZone& other);
headers/os/media/Buffer.h
72
BBuffer(const BBuffer& other);
headers/os/media/Buffer.h
73
BBuffer& operator=(const BBuffer& other);
headers/os/media/BufferConsumer.h
116
BBufferConsumer(const BBufferConsumer& other);
headers/os/media/BufferConsumer.h
117
BBufferConsumer& operator=(const BBufferConsumer& other);
headers/os/media/BufferGroup.h
52
BBufferGroup(const BBufferGroup& other);
headers/os/media/BufferGroup.h
53
BBufferGroup& operator=(const BBufferGroup& other);
headers/os/media/BufferProducer.h
187
BBufferProducer(const BBufferProducer& other);
headers/os/media/BufferProducer.h
188
BBufferProducer& operator=(const BBufferProducer& other);
headers/os/media/Controllable.h
92
BControllable(const BControllable& other);
headers/os/media/Controllable.h
93
BControllable& operator=(const BControllable& other);
headers/os/media/FileInterface.h
43
BFileInterface(const BFileInterface& other);
headers/os/media/FileInterface.h
44
BFileInterface& operator=(const BFileInterface& other);
headers/os/media/MediaAddOn.h
149
BMediaAddOn(const BMediaAddOn& other);
headers/os/media/MediaAddOn.h
150
BMediaAddOn& operator=(const BMediaAddOn& other);
headers/os/media/MediaAddOn.h
59
flavor_info& operator=(const flavor_info& other);
headers/os/media/MediaAddOn.h
67
const dormant_flavor_info& other);
headers/os/media/MediaAddOn.h
68
dormant_flavor_info& operator=(const dormant_flavor_info& other);
headers/os/media/MediaAddOn.h
69
dormant_flavor_info& operator=(const flavor_info& other);
headers/os/media/MediaDefs.h
180
const media_destination& other);
headers/os/media/MediaDefs.h
183
media_destination& operator=(const media_destination& other);
headers/os/media/MediaDefs.h
198
media_source(const media_source& other);
headers/os/media/MediaDefs.h
201
media_source& operator=(const media_source& other);
headers/os/media/MediaDefs.h
600
bool Matches(const media_format* other) const;
headers/os/media/MediaDefs.h
601
void SpecializeTo(const media_format* other);
headers/os/media/MediaDefs.h
611
media_format(const media_format& other);
headers/os/media/MediaDefs.h
614
media_format& operator=(const media_format& other);
headers/os/media/MediaEncoder.h
73
BMediaEncoder(const BMediaEncoder& other);
headers/os/media/MediaEncoder.h
74
BMediaEncoder& operator=(const BMediaEncoder& other);
headers/os/media/MediaFormats.h
182
const _media_format_description& other);
headers/os/media/MediaFormats.h
184
const _media_format_description& other);
headers/os/media/MediaNode.h
298
BMediaNode(const BMediaNode& other);
headers/os/media/MediaNode.h
299
BMediaNode& operator=(const BMediaNode& other);
headers/os/media/MediaTheme.h
69
BMediaTheme(const BMediaTheme& other);
headers/os/media/MediaTheme.h
70
BMediaTheme& operator=(const BMediaTheme& other);
headers/os/media/ParameterWeb.h
107
BParameterWeb(const BParameterWeb& other);
headers/os/media/ParameterWeb.h
108
BParameterWeb& operator=(const BParameterWeb& other);
headers/os/media/ParameterWeb.h
177
BParameterGroup(const BParameterGroup& other);
headers/os/media/ParameterWeb.h
178
BParameterGroup& operator=(const BParameterGroup& other);
headers/os/media/TimeCode.h
63
BTimeCode(const BTimeCode& other);
headers/os/media/TimeCode.h
75
BTimeCode& operator=(const BTimeCode& other);
headers/os/media/TimeCode.h
76
bool operator==(const BTimeCode& other) const;
headers/os/media/TimeCode.h
77
bool operator<(const BTimeCode& other) const;
headers/os/media/TimeCode.h
79
BTimeCode& operator+=(const BTimeCode& other);
headers/os/media/TimeCode.h
80
BTimeCode& operator-=(const BTimeCode& other);
headers/os/media/TimeCode.h
82
BTimeCode operator+(const BTimeCode& other) const;
headers/os/media/TimeCode.h
83
BTimeCode operator-(const BTimeCode& other) const;
headers/os/media/TimeSource.h
87
BTimeSource(const BTimeSource& other);
headers/os/media/TimeSource.h
88
BTimeSource& operator=(const BTimeSource& other);
headers/os/media/TimedEventQueue.h
23
const media_timed_event& other);
headers/os/media/TimedEventQueue.h
27
void operator=(const media_timed_event& other);
headers/os/net/AbstractSocket.h
18
BAbstractSocket(const BAbstractSocket& other);
headers/os/net/Certificate.h
15
BCertificate(const BCertificate& other);
headers/os/net/Certificate.h
32
bool operator==(const BCertificate& other) const;
headers/os/net/DatagramSocket.h
17
BDatagramSocket(const BDatagramSocket& other);
headers/os/net/NetAddress.h
29
BNetAddress(const BNetAddress& other);
headers/os/net/NetEndpoint.h
22
BNetEndpoint(const BNetEndpoint& other);
headers/os/net/NetEndpoint.h
26
BNetEndpoint& operator=(const BNetEndpoint& other);
headers/os/net/NetEndpoint.h
81
BNetEndpoint(const BNetEndpoint& other, int socket,
headers/os/net/NetworkAddress.h
121
bool Equals(const BNetworkAddress& other,
headers/os/net/NetworkAddress.h
133
BNetworkAddress& operator=(const BNetworkAddress& other);
headers/os/net/NetworkAddress.h
135
bool operator==(const BNetworkAddress& other) const;
headers/os/net/NetworkAddress.h
136
bool operator!=(const BNetworkAddress& other) const;
headers/os/net/NetworkAddress.h
137
bool operator<(const BNetworkAddress& other) const;
headers/os/net/NetworkAddress.h
40
BNetworkAddress(const BNetworkAddress& other);
headers/os/net/NetworkAddress.h
63
void SetTo(const BNetworkAddress& other);
headers/os/net/NetworkDevice.h
68
bool operator==(const wireless_network& other) {
headers/os/net/NetworkDevice.h
69
return strncmp(name, other.name, 32) == 0
headers/os/net/NetworkDevice.h
71
&& noise_level == other.noise_level
headers/os/net/NetworkDevice.h
72
&& signal_strength == other.signal_strength
headers/os/net/NetworkDevice.h
73
&& flags == other.flags
headers/os/net/NetworkDevice.h
74
&& authentication_mode == other.authentication_mode
headers/os/net/NetworkDevice.h
75
&& cipher == other.cipher
headers/os/net/NetworkDevice.h
76
&& group_cipher == other.group_cipher
headers/os/net/NetworkDevice.h
77
&& key_mode == other.key_mode;
headers/os/net/NetworkRoute.h
18
status_t SetTo(const BNetworkRoute& other);
headers/os/net/NetworkRoute.h
21
void Adopt(BNetworkRoute& other);
headers/os/net/NetworkRoute.h
65
BNetworkRoute(const BNetworkRoute& other);
headers/os/net/ProxySecureSocket.h
18
BProxySecureSocket(const BProxySecureSocket& other);
headers/os/net/SecureSocket.h
20
BSecureSocket(const BSecureSocket& other);
headers/os/net/Socket.h
17
BSocket(const BSocket& other);
headers/os/package/CommitTransactionResult.h
107
const BCommitTransactionResult& other);
headers/os/package/CommitTransactionResult.h
150
const BCommitTransactionResult& other);
headers/os/package/CommitTransactionResult.h
74
const BTransactionIssue& other);
headers/os/package/CommitTransactionResult.h
89
BTransactionIssue& operator=(const BTransactionIssue& other);
headers/os/package/PackageInfoSet.h
24
BPackageInfoSet(const BPackageInfoSet& other);
headers/os/package/PackageInfoSet.h
33
BPackageInfoSet& operator=(const BPackageInfoSet& other);
headers/os/package/PackageVersion.h
101
return Compare(other) <= 0;
headers/os/package/PackageVersion.h
106
BPackageVersion::operator>=(const BPackageVersion& other) const
headers/os/package/PackageVersion.h
108
return Compare(other) >= 0;
headers/os/package/PackageVersion.h
50
int Compare(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
54
inline bool operator==(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
55
inline bool operator!=(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
56
inline bool operator<(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
57
inline bool operator>(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
58
inline bool operator<=(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
59
inline bool operator>=(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
71
BPackageVersion::operator==(const BPackageVersion& other) const
headers/os/package/PackageVersion.h
73
return Compare(other) == 0;
headers/os/package/PackageVersion.h
78
BPackageVersion::operator!=(const BPackageVersion& other) const
headers/os/package/PackageVersion.h
80
return Compare(other) != 0;
headers/os/package/PackageVersion.h
85
BPackageVersion::operator<(const BPackageVersion& other) const
headers/os/package/PackageVersion.h
87
return Compare(other) < 0;
headers/os/package/PackageVersion.h
92
BPackageVersion::operator>(const BPackageVersion& other) const
headers/os/package/PackageVersion.h
94
return Compare(other) > 0;
headers/os/package/PackageVersion.h
99
BPackageVersion::operator<=(const BPackageVersion& other) const
headers/os/package/solver/SolverPackage.h
22
BSolverPackage(const BSolverPackage& other);
headers/os/package/solver/SolverPackage.h
32
BSolverPackage& operator=(const BSolverPackage& other);
headers/os/package/solver/SolverPackageSpecifier.h
33
const BSolverPackageSpecifier& other);
headers/os/package/solver/SolverPackageSpecifier.h
41
const BSolverPackageSpecifier& other);
headers/os/package/solver/SolverPackageSpecifierList.h
23
const BSolverPackageSpecifierList& other);
headers/os/package/solver/SolverPackageSpecifierList.h
40
const BSolverPackageSpecifierList& other);
headers/os/package/solver/SolverResult.h
29
const BSolverResultElement& other);
headers/os/package/solver/SolverResult.h
35
BSolverResultElement& operator=(const BSolverResultElement& other);
headers/os/storage/Node.h
21
node_ref(const node_ref& other);
headers/os/storage/Node.h
23
bool operator==(const node_ref& other) const;
headers/os/storage/Node.h
24
bool operator!=(const node_ref& other) const;
headers/os/storage/Node.h
25
bool operator<(const node_ref& other) const;
headers/os/storage/Node.h
26
node_ref& operator=(const node_ref& other);
headers/os/storage/NodeInfo.h
60
BNodeInfo &operator=(const BNodeInfo& other);
headers/os/storage/NodeInfo.h
61
BNodeInfo(const BNodeInfo& other);
headers/os/storage/SymLink.h
19
BSymLink(const BSymLink& other);
headers/os/support/BufferedDataIO.h
33
BBufferedDataIO(const BBufferedDataIO& other);
headers/os/support/DateTime.h
35
BTime(const BTime& other);
headers/os/support/DateTime.h
92
BDate(const BDate& other);
headers/os/support/List.h
15
BList(const BList& other);
headers/os/support/List.h
18
BList& operator=(const BList& other);
headers/os/support/List.h
19
bool operator==(const BList& other) const;
headers/os/support/List.h
20
bool operator!=(const BList& other) const;
headers/os/support/Referenceable.h
126
BReference& operator=(const BReference<Type>& other)
headers/os/support/Referenceable.h
128
SetTo(other.fObject);
headers/os/support/Referenceable.h
132
BReference& operator=(Type* other)
headers/os/support/Referenceable.h
134
SetTo(other);
headers/os/support/Referenceable.h
139
BReference& operator=(const BReference<OtherType>& other)
headers/os/support/Referenceable.h
141
SetTo(other.Get());
headers/os/support/Referenceable.h
145
bool operator==(const BReference<Type>& other) const
headers/os/support/Referenceable.h
147
return fObject == other.fObject;
headers/os/support/Referenceable.h
150
bool operator==(const Type* other) const
headers/os/support/Referenceable.h
152
return fObject == other;
headers/os/support/Referenceable.h
155
bool operator!=(const BReference<Type>& other) const
headers/os/support/Referenceable.h
157
return fObject != other.fObject;
headers/os/support/Referenceable.h
160
bool operator!=(const Type* other) const
headers/os/support/Referenceable.h
162
return fObject != other;
headers/os/support/Referenceable.h
182
BReference(const BReference<const Type>& other)
headers/os/support/Referenceable.h
184
fReference(const_cast<Type*>(other.Get()))
headers/os/support/Referenceable.h
189
BReference(const BReference<OtherType>& other)
headers/os/support/Referenceable.h
191
fReference(other.Get())
headers/os/support/Referenceable.h
235
BReference& operator=(const BReference<const Type>& other)
headers/os/support/Referenceable.h
237
fReference = other.fReference;
headers/os/support/Referenceable.h
241
BReference& operator=(Type* other)
headers/os/support/Referenceable.h
243
fReference = other;
headers/os/support/Referenceable.h
248
BReference& operator=(const BReference<OtherType>& other)
headers/os/support/Referenceable.h
250
fReference = other.Get();
headers/os/support/Referenceable.h
254
bool operator==(const BReference<const Type>& other) const
headers/os/support/Referenceable.h
256
return fReference == other.Get();
headers/os/support/Referenceable.h
259
bool operator==(const Type* other) const
headers/os/support/Referenceable.h
261
return fReference == other;
headers/os/support/Referenceable.h
264
bool operator!=(const BReference<const Type>& other) const
headers/os/support/Referenceable.h
266
return fReference != other.Get();
headers/os/support/Referenceable.h
269
bool operator!=(const Type* other) const
headers/os/support/Referenceable.h
271
return fReference != other;
headers/os/support/Referenceable.h
56
BReference(const BReference<Type>& other)
headers/os/support/Referenceable.h
60
SetTo(other.Get());
headers/os/support/Referenceable.h
64
BReference(const BReference<OtherType>& other)
headers/os/support/Referenceable.h
68
SetTo(other.Get());
headers/os/support/StringList.h
18
BStringList(const BStringList& other);
headers/os/support/StringList.h
64
BStringList& operator=(const BStringList& other);
headers/os/support/StringList.h
65
bool operator==(const BStringList& other) const;
headers/os/support/StringList.h
66
bool operator!=(const BStringList& other) const;
headers/os/support/StringList.h
97
BStringList::operator!=(const BStringList& other) const
headers/os/support/StringList.h
99
return !(*this == other);
headers/os/support/Url.h
19
BUrl(const BUrl& other);
headers/os/support/Url.h
86
bool operator==(BUrl& other) const;
headers/os/support/Url.h
87
bool operator!=(BUrl& other) const;
headers/os/support/Url.h
90
const BUrl& operator=(const BUrl& other);
headers/os/translation/TranslationUtils.h
27
const BTranslationUtils& other);
headers/os/translation/TranslationUtils.h
30
BTranslationUtils& operator=(const BTranslationUtils& other);
headers/os/translation/TranslatorRoster.h
114
const BTranslatorRoster& other);
headers/os/translation/TranslatorRoster.h
115
BTranslatorRoster& operator=(const BTranslatorRoster& other);
headers/private/debugger/ids/FunctionID.h
51
virtual bool operator==(const ObjectID& other) const;
headers/private/debugger/ids/FunctionID.h
66
virtual bool operator==(const ObjectID& other) const;
headers/private/debugger/ids/ObjectID.h
19
virtual bool operator==(const ObjectID& other) const = 0;
headers/private/debugger/ids/ObjectID.h
20
inline bool operator!=(const ObjectID& other) const;
headers/private/debugger/ids/ObjectID.h
40
ObjectID::operator!=(const ObjectID& other) const
headers/private/debugger/ids/ObjectID.h
42
return !(*this == other);
headers/private/debugger/model/AreaInfo.h
17
AreaInfo(const AreaInfo& other);
headers/private/debugger/model/ExpressionInfo.h
64
ExpressionInfo(const ExpressionInfo& other);
headers/private/debugger/model/ExpressionValues.h
24
ExpressionValues(const ExpressionValues& other);
headers/private/debugger/model/ExpressionValues.h
57
ExpressionValues& operator=(const ExpressionValues& other);
headers/private/debugger/model/ImageInfo.h
17
ImageInfo(const ImageInfo& other);
headers/private/debugger/model/SemaphoreInfo.h
17
SemaphoreInfo(const SemaphoreInfo& other);
headers/private/debugger/model/SignalInfo.h
16
SignalInfo(const SignalInfo& other);
headers/private/debugger/model/StackFrameValueInfos.h
53
StackFrameValueInfos& operator=(const StackFrameValueInfos& other);
headers/private/debugger/model/StackFrameValues.h
21
StackFrameValues(const StackFrameValues& other);
headers/private/debugger/model/StackFrameValues.h
49
StackFrameValues& operator=(const StackFrameValues& other);
headers/private/debugger/model/SyscallInfo.h
14
SyscallInfo(const SyscallInfo& other);
headers/private/debugger/model/SystemInfo.h
19
SystemInfo(const SystemInfo& other);
headers/private/debugger/model/TeamInfo.h
17
TeamInfo(const TeamInfo& other);
headers/private/debugger/model/ThreadInfo.h
15
ThreadInfo(const ThreadInfo& other);
headers/private/debugger/model/TypeComponentPath.h
100
typeKind = other.typeKind;
headers/private/debugger/model/TypeComponentPath.h
104
bool operator==(const TypeComponent& other) const;
headers/private/debugger/model/TypeComponentPath.h
106
bool operator!=(const TypeComponent& other) const
headers/private/debugger/model/TypeComponentPath.h
108
return !(*this == other);
headers/private/debugger/model/TypeComponentPath.h
117
const TypeComponentPath& other);
headers/private/debugger/model/TypeComponentPath.h
134
TypeComponentPath& operator=(const TypeComponentPath& other);
headers/private/debugger/model/TypeComponentPath.h
136
bool operator==(const TypeComponentPath& other) const;
headers/private/debugger/model/TypeComponentPath.h
137
bool operator!=(const TypeComponentPath& other) const
headers/private/debugger/model/TypeComponentPath.h
138
{ return !(*this == other); }
headers/private/debugger/model/TypeComponentPath.h
39
TypeComponent(const TypeComponent& other)
headers/private/debugger/model/TypeComponentPath.h
41
index(other.index),
headers/private/debugger/model/TypeComponentPath.h
42
name(other.name),
headers/private/debugger/model/TypeComponentPath.h
43
componentKind(other.componentKind),
headers/private/debugger/model/TypeComponentPath.h
44
typeKind(other.typeKind)
headers/private/debugger/model/TypeComponentPath.h
88
bool HasPrefix(const TypeComponent& other) const;
headers/private/debugger/model/TypeComponentPath.h
94
TypeComponent& operator=(const TypeComponent& other)
headers/private/debugger/model/TypeComponentPath.h
97
index = other.index;
headers/private/debugger/model/TypeComponentPath.h
98
name = other.name;
headers/private/debugger/model/TypeComponentPath.h
99
componentKind = other.componentKind;
headers/private/debugger/model/UserBreakpoint.h
33
const UserBreakpointLocation& other);
headers/private/debugger/model/UserBreakpoint.h
44
const UserBreakpointLocation& other);
headers/private/debugger/settings/TeamSettings.h
27
TeamSettings(const TeamSettings& other);
headers/private/debugger/settings/TeamSettings.h
46
TeamSettings& operator=(const TeamSettings& other);
headers/private/debugger/types/ArrayIndexPath.h
20
ArrayIndexPath(const ArrayIndexPath& other);
headers/private/debugger/types/ArrayIndexPath.h
33
ArrayIndexPath& operator=(const ArrayIndexPath& other);
headers/private/debugger/types/SourceLocation.h
20
bool operator==(const SourceLocation& other) const
headers/private/debugger/types/SourceLocation.h
22
return fLine == other.fLine && fColumn == other.fColumn;
headers/private/debugger/types/SourceLocation.h
25
bool operator!=(const SourceLocation& other) const
headers/private/debugger/types/SourceLocation.h
27
return !(*this == other);
headers/private/debugger/types/SourceLocation.h
30
bool operator<(const SourceLocation& other) const
headers/private/debugger/types/SourceLocation.h
32
return fLine < other.fLine
headers/private/debugger/types/SourceLocation.h
33
|| (fLine == other.fLine && fColumn < other.fColumn);
headers/private/debugger/types/SourceLocation.h
36
bool operator<=(const SourceLocation& other) const
headers/private/debugger/types/SourceLocation.h
38
return fLine < other.fLine
headers/private/debugger/types/SourceLocation.h
39
|| (fLine == other.fLine && fColumn <= other.fColumn);
headers/private/debugger/types/TargetAddressRange.h
29
bool operator==(const TargetAddressRange& other) const
headers/private/debugger/types/TargetAddressRange.h
31
return fStart == other.fStart && fSize == other.fSize;
headers/private/debugger/types/TargetAddressRange.h
34
bool operator!=(const TargetAddressRange& other) const
headers/private/debugger/types/TargetAddressRange.h
36
return !(*this == other);
headers/private/debugger/types/TargetAddressRange.h
59
bool Contains(const TargetAddressRange& other) const
headers/private/debugger/types/TargetAddressRange.h
61
return Start() <= other.Start() && End() >= other.End();
headers/private/debugger/types/TargetAddressRange.h
64
bool IntersectsWith(const TargetAddressRange& other) const
headers/private/debugger/types/TargetAddressRange.h
66
return Contains(other.Start()) || other.Contains(Start());
headers/private/debugger/types/TargetAddressRange.h
69
TargetAddressRange& operator|=(const TargetAddressRange& other)
headers/private/debugger/types/TargetAddressRange.h
72
return *this = other;
headers/private/debugger/types/TargetAddressRange.h
74
if (other.fSize > 0) {
headers/private/debugger/types/TargetAddressRange.h
75
target_addr_t end = std::max(End(), other.End());
headers/private/debugger/types/TargetAddressRange.h
76
fStart = std::min(fStart, other.fStart);
headers/private/debugger/types/TargetAddressRangeList.h
21
const TargetAddressRangeList& other);
headers/private/debugger/types/TargetAddressRangeList.h
37
const TargetAddressRangeList& other);
headers/private/debugger/types/ValueLocation.h
152
ValueLocation(const ValueLocation& other);
headers/private/debugger/types/ValueLocation.h
154
bool SetToByteOffset(const ValueLocation& other,
headers/private/debugger/types/ValueLocation.h
157
bool SetTo(const ValueLocation& other,
headers/private/debugger/types/ValueLocation.h
171
ValueLocation& operator=(const ValueLocation& other);
headers/private/debugger/types/ValueLocation.h
53
ValuePieceLocation(const ValuePieceLocation& other)
headers/private/debugger/types/ValueLocation.h
55
if (!Copy(other))
headers/private/debugger/types/ValueLocation.h
65
ValuePieceLocation& operator=(const ValuePieceLocation& other)
headers/private/debugger/types/ValueLocation.h
67
if (!Copy(other))
headers/private/debugger/types/ValueLocation.h
73
bool Copy(const ValuePieceLocation& other)
headers/private/debugger/types/ValueLocation.h
75
memcpy((void*)this, (void*)&other, sizeof(ValuePieceLocation));
headers/private/debugger/types/ValueLocation.h
83
memcpy(tempValue, value, other.size);
headers/private/debugger/util/Worker.h
49
virtual bool operator==(const JobKey& other) const = 0;
headers/private/debugger/util/Worker.h
59
SimpleJobKey(const SimpleJobKey& other);
headers/private/debugger/util/Worker.h
63
virtual bool operator==(const JobKey& other) const;
headers/private/debugger/util/Worker.h
65
SimpleJobKey& operator=(const SimpleJobKey& other);
headers/private/debugger/value/Value.h
21
virtual bool operator==(const Value& other) const = 0;
headers/private/debugger/value/Value.h
22
inline bool operator!=(const Value& other) const
headers/private/debugger/value/Value.h
23
{ return !(*this == other); }
headers/private/debugger/value/values/BoolValue.h
23
virtual bool operator==(const Value& other) const;
headers/private/debugger/value/values/FloatValue.h
23
virtual bool operator==(const Value& other) const;
headers/private/debugger/value/values/IntegerValue.h
29
virtual bool operator==(const Value& other) const;
headers/private/debugger/value/values/StringValue.h
23
virtual bool operator==(const Value& other) const;
headers/private/file_systems/QueryParser.h
269
Equation(const Equation& other);
headers/private/file_systems/QueryParser.h
270
Equation& operator=(const Equation& other);
headers/private/file_systems/QueryParser.h
326
Operator(const Operator& other);
headers/private/file_systems/QueryParser.h
327
Operator& operator=(const Operator& other);
headers/private/file_systems/QueryParser.h
356
Expression(const Expression& other);
headers/private/file_systems/QueryParser.h
357
Expression& operator=(const Expression& other);
headers/private/file_systems/QueryParser.h
971
Term<QueryPolicy>* other = parent->Right();
headers/private/file_systems/QueryParser.h
972
if (other == term)
headers/private/file_systems/QueryParser.h
973
other = parent->Left();
headers/private/file_systems/QueryParser.h
975
if (other == NULL) {
headers/private/file_systems/QueryParser.h
980
status = other->Match(entry, QueryPolicy::EntryGetNode(entry));
headers/private/fs_shell/DoublyLinkedList.h
126
Iterator(const Iterator &other)
headers/private/fs_shell/DoublyLinkedList.h
128
*this = other;
headers/private/fs_shell/DoublyLinkedList.h
159
Iterator &operator=(const Iterator &other)
headers/private/fs_shell/DoublyLinkedList.h
161
fList = other.fList;
headers/private/fs_shell/DoublyLinkedList.h
162
fCurrent = other.fCurrent;
headers/private/fs_shell/DoublyLinkedList.h
163
fNext = other.fNext;
headers/private/fs_shell/DoublyLinkedList.h
188
ConstIterator(const ConstIterator &other)
headers/private/fs_shell/DoublyLinkedList.h
190
*this = other;
headers/private/fs_shell/DoublyLinkedList.h
206
ConstIterator &operator=(const ConstIterator &other)
headers/private/fs_shell/DoublyLinkedList.h
208
fList = other.fList;
headers/private/fs_shell/DoublyLinkedList.h
209
fNext = other.fNext;
headers/private/fs_shell/DoublyLinkedList.h
232
ReverseIterator(const ReverseIterator &other)
headers/private/fs_shell/DoublyLinkedList.h
234
*this = other;
headers/private/fs_shell/DoublyLinkedList.h
260
ReverseIterator &operator=(const ReverseIterator &other)
headers/private/fs_shell/DoublyLinkedList.h
262
fList = other.fList;
headers/private/fs_shell/DoublyLinkedList.h
263
fCurrent = other.fCurrent;
headers/private/fs_shell/DoublyLinkedList.h
264
fNext = other.fNext;
headers/private/fs_shell/DoublyLinkedList.h
289
ConstReverseIterator(const ConstReverseIterator &other)
headers/private/fs_shell/DoublyLinkedList.h
291
*this = other;
headers/private/fs_shell/DoublyLinkedList.h
307
ConstReverseIterator &operator=(const ConstReverseIterator &other)
headers/private/fs_shell/DoublyLinkedList.h
309
fList = other.fList;
headers/private/fs_shell/DoublyLinkedList.h
310
fNext = other.fNext;
headers/private/fs_shell/KPath.h
20
KPath(const KPath& other);
headers/private/fs_shell/KPath.h
41
KPath& operator=(const KPath& other);
headers/private/fs_shell/KPath.h
44
bool operator==(const KPath& other) const;
headers/private/fs_shell/KPath.h
46
bool operator!=(const KPath& other) const;
headers/private/fs_shell/SinglyLinkedList.h
109
ConstIterator(const ConstIterator& other)
headers/private/fs_shell/SinglyLinkedList.h
111
*this = other;
headers/private/fs_shell/SinglyLinkedList.h
127
ConstIterator& operator=(const ConstIterator& other)
headers/private/fs_shell/SinglyLinkedList.h
129
fList = other.fList;
headers/private/fs_shell/SinglyLinkedList.h
130
fNext = other.fNext;
headers/private/interface/AbstractSpinner.h
152
BAbstractSpinner& operator=(const BAbstractSpinner& other);
headers/private/interface/ShapePrivate.h
56
shape_data(const shape_data& other)
headers/private/interface/ShapePrivate.h
58
opList = new(std::nothrow) uint32[other.opCount];
headers/private/interface/ShapePrivate.h
59
ptList = new(std::nothrow) BPoint[other.ptCount];
headers/private/interface/ShapePrivate.h
61
opCount = other.opCount;
headers/private/interface/ShapePrivate.h
62
opSize = other.opSize;
headers/private/interface/ShapePrivate.h
63
ptCount = other.ptCount;
headers/private/interface/ShapePrivate.h
64
ptSize = other.ptSize;
headers/private/interface/ShapePrivate.h
65
memcpy((void*)opList, other.opList, opSize);
headers/private/interface/ShapePrivate.h
66
memcpy((void*)ptList, other.ptList, ptSize);
headers/private/interface/ToolTip.h
45
BToolTip(const BToolTip& other);
headers/private/interface/ToolTip.h
46
BToolTip& operator=(const BToolTip &other);
headers/private/kernel/Notifications.h
42
const NotificationListener& other) const;
headers/private/kernel/Notifications.h
45
const NotificationListener& other) const
headers/private/kernel/Notifications.h
46
{ return !(*this == other); }
headers/private/kernel/Notifications.h
94
const UserMessagingListener* other
headers/private/kernel/Notifications.h
96
return other != NULL && other->Port() == Port()
headers/private/kernel/Notifications.h
97
&& other->Token() == Token();
headers/private/kernel/boot/net/NetDefs.h
44
mac_addr_t(const mac_addr_t& other)
headers/private/kernel/boot/net/NetDefs.h
46
memcpy(address, other.address, sizeof(address));
headers/private/kernel/boot/net/NetDefs.h
64
mac_addr_t& operator=(const mac_addr_t& other)
headers/private/kernel/boot/net/NetDefs.h
66
memcpy(address, other.address, sizeof(address));
headers/private/kernel/boot/net/NetDefs.h
70
bool operator==(const mac_addr_t& other) const
headers/private/kernel/boot/net/NetDefs.h
72
return memcmp(address, other.address, sizeof(address)) == 0;
headers/private/kernel/boot/net/NetDefs.h
75
bool operator!=(const mac_addr_t& other) const
headers/private/kernel/boot/net/NetDefs.h
77
return !(*this == other);
headers/private/kernel/fs/KPath.h
30
KPath(const KPath& other);
headers/private/kernel/fs/KPath.h
35
void Adopt(KPath& other);
headers/private/kernel/fs/KPath.h
61
KPath& operator=(const KPath& other);
headers/private/kernel/fs/KPath.h
64
bool operator==(const KPath& other) const;
headers/private/kernel/fs/KPath.h
66
bool operator!=(const KPath& other) const;
headers/private/kernel/heap.h
71
malloc_flags(const malloc_flags& other)
headers/private/kernel/heap.h
73
flags(other.flags)
headers/private/kernel/ksignal.h
81
Signal(const Signal& other);
headers/private/kernel/platform/efi/types.h
89
bool equals(const efi_guid& other) const {
headers/private/kernel/platform/efi/types.h
90
bool matches = data1 == other.data1 && data2 == other.data2
headers/private/kernel/platform/efi/types.h
91
&& data3 == other.data3;
headers/private/kernel/platform/efi/types.h
93
matches = data4[i] == other.data4[i];
headers/private/kernel/syscall_restart.h
156
SyscallRestartWrapper<Type>& operator=(const Type& other)
headers/private/kernel/syscall_restart.h
158
fResult = other;
headers/private/kernel/thread_types.h
128
job_control_entry& operator=(const job_control_entry& other);
headers/private/kernel/util/AVLTree.h
100
inline Iterator(const Iterator& other)
headers/private/kernel/util/AVLTree.h
102
ConstIterator(other)
headers/private/kernel/util/AVLTree.h
133
inline ConstIterator(const ConstIterator& other)
headers/private/kernel/util/AVLTree.h
135
fParent(other.fParent),
headers/private/kernel/util/AVLTree.h
136
fTreeIterator(other.fTreeIterator)
headers/private/kernel/util/AVLTree.h
171
inline ConstIterator& operator=(const ConstIterator& other)
headers/private/kernel/util/AVLTree.h
173
fParent = other.fParent;
headers/private/kernel/util/AVLTree.h
174
fTreeIterator = other.fTreeIterator;
headers/private/kernel/util/AVLTreeBase.h
118
inline AVLTreeIterator(const AVLTreeIterator& other)
headers/private/kernel/util/AVLTreeBase.h
120
fParent(other.fParent),
headers/private/kernel/util/AVLTreeBase.h
121
fCurrent(other.fCurrent),
headers/private/kernel/util/AVLTreeBase.h
122
fNext(other.fNext)
headers/private/kernel/util/AVLTreeBase.h
168
inline AVLTreeIterator& operator=(const AVLTreeIterator& other)
headers/private/kernel/util/AVLTreeBase.h
170
fParent = other.fParent;
headers/private/kernel/util/AVLTreeBase.h
171
fCurrent = other.fCurrent;
headers/private/kernel/util/AVLTreeBase.h
172
fNext = other.fNext;
headers/private/kernel/util/AVLTreeMap.h
125
inline Iterator(const Iterator& other)
headers/private/kernel/util/AVLTreeMap.h
126
: ConstIterator(other)
headers/private/kernel/util/AVLTreeMap.h
162
inline ConstIterator(const ConstIterator& other)
headers/private/kernel/util/AVLTreeMap.h
163
: fParent(other.fParent),
headers/private/kernel/util/AVLTreeMap.h
164
fTreeIterator(other.fTreeIterator)
headers/private/kernel/util/AVLTreeMap.h
227
inline ConstIterator& operator=(const ConstIterator& other)
headers/private/kernel/util/AVLTreeMap.h
229
fParent = other.fParent;
headers/private/kernel/util/AVLTreeMap.h
230
fTreeIterator = other.fTreeIterator;
headers/private/kernel/util/Vector.h
109
inline VectorIterator(const Iterator &other)
headers/private/kernel/util/Vector.h
110
: fElement(other.fElement)
headers/private/kernel/util/Vector.h
142
inline Iterator &operator=(const Iterator &other)
headers/private/kernel/util/Vector.h
144
fElement = other.fElement;
headers/private/kernel/util/Vector.h
149
inline bool operator==(const Iterator &other) const
headers/private/kernel/util/Vector.h
151
return (fElement == other.fElement);
headers/private/kernel/util/Vector.h
154
inline bool operator!=(const Iterator &other) const
headers/private/kernel/util/Vector.h
156
return !(*this == other);
headers/private/kernel/util/VectorMap.h
169
const Iterator &other)
headers/private/kernel/util/VectorMap.h
170
: fParent(other.fParent),
headers/private/kernel/util/VectorMap.h
171
fIterator(other.fIterator)
headers/private/kernel/util/VectorMap.h
201
inline Iterator &operator=(const Iterator &other)
headers/private/kernel/util/VectorMap.h
203
fParent = other.fParent;
headers/private/kernel/util/VectorMap.h
204
fIterator = other.fIterator;
headers/private/kernel/util/VectorMap.h
208
inline bool operator==(const Iterator &other) const
headers/private/kernel/util/VectorMap.h
210
return (fParent == other.fParent && fIterator == other.fIterator);
headers/private/kernel/util/VectorMap.h
213
inline bool operator!=(const Iterator &other) const
headers/private/kernel/util/VectorMap.h
215
return !(*this == other);
headers/private/locale/EditableCatalog.h
53
EditableCatalog(const EditableCatalog& other);
headers/private/locale/EditableCatalog.h
54
const EditableCatalog& operator=(const EditableCatalog& other);
headers/private/media/MetaFormat.h
25
meta_format(const meta_format &other);
headers/private/media/PluginManager.h
77
plugin_info& operator=(const plugin_info& other)
headers/private/media/PluginManager.h
79
strcpy(name, other.name);
headers/private/media/PluginManager.h
80
usecount = other.usecount;
headers/private/media/PluginManager.h
81
plugin = other.plugin;
headers/private/media/PluginManager.h
82
image = other.image;
headers/private/media/TList.h
24
List(const List<value> &other)
headers/private/media/TList.h
26
*this = other;
headers/private/media/TList.h
29
List<value> &operator=(const List<value> &other)
headers/private/media/TList.h
33
item_max = other.item_max;
headers/private/media/TList.h
34
item_count = other.item_count;
headers/private/media/TList.h
39
*items[i] = *other.items[i];
headers/private/media/TMap.h
25
Map(const Map<key, value> &other)
headers/private/media/TMap.h
27
*this = other;
headers/private/media/TMap.h
30
Map<key, value> &operator=(const Map<key, value> &other)
headers/private/media/TMap.h
34
item_max = other.item_max;
headers/private/media/TMap.h
35
item_count = other.item_count;
headers/private/media/TMap.h
40
items[i]->k = other.items[i]->k;
headers/private/media/TMap.h
41
items[i]->v = other.items[i]->v;
headers/private/netservices/HttpAuthentication.h
54
const BHttpAuthentication& other);
headers/private/netservices/HttpAuthentication.h
56
const BHttpAuthentication& other);
headers/private/netservices/HttpForm.h
103
BHttpForm(const BHttpForm& other);
headers/private/netservices/HttpForm.h
173
Iterator(const Iterator& other);
headers/private/netservices/HttpForm.h
180
Iterator& operator=(const Iterator& other);
headers/private/netservices/HttpForm.h
53
BHttpFormData(const BHttpFormData& other);
headers/private/netservices/HttpForm.h
77
BHttpFormData& operator=(const BHttpFormData& other);
headers/private/netservices/HttpHeaders.h
41
BHttpHeader& operator=(const BHttpHeader& other);
headers/private/netservices/HttpHeaders.h
83
BHttpHeaders& operator=(const BHttpHeaders& other);
headers/private/netservices/HttpRequest.h
76
BHttpRequest(const BHttpRequest& other);
headers/private/netservices/HttpResult.h
28
BHttpResult(const BHttpResult& other);
headers/private/netservices/HttpResult.h
48
BHttpResult& operator=(const BHttpResult& other);
headers/private/netservices/NetworkCookie.h
82
bool operator==(const BNetworkCookie& other);
headers/private/netservices/NetworkCookie.h
83
bool operator!=(const BNetworkCookie& other);
headers/private/netservices/NetworkCookieJar.h
102
Iterator& operator=(const Iterator& other);
headers/private/netservices/NetworkCookieJar.h
132
UrlIterator(const UrlIterator& other);
headers/private/netservices/NetworkCookieJar.h
138
UrlIterator& operator=(const UrlIterator& other);
headers/private/netservices/NetworkCookieJar.h
48
const BNetworkCookieJar& other);
headers/private/netservices/NetworkCookieJar.h
78
BNetworkCookieJar& operator=(const BNetworkCookieJar& other);
headers/private/netservices/NetworkCookieJar.h
99
Iterator(const Iterator& other);
headers/private/netservices2/ErrorsExt.h
58
BRuntimeError(const BRuntimeError& other);
headers/private/netservices2/ErrorsExt.h
59
BRuntimeError(BRuntimeError&& other) noexcept;
headers/private/netservices2/ErrorsExt.h
61
BRuntimeError& operator=(const BRuntimeError& other);
headers/private/netservices2/ErrorsExt.h
62
BRuntimeError& operator=(BRuntimeError&& other) noexcept;
headers/private/netservices2/ErrorsExt.h
77
BSystemError(const BSystemError& other);
headers/private/netservices2/ErrorsExt.h
78
BSystemError& operator=(const BSystemError& other);
headers/private/netservices2/ErrorsExt.h
80
BSystemError(BSystemError&& other) noexcept;
headers/private/netservices2/ErrorsExt.h
81
BSystemError& operator=(BSystemError&& other) noexcept;
headers/private/netservices2/ExclusiveBorrow.h
140
BExclusiveBorrow(BExclusiveBorrow&& other) noexcept
headers/private/netservices2/ExclusiveBorrow.h
144
fAdminBlock = other.fAdminBlock;
headers/private/netservices2/ExclusiveBorrow.h
145
fPtr = other.fPtr;
headers/private/netservices2/ExclusiveBorrow.h
146
other.fAdminBlock = nullptr;
headers/private/netservices2/ExclusiveBorrow.h
147
other.fPtr = nullptr;
headers/private/netservices2/ExclusiveBorrow.h
151
BExclusiveBorrow& operator=(BExclusiveBorrow&& other) noexcept
headers/private/netservices2/ExclusiveBorrow.h
155
fAdminBlock = other.fAdminBlock;
headers/private/netservices2/ExclusiveBorrow.h
156
fPtr = other.fPtr;
headers/private/netservices2/ExclusiveBorrow.h
157
other.fAdminBlock = nullptr;
headers/private/netservices2/ExclusiveBorrow.h
158
other.fPtr = nullptr;
headers/private/netservices2/ExclusiveBorrow.h
223
BBorrow(BBorrow&& other) noexcept
headers/private/netservices2/ExclusiveBorrow.h
225
fPtr(other.fPtr),
headers/private/netservices2/ExclusiveBorrow.h
226
fAdminBlock(other.fAdminBlock)
headers/private/netservices2/ExclusiveBorrow.h
228
other.fPtr = nullptr;
headers/private/netservices2/ExclusiveBorrow.h
229
other.fAdminBlock = nullptr;
headers/private/netservices2/ExclusiveBorrow.h
233
BBorrow& operator=(BBorrow&& other) noexcept
headers/private/netservices2/ExclusiveBorrow.h
238
fPtr = other.fPtr;
headers/private/netservices2/ExclusiveBorrow.h
239
fAdminBlock = other.fAdminBlock;
headers/private/netservices2/ExclusiveBorrow.h
240
other.fPtr = nullptr;
headers/private/netservices2/ExclusiveBorrow.h
241
other.fAdminBlock = nullptr;
headers/private/netservices2/HttpFields.h
102
FieldName(const FieldName& other) noexcept;
headers/private/netservices2/HttpFields.h
104
FieldName& operator=(const FieldName& other) noexcept;
headers/private/netservices2/HttpFields.h
118
Field(const Field& other);
headers/private/netservices2/HttpFields.h
122
Field& operator=(const Field& other);
headers/private/netservices2/HttpFields.h
123
Field& operator=(Field&& other) noexcept;
headers/private/netservices2/HttpFields.h
40
BHttpFields(const BHttpFields& other);
headers/private/netservices2/HttpFields.h
41
BHttpFields(BHttpFields&& other);
headers/private/netservices2/HttpFields.h
90
bool operator==(const BString& other) const noexcept;
headers/private/netservices2/HttpFields.h
91
bool operator==(const std::string_view& other) const noexcept;
headers/private/netservices2/HttpFields.h
92
bool operator==(const FieldName& other) const noexcept;
headers/private/netservices2/HttpRequest.h
44
BHttpMethod(const BHttpMethod& other);
headers/private/netservices2/HttpRequest.h
45
BHttpMethod(BHttpMethod&& other) noexcept;
headers/private/netservices2/HttpRequest.h
49
BHttpMethod& operator=(const BHttpMethod& other);
headers/private/netservices2/HttpRequest.h
50
BHttpMethod& operator=(BHttpMethod&& other) noexcept;
headers/private/netservices2/HttpRequest.h
53
bool operator==(const Verb& other) const noexcept;
headers/private/netservices2/HttpRequest.h
54
bool operator!=(const Verb& other) const noexcept;
headers/private/netservices2/HttpRequest.h
91
BHttpRequest(const BHttpRequest& other) = delete;
headers/private/netservices2/HttpRequest.h
92
BHttpRequest(BHttpRequest&& other) noexcept;
headers/private/netservices2/HttpRequest.h
96
BHttpRequest& operator=(const BHttpRequest& other) = delete;
headers/private/netservices2/HttpResult.h
109
BHttpResult(const BHttpResult& other) = delete;
headers/private/netservices2/HttpResult.h
110
BHttpResult(BHttpResult&& other) noexcept;
headers/private/netservices2/HttpResult.h
114
BHttpResult& operator=(const BHttpResult& other) = delete;
headers/private/netservices2/HttpResult.h
115
BHttpResult& operator=(BHttpResult&& other) noexcept;
headers/private/package/hpkg/PackageFileHeapAccessorBase.h
162
const OffsetArray& other);
headers/private/shared/Array.h
231
Array<Element>::operator=(const Array<Element>& other)
headers/private/shared/Array.h
235
if (other.fSize > 0 && _Resize(0, other.fSize)) {
headers/private/shared/Array.h
236
fSize = other.fSize;
headers/private/shared/Array.h
237
memcpy(fElements, other.fElements, fSize * sizeof(Element));
headers/private/shared/Array.h
27
Array(const Array<Element>& other);
headers/private/shared/Array.h
50
Array<Element>& operator=(const Array<Element>& other);
headers/private/shared/Array.h
75
Array<Element>::Array(const Array<Element>& other)
headers/private/shared/Array.h
81
*this = other;
headers/private/shared/ExpressionParser.h
25
ParseException(const ParseException& other)
headers/private/shared/ExpressionParser.h
26
: message(other.message),
headers/private/shared/ExpressionParser.h
27
position(other.position)
headers/private/shared/HashMap.h
103
Iterator& operator=(const Iterator& other)
headers/private/shared/HashMap.h
105
fMap = other.fMap;
headers/private/shared/HashMap.h
106
fIterator = other.fIterator;
headers/private/shared/HashMap.h
107
fElement = other.fElement;
headers/private/shared/HashMap.h
254
HashKey32<Value> operator=(const HashKey32<Value>& other)
headers/private/shared/HashMap.h
256
value = other.value;
headers/private/shared/HashMap.h
260
bool operator==(const HashKey32<Value>& other) const
headers/private/shared/HashMap.h
262
return (value == other.value);
headers/private/shared/HashMap.h
265
bool operator!=(const HashKey32<Value>& other) const
headers/private/shared/HashMap.h
267
return (value != other.value);
headers/private/shared/HashMap.h
286
HashKey64<Value> operator=(const HashKey64<Value>& other)
headers/private/shared/HashMap.h
288
value = other.value;
headers/private/shared/HashMap.h
292
bool operator==(const HashKey64<Value>& other) const
headers/private/shared/HashMap.h
294
return (value == other.value);
headers/private/shared/HashMap.h
297
bool operator!=(const HashKey64<Value>& other) const
headers/private/shared/HashMap.h
299
return (value != other.value);
headers/private/shared/HashMap.h
324
HashKeyPointer<Value> operator=(const HashKeyPointer<Value>& other)
headers/private/shared/HashMap.h
326
value = other.value;
headers/private/shared/HashMap.h
330
bool operator==(const HashKeyPointer<Value>& other) const
headers/private/shared/HashMap.h
332
return (value == other.value);
headers/private/shared/HashMap.h
335
bool operator!=(const HashKeyPointer<Value>& other) const
headers/private/shared/HashMap.h
337
return (value != other.value);
headers/private/shared/HashMap.h
81
Iterator(const Iterator& other)
headers/private/shared/HashMap.h
83
fMap(other.fMap),
headers/private/shared/HashMap.h
84
fIterator(other.fIterator),
headers/private/shared/HashMap.h
85
fElement(other.fElement)
headers/private/shared/HashSet.h
69
Iterator(const Iterator& other)
headers/private/shared/HashSet.h
71
fSet(other.fSet),
headers/private/shared/HashSet.h
72
fIterator(other.fIterator),
headers/private/shared/HashSet.h
73
fElement(other.fElement)
headers/private/shared/HashSet.h
91
Iterator& operator=(const Iterator& other)
headers/private/shared/HashSet.h
93
fSet = other.fSet;
headers/private/shared/HashSet.h
94
fIterator = other.fIterator;
headers/private/shared/HashSet.h
95
fElement = other.fElement;
headers/private/shared/Keymap.h
48
bool operator==(const BKeymap& other) const;
headers/private/shared/Keymap.h
49
bool operator!=(const BKeymap& other) const;
headers/private/shared/Keymap.h
51
BKeymap& operator=(const BKeymap& other);
headers/private/shared/RangeArray.h
290
RangeArray<Value>::operator=(const RangeArray<Value>& other)
headers/private/shared/RangeArray.h
292
fRanges = other.fRanges;
headers/private/shared/RangeArray.h
43
inline RangeArray(const RangeArray<Value>& other);
headers/private/shared/RangeArray.h
75
inline RangeArray<Value>& operator=(const RangeArray<Value>& other);
headers/private/shared/RangeArray.h
95
RangeArray<Value>::RangeArray(const RangeArray<Value>& other)
headers/private/shared/RangeArray.h
97
fRanges(other.fRanges)
headers/private/shared/RegExp.h
27
RegExp(const RegExp& other);
headers/private/shared/RegExp.h
40
RegExp& operator=(const RegExp& other);
headers/private/shared/RegExp.h
54
MatchResult(const MatchResult& other);
headers/private/shared/RegExp.h
66
MatchResult& operator=(const MatchResult& other);
headers/private/shared/ScopeExit.h
30
ScopeExit(ScopeExit&& other) : fFn(std::move(other.fFn))
headers/private/shared/Variant.h
122
void _SetTo(const BVariant& other);
headers/private/shared/Variant.h
277
BVariant::BVariant(const BVariant& other)
headers/private/shared/Variant.h
279
_SetTo(other);
headers/private/shared/Variant.h
284
BVariant::operator=(const BVariant& other)
headers/private/shared/Variant.h
287
_SetTo(other);
headers/private/shared/Variant.h
293
BVariant::operator!=(const BVariant& other) const
headers/private/shared/Variant.h
295
return !(*this == other);
headers/private/shared/Variant.h
300
BVariant::SetTo(const BVariant& other)
headers/private/shared/Variant.h
303
_SetTo(other);
headers/private/shared/Variant.h
49
inline BVariant(const BVariant& other);
headers/private/shared/Variant.h
52
inline void SetTo(const BVariant& other);
headers/private/shared/Variant.h
76
inline BVariant& operator=(const BVariant& other);
headers/private/shared/Variant.h
78
bool operator==(const BVariant& other) const;
headers/private/shared/Variant.h
79
inline bool operator!=(const BVariant& other) const;
headers/private/shared/WeakReferenceable.h
101
BWeakReference(const BWeakReference<OtherType>& other)
headers/private/shared/WeakReferenceable.h
105
SetTo(other);
headers/private/shared/WeakReferenceable.h
121
void SetTo(const BWeakReference<Type>& other)
headers/private/shared/WeakReferenceable.h
125
if (other.fPointer) {
headers/private/shared/WeakReferenceable.h
126
fPointer = other.fPointer;
headers/private/shared/WeakReferenceable.h
132
void SetTo(const BWeakReference<OtherType>& other)
headers/private/shared/WeakReferenceable.h
141
if (other.PrivatePointer()) {
headers/private/shared/WeakReferenceable.h
142
fPointer = const_cast<WeakPointer*>(other.PrivatePointer());
headers/private/shared/WeakReferenceable.h
147
void SetTo(const BReference<Type>& other)
headers/private/shared/WeakReferenceable.h
149
SetTo(other.Get());
headers/private/shared/WeakReferenceable.h
180
BWeakReference& operator=(const BWeakReference<Type>& other)
headers/private/shared/WeakReferenceable.h
182
if (this == &other)
headers/private/shared/WeakReferenceable.h
185
SetTo(other);
headers/private/shared/WeakReferenceable.h
189
BWeakReference& operator=(Type* other)
headers/private/shared/WeakReferenceable.h
191
SetTo(other);
headers/private/shared/WeakReferenceable.h
195
BWeakReference& operator=(const BReference<Type>& other)
headers/private/shared/WeakReferenceable.h
197
SetTo(other.Get());
headers/private/shared/WeakReferenceable.h
202
BWeakReference& operator=(const BReference<OtherType>& other)
headers/private/shared/WeakReferenceable.h
204
SetTo(other.Get());
headers/private/shared/WeakReferenceable.h
209
BWeakReference& operator=(const BWeakReference<OtherType>& other)
headers/private/shared/WeakReferenceable.h
211
SetTo(other);
headers/private/shared/WeakReferenceable.h
215
bool operator==(const BWeakReference<Type>& other) const
headers/private/shared/WeakReferenceable.h
217
return fPointer == other.fPointer;
headers/private/shared/WeakReferenceable.h
220
bool operator!=(const BWeakReference<Type>& other) const
headers/private/shared/WeakReferenceable.h
222
return fPointer != other.fPointer;
headers/private/shared/WeakReferenceable.h
78
BWeakReference(const BWeakReference<Type>& other)
headers/private/shared/WeakReferenceable.h
82
SetTo(other);
headers/private/shared/WeakReferenceable.h
85
BWeakReference(const BReference<Type>& other)
headers/private/shared/WeakReferenceable.h
89
SetTo(other);
headers/private/shared/WeakReferenceable.h
93
BWeakReference(const BReference<OtherType>& other)
headers/private/shared/WeakReferenceable.h
97
SetTo(other.Get());
headers/private/storage/DiskSystem.h
20
BDiskSystem(const BDiskSystem& other);
headers/private/storage/DiskSystem.h
56
BDiskSystem& operator=(const BDiskSystem& other);
headers/private/storage/DriverSettings.h
115
BDriverParameter(const BDriverParameter& other);
headers/private/storage/DriverSettings.h
134
BDriverParameter& operator=(const BDriverParameter& other);
headers/private/storage/DriverSettings.h
31
const BDriverParameterIterator& other);
headers/private/storage/DriverSettings.h
38
const BDriverParameterIterator& other);
headers/private/storage/FdIO.h
36
BFdIO(const BFdIO& other);
headers/private/storage/FdIO.h
37
BFdIO& operator=(const BFdIO& other);
headers/private/storage/FileDescriptorIO.h
34
const BFileDescriptorIO& other);
headers/private/storage/FileDescriptorIO.h
35
BFileDescriptorIO& operator=(const BFileDescriptorIO& other);
headers/private/storage/FileIO.h
35
BFileIO(const BFileIO& other);
headers/private/storage/FileIO.h
36
BFileIO& operator=(const BFileIO& other);
headers/private/storage/NotOwningEntryRef.h
42
NotOwningEntryRef(const entry_ref& other)
headers/private/storage/NotOwningEntryRef.h
44
*this = other;
headers/private/storage/NotOwningEntryRef.h
77
NotOwningEntryRef& operator=(const entry_ref& other)
headers/private/storage/NotOwningEntryRef.h
79
return SetTo(other.device, other.directory, other.name);
headers/private/support/Uuid.h
18
BUuid(const BUuid& other);
headers/private/support/Uuid.h
27
int Compare(const BUuid& other) const;
headers/private/support/Uuid.h
29
inline bool operator==(const BUuid& other) const;
headers/private/support/Uuid.h
30
inline bool operator!=(const BUuid& other) const;
headers/private/support/Uuid.h
32
inline bool operator<(const BUuid& other) const;
headers/private/support/Uuid.h
33
inline bool operator>(const BUuid& other) const;
headers/private/support/Uuid.h
34
inline bool operator<=(const BUuid& other) const;
headers/private/support/Uuid.h
35
inline bool operator>=(const BUuid& other) const;
headers/private/support/Uuid.h
37
BUuid& operator=(const BUuid& other);
headers/private/support/Uuid.h
49
BUuid::operator==(const BUuid& other) const
headers/private/support/Uuid.h
51
return Compare(other) == 0;
headers/private/support/Uuid.h
56
BUuid::operator!=(const BUuid& other) const
headers/private/support/Uuid.h
58
return Compare(other) != 0;
headers/private/support/Uuid.h
63
BUuid::operator<(const BUuid& other) const
headers/private/support/Uuid.h
65
return Compare(other) < 0;
headers/private/support/Uuid.h
70
BUuid::operator>(const BUuid& other) const
headers/private/support/Uuid.h
72
return Compare(other) > 0;
headers/private/support/Uuid.h
77
BUuid::operator<=(const BUuid& other) const
headers/private/support/Uuid.h
79
return Compare(other) <= 0;
headers/private/support/Uuid.h
84
BUuid::operator>=(const BUuid& other) const
headers/private/support/Uuid.h
86
return Compare(other) >= 0;
headers/private/userlandfs/private/FSCapabilities.h
165
other) const;
headers/private/userlandfs/private/FSCapabilities.h
232
const FSCapabilitiesBase<CapabilityCount>& other) const
headers/private/userlandfs/private/FSCapabilities.h
234
return capabilities == other.capabilities;
headers/private/userlandfs/shared/DriverSettings.h
19
const DriverParameterIterator& other);
headers/private/userlandfs/shared/DriverSettings.h
26
const DriverParameterIterator& other);
headers/private/userlandfs/shared/Vector.h
105
inline VectorIterator<Value>(const Iterator &other)
headers/private/userlandfs/shared/Vector.h
106
: fElement(other.fElement)
headers/private/userlandfs/shared/Vector.h
138
inline Iterator &operator=(const Iterator &other)
headers/private/userlandfs/shared/Vector.h
140
fElement = other.fElement;
headers/private/userlandfs/shared/Vector.h
145
inline bool operator==(const Iterator &other) const
headers/private/userlandfs/shared/Vector.h
147
return (fElement == other.fElement);
headers/private/userlandfs/shared/Vector.h
150
inline bool operator!=(const Iterator &other) const
headers/private/userlandfs/shared/Vector.h
152
return !(*this == other);
headers/private/util/DoublyLinkedList.h
132
Iterator(const Iterator &other)
headers/private/util/DoublyLinkedList.h
134
*this = other;
headers/private/util/DoublyLinkedList.h
165
Iterator &operator=(const Iterator& other)
headers/private/util/DoublyLinkedList.h
167
fList = other.fList;
headers/private/util/DoublyLinkedList.h
168
fCurrent = other.fCurrent;
headers/private/util/DoublyLinkedList.h
169
fNext = other.fNext;
headers/private/util/DoublyLinkedList.h
194
ConstIterator(const ConstIterator& other)
headers/private/util/DoublyLinkedList.h
196
*this = other;
headers/private/util/DoublyLinkedList.h
212
ConstIterator& operator=(const ConstIterator& other)
headers/private/util/DoublyLinkedList.h
214
fList = other.fList;
headers/private/util/DoublyLinkedList.h
215
fNext = other.fNext;
headers/private/util/DoublyLinkedList.h
238
ReverseIterator(const ReverseIterator& other)
headers/private/util/DoublyLinkedList.h
240
*this = other;
headers/private/util/DoublyLinkedList.h
266
ReverseIterator &operator=(const ReverseIterator& other)
headers/private/util/DoublyLinkedList.h
268
fList = other.fList;
headers/private/util/DoublyLinkedList.h
269
fCurrent = other.fCurrent;
headers/private/util/DoublyLinkedList.h
270
fNext = other.fNext;
headers/private/util/DoublyLinkedList.h
295
ConstReverseIterator(const ConstReverseIterator& other)
headers/private/util/DoublyLinkedList.h
297
*this = other;
headers/private/util/DoublyLinkedList.h
313
ConstReverseIterator& operator=(const ConstReverseIterator& other)
headers/private/util/DoublyLinkedList.h
315
fList = other.fList;
headers/private/util/DoublyLinkedList.h
316
fNext = other.fNext;
headers/private/util/DoublyLinkedQueue.h
100
ConstIterator(const ConstIterator &other)
headers/private/util/DoublyLinkedQueue.h
102
*this = other;
headers/private/util/DoublyLinkedQueue.h
118
ConstIterator &operator=(const ConstIterator &other)
headers/private/util/DoublyLinkedQueue.h
120
fQueue = other.fQueue;
headers/private/util/DoublyLinkedQueue.h
121
fNext = other.fNext;
headers/private/util/DoublyLinkedQueue.h
43
Iterator(const Iterator &other)
headers/private/util/DoublyLinkedQueue.h
45
*this = other;
headers/private/util/DoublyLinkedQueue.h
71
Iterator &operator=(const Iterator &other)
headers/private/util/DoublyLinkedQueue.h
73
fQueue = other.fQueue;
headers/private/util/DoublyLinkedQueue.h
74
fCurrent = other.fCurrent;
headers/private/util/DoublyLinkedQueue.h
75
fNext = other.fNext;
headers/private/util/SinglyLinkedList.h
106
ConstIterator(const ConstIterator& other)
headers/private/util/SinglyLinkedList.h
108
*this = other;
headers/private/util/SinglyLinkedList.h
124
ConstIterator& operator=(const ConstIterator& other)
headers/private/util/SinglyLinkedList.h
126
fList = other.fList;
headers/private/util/SinglyLinkedList.h
127
fNext = other.fNext;
headers/private/util/SplayTree.h
258
SplayTree& operator=(const SplayTree& other)
headers/private/util/SplayTree.h
260
fRoot = other.fRoot;
headers/private/util/SplayTree.h
367
Iterator(const Iterator& other)
headers/private/util/SplayTree.h
369
*this = other;
headers/private/util/SplayTree.h
415
Iterator &operator=(const Iterator &other)
headers/private/util/SplayTree.h
417
fTree = other.fTree;
headers/private/util/SplayTree.h
418
fCurrent = other.fCurrent;
headers/private/util/SplayTree.h
419
fNext = other.fNext;
headers/private/util/SplayTree.h
441
ConstIterator(const ConstIterator& other)
headers/private/util/SplayTree.h
443
*this = other;
headers/private/util/SplayTree.h
473
ConstIterator &operator=(const ConstIterator &other)
headers/private/util/SplayTree.h
475
fTree = other.fTree;
headers/private/util/SplayTree.h
476
fNext = other.fNext;
headers/private/util/SplayTree.h
606
IteratableSplayTree& operator=(const IteratableSplayTree& other)
headers/private/util/SplayTree.h
608
fTree = other.fTree;
headers/private/util/SplayTree.h
609
fFirst = other.fFirst;
headers/tools/cppunit/TestSuite.h
34
BTestSuite(const BTestSuite &other);
headers/tools/cppunit/TestSuite.h
35
BTestSuite& operator=(const BTestSuite &other);
headers/tools/cppunit/cppunit/Exception.h
26
bool operator ==( const Type &other ) const
headers/tools/cppunit/cppunit/Exception.h
28
return m_type == other.m_type;
headers/tools/cppunit/cppunit/Exception.h
44
Exception (const Exception& other);
headers/tools/cppunit/cppunit/Exception.h
48
Exception& operator= (const Exception& other);
headers/tools/cppunit/cppunit/NotEqualException.h
34
NotEqualException( const NotEqualException &other );
headers/tools/cppunit/cppunit/NotEqualException.h
49
NotEqualException &operator =( const NotEqualException &other );
headers/tools/cppunit/cppunit/SourceLine.h
47
bool operator ==( const SourceLine &other ) const;
headers/tools/cppunit/cppunit/SourceLine.h
48
bool operator !=( const SourceLine &other ) const;
headers/tools/cppunit/cppunit/TestCaller.h
191
TestCaller( const TestCaller &other );
headers/tools/cppunit/cppunit/TestCaller.h
192
TestCaller &operator =( const TestCaller &other );
headers/tools/cppunit/cppunit/TestCase.h
52
TestCase( const TestCase &other );
headers/tools/cppunit/cppunit/TestCase.h
53
TestCase &operator=( const TestCase &other );
headers/tools/cppunit/cppunit/TestFailure.h
52
TestFailure( const TestFailure &other );
headers/tools/cppunit/cppunit/TestFailure.h
53
TestFailure &operator =( const TestFailure& other );
headers/tools/cppunit/cppunit/TestResult.h
73
TestResult( const TestResult &other );
headers/tools/cppunit/cppunit/TestResult.h
74
TestResult &operator =( const TestResult &other );
headers/tools/cppunit/cppunit/TestSuite.h
64
TestSuite( const TestSuite &other );
headers/tools/cppunit/cppunit/TestSuite.h
65
TestSuite &operator =( const TestSuite &other );
src/add-ons/accelerants/intel_extreme/mode.cpp
462
f. Configure PCH transcoder timings, M/N/TU, and other transcoder settings (should match CPU settings).
src/add-ons/kernel/busses/usb/uhci.cpp
351
Queue::LinkTo(Queue *other)
src/add-ons/kernel/busses/usb/uhci.cpp
353
if (!other)
src/add-ons/kernel/busses/usb/uhci.cpp
359
fQueueHead->link_phy = other->fQueueHead->this_phy | QH_NEXT_IS_QH;
src/add-ons/kernel/busses/usb/uhci.cpp
360
fQueueHead->link_log = other->fQueueHead;
src/add-ons/kernel/busses/usb/uhci.h
40
status_t LinkTo(Queue *other);
src/add-ons/kernel/debugger/demangle/gcc3+.cpp
453
TypeInfo(const TypeInfo& other, int cvQualifiers = 0)
src/add-ons/kernel/debugger/demangle/gcc3+.cpp
455
type(other.type),
src/add-ons/kernel/debugger/demangle/gcc3+.cpp
456
cvQualifiers(other.cvQualifiers | cvQualifiers)
src/add-ons/kernel/debugger/demangle/gcc3+.cpp
460
TypeInfo& operator=(const TypeInfo& other)
src/add-ons/kernel/debugger/demangle/gcc3+.cpp
462
type = other.type;
src/add-ons/kernel/debugger/demangle/gcc3+.cpp
463
cvQualifiers = other.cvQualifiers;
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1446
bplustree_node* other, off_t otherOffset, uint16* _keyIndex, uint8* key,
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1455
uint8* outKeys = other->Keys();
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1509
other->left_link = node->left_link;
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1510
other->right_link = HOST_ENDIAN_TO_BFS_INT64(nodeOffset);
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1511
other->all_key_length = HOST_ENDIAN_TO_BFS_INT16(bytes + bytesBefore
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1513
other->all_key_count = HOST_ENDIAN_TO_BFS_INT16(out);
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1515
Unaligned<uint16>* outKeyLengths = other->KeyLengths();
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1516
Unaligned<off_t>* outKeyValues = other->Values();
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1567
other->overflow_link = HOST_ENDIAN_TO_BFS_INT64(*_value);
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1586
other->overflow_link = inKeyValues[in];
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1688
newKey = other->KeyAt(other->NumKeys() - 1, &newLength);
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1792
bplustree_node* other;
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1794
status_t status = cachedOther.Allocate(transaction, &other,
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1801
if (_SplitNode(writableNode, nodeAndKey.nodeOffset, other,
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1812
NodeChecker otherChecker(other, fNodeSize, "insert split other");
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1819
if ((other = cachedOther.SetToWritable(transaction,
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1820
other->LeftLink())) != NULL) {
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1821
other->right_link = HOST_ENDIAN_TO_BFS_INT64(otherOffset);
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
2223
bplustree_node* other = otherCached.SetToWritable(transaction,
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
2225
if (other != NULL)
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
2226
other->right_link = writableNode->right_link;
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
2228
if ((other = otherCached.SetToWritable(transaction, node->RightLink()))
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
2230
other->left_link = writableNode->left_link;
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
314
BPlusTree(const BPlusTree& other);
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
315
BPlusTree& operator=(const BPlusTree& other);
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
339
off_t nodeOffset, bplustree_node* other,
src/add-ons/kernel/file_systems/bfs/CachedBlock.h
50
CachedBlock(const CachedBlock& other);
src/add-ons/kernel/file_systems/bfs/CachedBlock.h
51
CachedBlock& operator=(const CachedBlock& other);
src/add-ons/kernel/file_systems/bfs/Index.h
61
Index(const Index& other);
src/add-ons/kernel/file_systems/bfs/Index.h
62
Index& operator=(const Index& other);
src/add-ons/kernel/file_systems/bfs/Inode.h
217
Inode(const Inode& other);
src/add-ons/kernel/file_systems/bfs/Inode.h
218
Inode& operator=(const Inode& other);
src/add-ons/kernel/file_systems/bfs/Journal.h
208
Transaction(const Transaction& other);
src/add-ons/kernel/file_systems/bfs/Journal.h
209
Transaction& operator=(const Transaction& other);
src/add-ons/kernel/file_systems/bfs/kernel_interface.cpp
1248
Inode* other;
src/add-ons/kernel/file_systems/bfs/kernel_interface.cpp
1249
if (vnode.Get(&other) < B_OK)
src/add-ons/kernel/file_systems/bfs/kernel_interface.cpp
1253
if (inode->IsDirectory() != other->IsDirectory())
src/add-ons/kernel/file_systems/bfs/kernel_interface.cpp
1254
return other->IsDirectory() ? B_IS_A_DIRECTORY : B_NOT_A_DIRECTORY;
src/add-ons/kernel/file_systems/bfs/kernel_interface.cpp
1257
other->IsDirectory());
src/add-ons/kernel/file_systems/btrfs/BTree.cpp
101
const btrfs_key* other;
src/add-ons/kernel/file_systems/btrfs/BTree.cpp
104
other = (const btrfs_key*)(base + mid * entrySize);
src/add-ons/kernel/file_systems/btrfs/BTree.cpp
105
comp = key.Compare(*other);
src/add-ons/kernel/file_systems/btrfs/BTree.h
108
BTree(const BTree& other);
src/add-ons/kernel/file_systems/btrfs/BTree.h
109
BTree& operator=(const BTree& other);
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
292
CachedExtent* other = Next(node);
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
293
if (other != NULL) {
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
294
if (node->End() == other->offset && node->flags == other->flags) {
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
295
node->length += other->length;
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
296
_RemoveExtent(other);
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
300
other = Previous(node);
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
301
if (other != NULL) {
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
302
if (other->End() == node->offset && node->flags == other->flags) {
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
303
other->length += node->length;
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.h
49
CachedExtent(const CachedExtent& other);
src/add-ons/kernel/file_systems/ext2/DirectoryIterator.cpp
37
bool operator<(const HashedEntry& other) const
src/add-ons/kernel/file_systems/ext2/DirectoryIterator.cpp
39
return hash <= other.hash;
src/add-ons/kernel/file_systems/ext2/DirectoryIterator.cpp
42
bool operator>(const HashedEntry& other) const
src/add-ons/kernel/file_systems/ext2/DirectoryIterator.cpp
44
return hash >= other.hash;
src/add-ons/kernel/file_systems/ext2/Transaction.h
64
Transaction(const Transaction& other);
src/add-ons/kernel/file_systems/ext2/Transaction.h
65
Transaction& operator=(const Transaction& other);
src/add-ons/kernel/file_systems/layers/write_overlay/write_overlay.cpp
810
write_buffer *other = fWriteBuffers;
src/add-ons/kernel/file_systems/layers/write_overlay/write_overlay.cpp
816
while (other) {
src/add-ons/kernel/file_systems/layers/write_overlay/write_overlay.cpp
818
off_t otherEnd = other->position + other->length;
src/add-ons/kernel/file_systems/layers/write_overlay/write_overlay.cpp
821
link = &other->next;
src/add-ons/kernel/file_systems/layers/write_overlay/write_overlay.cpp
822
other = other->next;
src/add-ons/kernel/file_systems/layers/write_overlay/write_overlay.cpp
826
if (other->position > newEnd) {
src/add-ons/kernel/file_systems/layers/write_overlay/write_overlay.cpp
833
swallow = other;
src/add-ons/kernel/file_systems/layers/write_overlay/write_overlay.cpp
835
if (other->position <= newPosition) {
src/add-ons/kernel/file_systems/layers/write_overlay/write_overlay.cpp
838
void *target = other->buffer + (newPosition - other->position);
src/add-ons/kernel/file_systems/layers/write_overlay/write_overlay.cpp
855
newLength += newPosition - other->position;
src/add-ons/kernel/file_systems/layers/write_overlay/write_overlay.cpp
856
newPosition = other->position;
src/add-ons/kernel/file_systems/layers/write_overlay/write_overlay.cpp
862
other = other->next;
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
74
ServerKey(const ServerKey& other)
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
75
: fContext(other.fContext),
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
76
fServer(other.fServer)
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
85
ServerKey& operator=(const ServerKey& other)
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
87
fContext = other.fContext;
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
88
fServer = other.fServer;
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
92
bool operator==(const ServerKey& other) const
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
94
return (fContext == other.fContext && fServer == other.fServer);
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
97
bool operator!=(const ServerKey& other) const
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
99
return !(*this == other);
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
101
return !(*this == other);
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
67
EntryKey(const EntryKey& other)
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
68
: directoryID(other.directoryID),
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
69
name(other.name)
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
81
EntryKey& operator=(const EntryKey& other)
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
83
directoryID = other.directoryID;
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
84
name = other.name;
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
88
bool operator==(const EntryKey& other) const
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
90
if (directoryID != other.directoryID)
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
94
return (other.name && strcmp(name, other.name) == 0);
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
96
return !other.name;
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
99
bool operator!=(const EntryKey& other) const
src/add-ons/kernel/file_systems/netfs/headers/shared/Blocker.h
12
Blocker(const Blocker& other);
src/add-ons/kernel/file_systems/netfs/headers/shared/Blocker.h
22
Blocker& operator=(const Blocker& other);
src/add-ons/kernel/file_systems/netfs/headers/shared/Blocker.h
23
bool operator==(const Blocker& other) const;
src/add-ons/kernel/file_systems/netfs/headers/shared/Blocker.h
24
bool operator!=(const Blocker& other) const;
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
171
Permissions::operator=(const Permissions& other)
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
173
fPermissions = other.fPermissions;
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
180
Permissions::operator==(const Permissions& other) const
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
182
return (fPermissions == other.fPermissions);
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
188
Permissions::operator!=(const Permissions& other) const
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
190
return (fPermissions != other.fPermissions);
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
30
inline Permissions(const Permissions& other);
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
47
inline Permissions& operator=(const Permissions& other);
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
48
inline bool operator==(const Permissions& other) const;
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
49
inline bool operator!=(const Permissions& other) const;
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
73
Permissions::Permissions(const Permissions& other)
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
74
: fPermissions(other.fPermissions)
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
110
Iterator &operator=(const Iterator &other)
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
112
fList = other.fList;
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
113
fPrevious = other.fPrevious;
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
114
fCurrent = other.fCurrent;
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
115
fNext = other.fNext;
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
134
ConstIterator(const ConstIterator &other)
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
136
*this = other;
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
152
ConstIterator &operator=(const ConstIterator &other)
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
154
fList = other.fList;
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
155
fNext = other.fNext;
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
77
Iterator(const Iterator &other)
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
79
*this = other;
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerInfo.h
34
ServerInfo(const ServerInfo& other);
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerInfo.h
52
ServerInfo& operator=(const ServerInfo& other);
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
24
NodeID(const NodeID& other)
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
25
: volumeID(other.volumeID),
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
26
nodeID(other.nodeID)
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
36
NodeID& operator=(const NodeID& other)
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
38
volumeID = other.volumeID;
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
39
nodeID = other.nodeID;
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
43
bool operator==(const NodeID& other) const
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
45
return (volumeID == other.volumeID && nodeID == other.nodeID);
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
48
bool operator!=(const NodeID& other) const
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
50
return !(*this == other);
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
65
inline ServerNodeID& operator=(const NodeID& other);
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
71
ServerNodeID::operator=(const NodeID& other)
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
73
NodeID::operator=(other);
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
22
NodeRef(const NodeRef& other)
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
23
: node_ref(other)
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
33
NodeRef& operator=(const node_ref& other)
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
35
node_ref::operator=(other);
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
39
bool operator==(const node_ref& other) const
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
41
return node_ref::operator==(other);
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
44
bool operator!=(const NodeRef& other) const
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
46
return !(*this == other);
src/add-ons/kernel/file_systems/netfs/server/SecurityContext.cpp
324
UserPath(const UserPath& other)
src/add-ons/kernel/file_systems/netfs/server/SecurityContext.cpp
325
: path(other.path),
src/add-ons/kernel/file_systems/netfs/server/SecurityContext.cpp
326
user(other.user)
src/add-ons/kernel/file_systems/netfs/server/SecurityContext.cpp
340
UserPath& operator=(const UserPath& other)
src/add-ons/kernel/file_systems/netfs/server/SecurityContext.cpp
342
path = other.path;
src/add-ons/kernel/file_systems/netfs/server/SecurityContext.cpp
343
user = other.user;
src/add-ons/kernel/file_systems/netfs/server/SecurityContext.cpp
347
bool operator==(const UserPath& other) const
src/add-ons/kernel/file_systems/netfs/server/SecurityContext.cpp
349
return (path == other.path && user == other.user);
src/add-ons/kernel/file_systems/netfs/server/SecurityContext.cpp
352
bool operator!=(const UserPath& other) const
src/add-ons/kernel/file_systems/netfs/server/SecurityContext.cpp
354
return !(*this == other);
src/add-ons/kernel/file_systems/netfs/server/Volume.cpp
42
EntryKey(const EntryKey& other)
src/add-ons/kernel/file_systems/netfs/server/Volume.cpp
43
: directoryID(other.directoryID),
src/add-ons/kernel/file_systems/netfs/server/Volume.cpp
44
name(other.name)
src/add-ons/kernel/file_systems/netfs/server/Volume.cpp
56
EntryKey& operator=(const EntryKey& other)
src/add-ons/kernel/file_systems/netfs/server/Volume.cpp
58
directoryID = other.directoryID;
src/add-ons/kernel/file_systems/netfs/server/Volume.cpp
59
name = other.name;
src/add-ons/kernel/file_systems/netfs/server/Volume.cpp
63
bool operator==(const EntryKey& other) const
src/add-ons/kernel/file_systems/netfs/server/Volume.cpp
65
if (directoryID != other.directoryID)
src/add-ons/kernel/file_systems/netfs/server/Volume.cpp
69
return (other.name && strcmp(name, other.name) == 0);
src/add-ons/kernel/file_systems/netfs/server/Volume.cpp
71
return !other.name;
src/add-ons/kernel/file_systems/netfs/server/Volume.cpp
74
bool operator!=(const EntryKey& other) const
src/add-ons/kernel/file_systems/netfs/server/Volume.cpp
76
return !(*this == other);
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.cpp
158
bool operator==(const EntryMovedEventKey& other) const
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.cpp
160
return (*(const EntryRef*)this) == other
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.cpp
161
&& toDirectory == other.toDirectory
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.cpp
162
&& toName == other.toName;
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.cpp
165
bool operator!=(const EntryMovedEventKey& other) const
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.cpp
167
return !(*this == other);
src/add-ons/kernel/file_systems/netfs/shared/Blocker.cpp
118
Blocker::operator=(const Blocker& other)
src/add-ons/kernel/file_systems/netfs/shared/Blocker.cpp
121
fData = other.fData;
src/add-ons/kernel/file_systems/netfs/shared/Blocker.cpp
129
Blocker::operator==(const Blocker& other) const
src/add-ons/kernel/file_systems/netfs/shared/Blocker.cpp
131
return (fData == other.fData);
src/add-ons/kernel/file_systems/netfs/shared/Blocker.cpp
136
Blocker::operator!=(const Blocker& other) const
src/add-ons/kernel/file_systems/netfs/shared/Blocker.cpp
138
return (fData != other.fData);
src/add-ons/kernel/file_systems/netfs/shared/Blocker.cpp
48
Blocker::Blocker(const Blocker& other)
src/add-ons/kernel/file_systems/netfs/shared/Blocker.cpp
51
*this = other;
src/add-ons/kernel/file_systems/netfs/shared/ServerInfo.cpp
197
ServerInfo::operator=(const ServerInfo& other)
src/add-ons/kernel/file_systems/netfs/shared/ServerInfo.cpp
199
fServerName = other.fServerName;
src/add-ons/kernel/file_systems/netfs/shared/ServerInfo.cpp
200
fConnectionMethod = other.fConnectionMethod;
src/add-ons/kernel/file_systems/netfs/shared/ServerInfo.cpp
202
int32 count = other.fShareInfos.Count();
src/add-ons/kernel/file_systems/netfs/shared/ServerInfo.cpp
204
fShareInfos.PushBack(other.fShareInfos.ElementAt(i));
src/add-ons/kernel/file_systems/netfs/shared/ServerInfo.cpp
85
ServerInfo::ServerInfo(const ServerInfo& other)
src/add-ons/kernel/file_systems/netfs/shared/ServerInfo.cpp
91
(*this) = other;
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingDirectory.cpp
115
PackageDirectory* other = fPackageDirectories.Head();
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingDirectory.cpp
116
bool overridesHead = other == NULL
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingDirectory.cpp
117
|| packageDirectory->HasPrecedenceOver(other);
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingDirectory.cpp
120
fPackageDirectories.InsertBefore(other, packageDirectory);
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingDirectory.cpp
121
NodeReinitVFS(deviceID, fID, packageDirectory, other, fFlags);
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingDirectory.cpp
177
PackageDirectory* other = fPackageDirectories.Head();
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingDirectory.cpp
178
return other == NULL || packageDirectory->HasPrecedenceOver(other);
src/add-ons/kernel/file_systems/packagefs/package/PackageDirectory.cpp
47
PackageDirectory::HasPrecedenceOver(const PackageDirectory* other) const
src/add-ons/kernel/file_systems/packagefs/package/PackageDirectory.cpp
52
BReference<Package> package(GetPackage()), otherPackage(other->GetPackage());
src/add-ons/kernel/file_systems/packagefs/package/PackageDirectory.cpp
60
return PackageNode::HasPrecedenceOver(other);
src/add-ons/kernel/file_systems/packagefs/package/PackageDirectory.cpp
64
otherAttrs = other->fAttributes.Count();
src/add-ons/kernel/file_systems/packagefs/package/PackageDirectory.cpp
67
return PackageNode::HasPrecedenceOver(other);
src/add-ons/kernel/file_systems/packagefs/package/PackageDirectory.h
32
bool HasPrecedenceOver(const PackageDirectory* other)
src/add-ons/kernel/file_systems/packagefs/package/PackageNode.cpp
131
PackageNode::HasPrecedenceOver(const PackageNode* other) const
src/add-ons/kernel/file_systems/packagefs/package/PackageNode.cpp
134
BReference<Package> package(GetPackage()), otherPackage(other->GetPackage());
src/add-ons/kernel/file_systems/packagefs/package/PackageNode.cpp
148
return ModifiedTime() > other->ModifiedTime();
src/add-ons/kernel/file_systems/packagefs/package/PackageNode.h
73
bool HasPrecedenceOver(const PackageNode* other) const;
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
31
node_ref::node_ref(const node_ref& other)
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
33
device(other.device),
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
34
node(other.node)
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
40
node_ref::operator==(const node_ref& other) const
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
42
return device == other.device && node == other.node;
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
47
node_ref::operator!=(const node_ref& other) const
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
49
return !(*this == other);
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
54
node_ref::operator<(const node_ref& other) const
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
56
if (device != other.device)
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
57
return device < other.device;
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
58
return node < other.node;
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
63
node_ref::operator=(const node_ref& other)
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
65
device = other.device;
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
66
node = other.node;
src/add-ons/kernel/file_systems/packagefs/util/String.cpp
24
String::operator=(const String& other)
src/add-ons/kernel/file_systems/packagefs/util/String.cpp
26
if (this == &other)
src/add-ons/kernel/file_systems/packagefs/util/String.cpp
30
fData = other.fData;
src/add-ons/kernel/file_systems/packagefs/util/String.h
100
String::operator==(const String& other) const
src/add-ons/kernel/file_systems/packagefs/util/String.h
102
return fData == other.fData;
src/add-ons/kernel/file_systems/packagefs/util/String.h
107
String::operator!=(const String& other) const
src/add-ons/kernel/file_systems/packagefs/util/String.h
109
return !(*this == other);
src/add-ons/kernel/file_systems/packagefs/util/String.h
15
String(const String& other);
src/add-ons/kernel/file_systems/packagefs/util/String.h
28
String& operator=(const String& other);
src/add-ons/kernel/file_systems/packagefs/util/String.h
30
bool operator==(const String& other) const;
src/add-ons/kernel/file_systems/packagefs/util/String.h
31
bool operator!=(const String& other) const;
src/add-ons/kernel/file_systems/packagefs/util/String.h
49
String::String(const String& other)
src/add-ons/kernel/file_systems/packagefs/util/String.h
51
fData(other.fData)
src/add-ons/kernel/file_systems/packagefs/util/StringKey.h
38
inline int Compare(const ::StringKey& other) const
src/add-ons/kernel/file_systems/packagefs/util/StringKey.h
40
if (fHash == other.fHash) {
src/add-ons/kernel/file_systems/packagefs/util/StringKey.h
41
if (fString == other.fString)
src/add-ons/kernel/file_systems/packagefs/util/StringKey.h
43
return strcmp(fString, other.fString);
src/add-ons/kernel/file_systems/packagefs/util/StringKey.h
45
return (fHash < other.fHash) ? -1 : 1;
src/add-ons/kernel/file_systems/packagefs/util/StringKey.h
48
bool operator==(const ::String& other) const
src/add-ons/kernel/file_systems/packagefs/util/StringKey.h
50
return Compare(StringKey(other)) == 0;
src/add-ons/kernel/file_systems/packagefs/util/StringKey.h
53
bool operator!=(const ::String& other) const
src/add-ons/kernel/file_systems/packagefs/util/StringKey.h
55
return !(*this == other);
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
384
Iterator(const Iterator& other)
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
386
fIterator(other.fIterator)
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
390
Iterator& operator=(const Iterator& other)
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
392
fIterator = other.fIterator;
src/add-ons/kernel/file_systems/packagefs/util/Version.cpp
102
Version::Compare(const Version& other) const
src/add-ons/kernel/file_systems/packagefs/util/Version.cpp
104
int cmp = compare_version_part(fMajor, other.fMajor);
src/add-ons/kernel/file_systems/packagefs/util/Version.cpp
108
cmp = compare_version_part(fMinor, other.fMinor);
src/add-ons/kernel/file_systems/packagefs/util/Version.cpp
112
cmp = compare_version_part(fMicro, other.fMicro);
src/add-ons/kernel/file_systems/packagefs/util/Version.cpp
120
if (!other.fPreRelease.IsEmpty())
src/add-ons/kernel/file_systems/packagefs/util/Version.cpp
122
} else if (other.fPreRelease.IsEmpty()) {
src/add-ons/kernel/file_systems/packagefs/util/Version.cpp
126
cmp = BPrivate::NaturalCompare(fPreRelease, other.fPreRelease);
src/add-ons/kernel/file_systems/packagefs/util/Version.cpp
131
return fRevision == other.fRevision
src/add-ons/kernel/file_systems/packagefs/util/Version.cpp
132
? 0 : (fRevision < other.fRevision ? -1 : 1);
src/add-ons/kernel/file_systems/packagefs/util/Version.cpp
138
const Version& other) const
src/add-ons/kernel/file_systems/packagefs/util/Version.cpp
140
int cmp = Compare(other);
src/add-ons/kernel/file_systems/packagefs/util/Version.h
31
int Compare(const Version& other) const;
src/add-ons/kernel/file_systems/packagefs/util/Version.h
33
const Version& other) const;
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
313
Iterator(const Iterator& other)
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
314
: fIterator(other.fIterator)
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
318
Iterator &operator=(const Iterator& other)
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
320
fIterator = other.fIterator;
src/add-ons/kernel/file_systems/ramfs/Volume.h
64
inline bool operator==(const NodeListenerValue &other)
src/add-ons/kernel/file_systems/ramfs/Volume.h
65
{ return listener == other.listener; }
src/add-ons/kernel/file_systems/ramfs/Volume.h
82
inline bool operator==(const EntryListenerValue &other)
src/add-ons/kernel/file_systems/ramfs/Volume.h
83
{ return listener == other.listener; }
src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp
76
bool operator==(const NodeListenerKey& other) const
src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp
78
return fClientListener == other.fClientListener
src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp
79
&& fDevice == other.fDevice && fNode == other.fNode;
src/add-ons/kernel/file_systems/userlandfs/server/IORequestInfo.h
31
IORequestInfo(const IORequestInfo& other)
src/add-ons/kernel/file_systems/userlandfs/server/IORequestInfo.h
33
offset(other.offset),
src/add-ons/kernel/file_systems/userlandfs/server/IORequestInfo.h
34
length(other.length),
src/add-ons/kernel/file_systems/userlandfs/server/IORequestInfo.h
35
id(other.id),
src/add-ons/kernel/file_systems/userlandfs/server/IORequestInfo.h
36
isWrite(other.isWrite),
src/add-ons/kernel/file_systems/userlandfs/server/IORequestInfo.h
37
isVIP(other.isVIP)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp
513
RWLockableReadLocking(const RWLockableReadLocking& other)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp
515
fLockManager(other.fLockManager)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp
548
RWLockableWriteLocking(const RWLockableWriteLocking& other)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp
550
fLockManager(other.fLockManager)
src/add-ons/kernel/file_systems/userlandfs/shared/DriverSettings.cpp
50
const DriverParameterIterator& other)
src/add-ons/kernel/file_systems/userlandfs/shared/DriverSettings.cpp
53
_SetTo(other.fDelegate, true);
src/add-ons/kernel/file_systems/userlandfs/shared/DriverSettings.cpp
86
DriverParameterIterator::operator=(const DriverParameterIterator& other)
src/add-ons/kernel/file_systems/userlandfs/shared/DriverSettings.cpp
88
_SetTo(other.fDelegate, true);
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
113
UnixAddress& operator=(const UnixAddress& other)
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
115
fInternalID = other.fInternalID;
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
116
fVolumeID = other.fVolumeID;
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
117
fNodeID = other.fNodeID;
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
118
fVnode = other.fVnode;
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
122
bool operator==(const UnixAddress& other) const
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
125
? fInternalID == other.fInternalID
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
126
: fVolumeID == other.fVolumeID
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
127
&& fNodeID == other.fNodeID;
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
130
bool operator!=(const UnixAddress& other) const
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
132
return !(*this == other);
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
35
UnixAddress(const UnixAddress& other)
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
37
*this = other;
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
266
partition_data* other = get_child_partition(partition->id, i);
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
267
if (other == NULL || other->id == child->id
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
268
|| other->offset < child->offset)
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
271
if (newEnd > other->offset)
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
272
newEnd = other->offset;
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
302
partition_data* other = get_child_partition(partition->id, i);
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
303
if (other == NULL || other->id == child->id
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
304
|| other->offset < child->offset)
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
307
if (other->offset < newStart + child->size)
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
308
newStart = other->offset - child->size;
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
314
partition_data* other = get_child_partition(partition->id, i);
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
315
if (other == NULL || other->id == child->id
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
316
|| other->offset > child->offset)
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
319
if (other->offset + other->size > newStart)
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
320
newStart = other->offset + other->size;
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
408
partition_data* other = get_child_partition(partition->id, i);
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
409
if (other == NULL)
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
412
if (other->offset < *start && other->offset + other->size > *start)
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
413
*start = other->offset + other->size;
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
415
if (other->offset > *start && other->offset < *start + *size)
src/add-ons/kernel/partitioning_systems/gpt/gpt.cpp
416
*size = other->offset - *start;
src/add-ons/kernel/partitioning_systems/gpt/gpt_known_guids.h
26
inline bool operator==(const guid& other) const;
src/add-ons/kernel/partitioning_systems/gpt/gpt_known_guids.h
32
static_guid::operator==(const guid_t& other) const
src/add-ons/kernel/partitioning_systems/gpt/gpt_known_guids.h
34
return B_HOST_TO_LENDIAN_INT32(data1) == other.data1
src/add-ons/kernel/partitioning_systems/gpt/gpt_known_guids.h
35
&& B_HOST_TO_LENDIAN_INT16(data2) == other.data2
src/add-ons/kernel/partitioning_systems/gpt/gpt_known_guids.h
36
&& B_HOST_TO_LENDIAN_INT16(data3) == other.data3
src/add-ons/kernel/partitioning_systems/gpt/gpt_known_guids.h
37
&& B_HOST_TO_BENDIAN_INT64(*(uint64*)&data4) == *(uint64*)other.data4;
src/add-ons/kernel/partitioning_systems/gpt/guid.h
18
inline bool operator==(const guid &other) const;
src/add-ons/kernel/partitioning_systems/gpt/guid.h
19
inline bool operator!=(const guid &other) const;
src/add-ons/kernel/partitioning_systems/gpt/guid.h
24
guid_t::operator==(const guid_t &other) const
src/add-ons/kernel/partitioning_systems/gpt/guid.h
26
return data1 == other.data1
src/add-ons/kernel/partitioning_systems/gpt/guid.h
27
&& data2 == other.data2
src/add-ons/kernel/partitioning_systems/gpt/guid.h
28
&& data3 == other.data3
src/add-ons/kernel/partitioning_systems/gpt/guid.h
29
&& *(uint64 *)data4 == *(uint64 *)other.data4;
src/add-ons/kernel/partitioning_systems/gpt/guid.h
34
guid_t::operator!=(const guid_t &other) const
src/add-ons/kernel/partitioning_systems/gpt/guid.h
36
return data1 != other.data1
src/add-ons/kernel/partitioning_systems/gpt/guid.h
37
|| data2 != other.data2
src/add-ons/kernel/partitioning_systems/gpt/guid.h
38
|| data3 != other.data3
src/add-ons/kernel/partitioning_systems/gpt/guid.h
39
|| *(uint64 *)data4 != *(uint64 *)other.data4;
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
528
PrimaryPartition::Assign(const PrimaryPartition& other)
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
531
other.GetPartitionDescriptor(&descriptor);
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
532
SetTo(&descriptor, 0, other.BlockSize());
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
534
const LogicalPartition* otherLogical = other.fHead;
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
746
PartitionMap::Assign(const PartitionMap& other)
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
749
status_t error = fPrimaries[i].Assign(other.fPrimaries[i]);
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.h
215
status_t Assign(const PrimaryPartition& other);
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.h
291
status_t Assign(const PartitionMap& other);
src/add-ons/kernel/partitioning_systems/session/Disc.h
86
Session(const Session& other);
src/add-ons/kernel/partitioning_systems/session/Disc.h
88
Session& operator=(const Session& other);
src/add-ons/kernel/partitioning_systems/vmdk/vmdk.cpp
101
bool operator==(const char* other) const
src/add-ons/kernel/partitioning_systems/vmdk/vmdk.cpp
103
return strcmp(string, other) == 0;
src/add-ons/kernel/partitioning_systems/vmdk/vmdk.cpp
106
bool operator!=(const char* other) const
src/add-ons/kernel/partitioning_systems/vmdk/vmdk.cpp
108
return !(*this == other);
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Response.cpp
359
StringArgument::StringArgument(const StringArgument& other)
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Response.cpp
361
fString(other.fString)
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Response.h
199
ResponseParser(const ResponseParser& other);
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Response.h
87
StringArgument(const StringArgument& other);
src/add-ons/media/media-add-ons/mixer/RtList.h
61
RtList(const RtList<value>& other);
src/add-ons/media/media-add-ons/mixer/RtList.h
62
RtList<value> &operator=(const RtList<value>& other);
src/add-ons/translators/ico/ICO.h
80
operator==(const rgba32_color& other) const
src/add-ons/translators/ico/ICO.h
82
return red == other.red && green == other.green && blue == other.blue;
src/add-ons/translators/pcx/PCX.h
46
operator==(const rgba32_color& other) const
src/add-ons/translators/pcx/PCX.h
48
return red == other.red && green == other.green && blue == other.blue;
src/add-ons/translators/raw/LibRAW.cpp
36
#define P2 fRaw->imgdata.other
src/apps/aboutsystem/Utilities.cpp
109
StringVector::StringVector(const StringVector& other)
src/apps/aboutsystem/Utilities.cpp
114
if (other.fCount == 0)
src/apps/aboutsystem/Utilities.cpp
117
fStrings = new BString[other.fCount];
src/apps/aboutsystem/Utilities.cpp
118
fCount = other.fCount;
src/apps/aboutsystem/Utilities.cpp
121
fStrings[i] = other.fStrings[i];
src/apps/aboutsystem/Utilities.cpp
247
PackageCredit::PackageCredit(const PackageCredit& other)
src/apps/aboutsystem/Utilities.cpp
249
fPackageName(other.fPackageName),
src/apps/aboutsystem/Utilities.cpp
250
fCopyrights(other.fCopyrights),
src/apps/aboutsystem/Utilities.cpp
251
fLicenses(other.fLicenses),
src/apps/aboutsystem/Utilities.cpp
252
fSources(other.fSources),
src/apps/aboutsystem/Utilities.cpp
253
fURL(other.fURL)
src/apps/aboutsystem/Utilities.cpp
272
PackageCredit::IsBetterThan(const PackageCredit& other) const
src/apps/aboutsystem/Utilities.cpp
275
if (CountLicenses() > 0 && other.CountLicenses() == 0)
src/apps/aboutsystem/Utilities.cpp
279
return _MaxCopyrightYear() > other._MaxCopyrightYear();
src/apps/aboutsystem/Utilities.h
35
StringVector(const StringVector& other);
src/apps/aboutsystem/Utilities.h
61
PackageCredit(const PackageCredit& other);
src/apps/aboutsystem/Utilities.h
66
bool IsBetterThan(const PackageCredit& other) const;
src/apps/activitymonitor/DataSource.cpp
1047
CPUUsageDataSource::CPUUsageDataSource(const CPUUsageDataSource& other)
src/apps/activitymonitor/DataSource.cpp
1048
: DataSource(other)
src/apps/activitymonitor/DataSource.cpp
1050
fPreviousActive = other.fPreviousActive;
src/apps/activitymonitor/DataSource.cpp
1051
fPreviousTime = other.fPreviousTime;
src/apps/activitymonitor/DataSource.cpp
1052
fCPU = other.fCPU;
src/apps/activitymonitor/DataSource.cpp
1053
fLabel = other.fLabel;
src/apps/activitymonitor/DataSource.cpp
1054
fShortLabel = other.fShortLabel;
src/apps/activitymonitor/DataSource.cpp
1204
const CPUCombinedUsageDataSource& other)
src/apps/activitymonitor/DataSource.cpp
1205
: DataSource(other)
src/apps/activitymonitor/DataSource.cpp
1207
fPreviousActive = other.fPreviousActive;
src/apps/activitymonitor/DataSource.cpp
1208
fPreviousTime = other.fPreviousTime;
src/apps/activitymonitor/DataSource.cpp
1319
PageFaultsDataSource::PageFaultsDataSource(const PageFaultsDataSource& other)
src/apps/activitymonitor/DataSource.cpp
1320
: DataSource(other)
src/apps/activitymonitor/DataSource.cpp
1322
fPreviousFaults = other.fPreviousFaults;
src/apps/activitymonitor/DataSource.cpp
1323
fPreviousTime = other.fPreviousTime;
src/apps/activitymonitor/DataSource.cpp
1426
const NetworkUsageDataSource& other)
src/apps/activitymonitor/DataSource.cpp
1427
: DataSource(other)
src/apps/activitymonitor/DataSource.cpp
1429
fIn = other.fIn;
src/apps/activitymonitor/DataSource.cpp
1430
fPreviousBytes = other.fPreviousBytes;
src/apps/activitymonitor/DataSource.cpp
1431
fPreviousTime = other.fPreviousTime;
src/apps/activitymonitor/DataSource.cpp
1536
const ClipboardSizeDataSource& other)
src/apps/activitymonitor/DataSource.cpp
1537
: DataSource(other)
src/apps/activitymonitor/DataSource.cpp
1539
fText = other.fText;
src/apps/activitymonitor/DataSource.cpp
69
DataSource::DataSource(const DataSource& other)
src/apps/activitymonitor/DataSource.cpp
71
fMinimum = other.fMinimum;
src/apps/activitymonitor/DataSource.cpp
72
fMaximum = other.fMaximum;
src/apps/activitymonitor/DataSource.cpp
73
fInterval = other.fInterval;
src/apps/activitymonitor/DataSource.cpp
74
fColor = other.fColor;
src/apps/activitymonitor/DataSource.cpp
820
CPUFrequencyDataSource::CPUFrequencyDataSource(const CPUFrequencyDataSource& other)
src/apps/activitymonitor/DataSource.cpp
821
: DataSource(other)
src/apps/activitymonitor/DataSource.cpp
823
fCPU = other.fCPU;
src/apps/activitymonitor/DataSource.cpp
824
fLabel = other.fLabel;
src/apps/activitymonitor/DataSource.cpp
825
fShortLabel = other.fShortLabel;
src/apps/activitymonitor/DataSource.h
213
CPUUsageDataSource(const CPUUsageDataSource& other);
src/apps/activitymonitor/DataSource.h
246
const CPUCombinedUsageDataSource& other);
src/apps/activitymonitor/DataSource.h
25
DataSource(const DataSource& other);
src/apps/activitymonitor/DataSource.h
271
CPUFrequencyDataSource(const CPUFrequencyDataSource& other);
src/apps/activitymonitor/DataSource.h
322
const PageFaultsDataSource& other);
src/apps/activitymonitor/DataSource.h
347
const NetworkUsageDataSource& other);
src/apps/activitymonitor/DataSource.h
374
const ClipboardSizeDataSource& other);
src/apps/cortex/RouteApp/NodeKey.h
82
const NodeKey& other) const {
src/apps/cortex/RouteApp/NodeKey.h
83
return key() < other.key();
src/apps/debuganalyzer/gui/ListSelectionModel.cpp
156
ListSelectionModel::operator=(const ListSelectionModel& other)
src/apps/debuganalyzer/gui/ListSelectionModel.cpp
160
fSelectedItems = other.fSelectedItems;
src/apps/debuganalyzer/gui/ListSelectionModel.cpp
18
ListSelectionModel::ListSelectionModel(const ListSelectionModel& other)
src/apps/debuganalyzer/gui/ListSelectionModel.cpp
20
*this = other;
src/apps/debuganalyzer/gui/ListSelectionModel.h
22
const ListSelectionModel& other);
src/apps/debuganalyzer/gui/ListSelectionModel.h
44
ListSelectionModel& operator=(const ListSelectionModel& other);
src/apps/debuganalyzer/gui/SubWindow.cpp
32
ObjectSubWindowKey::Equals(const SubWindowKey* other) const
src/apps/debuganalyzer/gui/SubWindow.cpp
34
if (this == other)
src/apps/debuganalyzer/gui/SubWindow.cpp
38
= dynamic_cast<const ObjectSubWindowKey*>(other);
src/apps/debuganalyzer/gui/SubWindow.h
20
virtual bool Equals(const SubWindowKey* other) const = 0;
src/apps/debuganalyzer/gui/SubWindow.h
29
virtual bool Equals(const SubWindowKey* other) const;
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
30
ChartDataRange(const ChartDataRange& other)
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
32
min(other.min),
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
33
max(other.max)
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
48
ChartDataRange& Extend(const ChartDataRange& other)
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
50
min = std::min(min, other.min);
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
51
max = std::max(max, other.max);
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
69
ChartDataRange& operator=(const ChartDataRange& other)
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
71
min = other.min;
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
72
max = other.max;
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
76
bool operator==(const ChartDataRange& other) const
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
78
return min == other.min && max == other.max;
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
81
bool operator!=(const ChartDataRange& other) const
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
83
return !(*this == other);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
106
TreeTablePath::operator=(const TreeTablePath& other)
src/apps/debuganalyzer/gui/table/TreeTable.cpp
109
fComponents = other.fComponents;
src/apps/debuganalyzer/gui/table/TreeTable.cpp
117
TreeTablePath::operator==(const TreeTablePath& other) const
src/apps/debuganalyzer/gui/table/TreeTable.cpp
119
return fComponents == other.fComponents;
src/apps/debuganalyzer/gui/table/TreeTable.cpp
124
TreeTablePath::operator!=(const TreeTablePath& other) const
src/apps/debuganalyzer/gui/table/TreeTable.cpp
126
return fComponents != other.fComponents;
src/apps/debuganalyzer/gui/table/TreeTable.cpp
41
TreeTablePath::TreeTablePath(const TreeTablePath& other)
src/apps/debuganalyzer/gui/table/TreeTable.cpp
43
*this = other;
src/apps/debuganalyzer/gui/table/TreeTable.cpp
47
TreeTablePath::TreeTablePath(const TreeTablePath& other, int32 childIndex)
src/apps/debuganalyzer/gui/table/TreeTable.cpp
49
*this = other;
src/apps/debuganalyzer/gui/table/TreeTable.h
27
TreeTablePath(const TreeTablePath& other);
src/apps/debuganalyzer/gui/table/TreeTable.h
28
TreeTablePath(const TreeTablePath& other,
src/apps/debuganalyzer/gui/table/TreeTable.h
39
TreeTablePath& operator=(const TreeTablePath& other);
src/apps/debuganalyzer/gui/table/TreeTable.h
40
bool operator==(const TreeTablePath& other) const;
src/apps/debuganalyzer/gui/table/TreeTable.h
41
bool operator!=(const TreeTablePath& other) const;
src/apps/debuganalyzer/model/Model.h
1467
const CompactThreadSchedulingState& other)
src/apps/debuganalyzer/model/Model.h
1469
lastTime = other.lastTime;
src/apps/debuganalyzer/model/Model.h
1470
thread = other.thread;
src/apps/debuganalyzer/model/Model.h
1471
waitObject = other.waitObject;
src/apps/debuganalyzer/model/Model.h
1472
state = other.state;
src/apps/debuganalyzer/model/Model.h
1473
priority = other.priority;
src/apps/debuganalyzer/model/Model.h
1482
const CompactThreadSchedulingState& other)
src/apps/debuganalyzer/model/Model.h
1484
this->CompactThreadSchedulingState::operator=(other);
src/apps/debuganalyzer/model/Model.h
564
const CompactThreadSchedulingState& other);
src/apps/debuganalyzer/model/Model.h
573
const CompactThreadSchedulingState& other);
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
124
bool operator==(const Key& other) const
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
126
return *variable == *other.variable && *path == *other.path;
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
33
VariablesViewNodeInfo::VariablesViewNodeInfo(const VariablesViewNodeInfo& other)
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
35
fNodeExpanded(other.fNodeExpanded),
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
36
fCastedType(other.fCastedType),
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
37
fTypeHandler(other.fTypeHandler),
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
38
fRendererSettings(other.fRendererSettings)
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
56
VariablesViewNodeInfo::operator=(const VariablesViewNodeInfo& other)
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
58
fNodeExpanded = other.fNodeExpanded;
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
59
SetCastedType(other.fCastedType);
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
60
SetTypeHandler(other.fTypeHandler);
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
61
fRendererSettings = other.fRendererSettings;
src/apps/debugger/user_interface/gui/model/VariablesViewState.h
27
const VariablesViewNodeInfo& other);
src/apps/debugger/user_interface/gui/model/VariablesViewState.h
31
const VariablesViewNodeInfo& other);
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
34
bool operator==(const Key& other) const
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
36
return threadID == other.threadID && *functionID == *other.functionID;
src/apps/debugger/user_interface/gui/settings/GuiTeamUiSettings.cpp
123
GuiTeamUiSettings::operator=(const GuiTeamUiSettings& other)
src/apps/debugger/user_interface/gui/settings/GuiTeamUiSettings.cpp
125
if (_SetTo(other) != B_OK)
src/apps/debugger/user_interface/gui/settings/GuiTeamUiSettings.cpp
133
GuiTeamUiSettings::_SetTo(const GuiTeamUiSettings& other)
src/apps/debugger/user_interface/gui/settings/GuiTeamUiSettings.cpp
137
fID = other.fID;
src/apps/debugger/user_interface/gui/settings/GuiTeamUiSettings.cpp
139
fValues = other.fValues;
src/apps/debugger/user_interface/gui/settings/GuiTeamUiSettings.cpp
24
GuiTeamUiSettings::GuiTeamUiSettings(const GuiTeamUiSettings& other)
src/apps/debugger/user_interface/gui/settings/GuiTeamUiSettings.cpp
26
if (_SetTo(other) != B_OK)
src/apps/debugger/user_interface/gui/settings/GuiTeamUiSettings.h
23
other);
src/apps/debugger/user_interface/gui/settings/GuiTeamUiSettings.h
40
GuiTeamUiSettings& operator=(const GuiTeamUiSettings& other);
src/apps/debugger/user_interface/gui/settings/GuiTeamUiSettings.h
45
status_t _SetTo(const GuiTeamUiSettings& other);
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
212
for (int32 i = 0; Image* other = fImagesTableModel->ImageAt(i); i++) {
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
213
if (fImage == other) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
342
bool operator==(const SelectionPoint& other)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
344
return line == other.line && offset == other.offset;
src/apps/debugger/user_interface/gui/team_window/StackTraceView.cpp
172
for (int32 i = 0; StackFrame* other = fStackTrace->FrameAt(i); i++) {
src/apps/debugger/user_interface/gui/team_window/StackTraceView.cpp
173
if (stackFrame == other) {
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
110
bool operator==(const ThreadStackFrameSelectionKey& other) const
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
112
return thread == other.thread;
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp
264
for (int32 i = 0; Thread* other = fThreadsTableModel->ThreadAt(i);
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp
266
if (fThread == other) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
109
bool operator==(const FunctionKey& other) const
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
111
return *function == *other.function;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
233
virtual bool operator==(const ObjectID& other) const
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
236
= dynamic_cast<const ExpressionVariableID*>(&other);
src/apps/glteapot/util.h
321
inline void add_new(LispList other)
src/apps/glteapot/util.h
323
for (LispNode<contents>* n = other.first; n; n = n->cdr)
src/apps/glteapot/util.h
328
inline void add_new_once(LispList other)
src/apps/glteapot/util.h
330
for (LispNode<contents>* n = other.first; n; n = n->cdr)
src/apps/glteapot/util.h
337
inline void rem_del(LispList other)
src/apps/glteapot/util.h
339
for (LispNode<contents>* n = other.first; n; n = n->cdr)
src/apps/haikudepot/model/AccessToken.cpp
45
AccessToken::operator=(const AccessToken& other)
src/apps/haikudepot/model/AccessToken.cpp
47
fToken = other.fToken;
src/apps/haikudepot/model/AccessToken.cpp
48
fExpiryTimestamp = other.fExpiryTimestamp;
src/apps/haikudepot/model/AccessToken.cpp
54
AccessToken::operator==(const AccessToken& other) const
src/apps/haikudepot/model/AccessToken.cpp
56
return fToken == other.fToken;
src/apps/haikudepot/model/AccessToken.cpp
61
AccessToken::operator!=(const AccessToken& other) const
src/apps/haikudepot/model/AccessToken.cpp
63
return !(*this == other);
src/apps/haikudepot/model/AccessToken.h
28
AccessToken& operator=(const AccessToken& other);
src/apps/haikudepot/model/AccessToken.h
29
bool operator==(const AccessToken& other) const;
src/apps/haikudepot/model/AccessToken.h
30
bool operator!=(const AccessToken& other) const;
src/apps/haikudepot/model/DeskbarLink.cpp
117
DeskbarLink::operator=(const DeskbarLink& other)
src/apps/haikudepot/model/DeskbarLink.cpp
119
if (this == &other)
src/apps/haikudepot/model/DeskbarLink.cpp
121
fPath = other.Path();
src/apps/haikudepot/model/DeskbarLink.cpp
122
fLink = other.Link();
src/apps/haikudepot/model/DeskbarLink.cpp
128
DeskbarLink::operator==(const DeskbarLink& other)
src/apps/haikudepot/model/DeskbarLink.cpp
130
return fPath == other.fPath && fLink == other.fLink;
src/apps/haikudepot/model/DeskbarLink.cpp
135
DeskbarLink::operator!=(const DeskbarLink& other)
src/apps/haikudepot/model/DeskbarLink.cpp
137
return !(*this == other);
src/apps/haikudepot/model/DeskbarLink.cpp
39
DeskbarLink::DeskbarLink(const DeskbarLink& other)
src/apps/haikudepot/model/DeskbarLink.cpp
41
fPath(other.fPath),
src/apps/haikudepot/model/DeskbarLink.cpp
42
fLink(other.fLink)
src/apps/haikudepot/model/DeskbarLink.h
26
DeskbarLink(const DeskbarLink& other);
src/apps/haikudepot/model/DeskbarLink.h
35
bool operator==(const DeskbarLink& other);
src/apps/haikudepot/model/DeskbarLink.h
36
bool operator!=(const DeskbarLink& other);
src/apps/haikudepot/model/DeskbarLink.h
37
DeskbarLink& operator=(const DeskbarLink& other);
src/apps/haikudepot/model/Model.cpp
74
PackagesSummary::operator=(const PackagesSummary& other)
src/apps/haikudepot/model/Model.cpp
76
fAnyProminentPackages = other.fAnyProminentPackages;
src/apps/haikudepot/model/Model.cpp
77
fAnyNativeDesktop = other.fAnyNativeDesktop;
src/apps/haikudepot/model/Model.cpp
78
fAnyDesktop = other.fAnyDesktop;
src/apps/haikudepot/model/Model.h
74
PackagesSummary& operator=(const PackagesSummary& other);
src/apps/haikudepot/model/PackageInfoListener.cpp
100
PackageChangeEvent::operator!=(const PackageChangeEvent& other)
src/apps/haikudepot/model/PackageInfoListener.cpp
102
return !(*this == other);
src/apps/haikudepot/model/PackageInfoListener.cpp
107
PackageChangeEvent::operator=(const PackageChangeEvent& other)
src/apps/haikudepot/model/PackageInfoListener.cpp
109
if (this != &other) {
src/apps/haikudepot/model/PackageInfoListener.cpp
110
fPackageName = other.fPackageName;
src/apps/haikudepot/model/PackageInfoListener.cpp
111
fChanges = other.fChanges;
src/apps/haikudepot/model/PackageInfoListener.cpp
146
PackageChangeEvents::PackageChangeEvents(const PackageChangeEvents& other)
src/apps/haikudepot/model/PackageInfoListener.cpp
148
for (int32 i = other.CountEvents() - 1; i >= 0; i--)
src/apps/haikudepot/model/PackageInfoListener.cpp
149
AddEvent(other.EventAtIndex(i));
src/apps/haikudepot/model/PackageInfoListener.cpp
61
PackageChangeEvent::PackageChangeEvent(const PackageChangeEvent& other)
src/apps/haikudepot/model/PackageInfoListener.cpp
63
fPackageName(other.fPackageName),
src/apps/haikudepot/model/PackageInfoListener.cpp
64
fChanges(other.fChanges)
src/apps/haikudepot/model/PackageInfoListener.cpp
91
PackageChangeEvent::operator==(const PackageChangeEvent& other)
src/apps/haikudepot/model/PackageInfoListener.cpp
93
if (this == &other)
src/apps/haikudepot/model/PackageInfoListener.cpp
95
return fPackageName == other.fPackageName && fChanges == other.fChanges;
src/apps/haikudepot/model/PackageInfoListener.h
100
PackageChangeEvents(const PackageChangeEvents& other);
src/apps/haikudepot/model/PackageInfoListener.h
67
PackageChangeEvent(const PackageChangeEvent& other);
src/apps/haikudepot/model/PackageInfoListener.h
71
bool operator==(const PackageChangeEvent& other);
src/apps/haikudepot/model/PackageInfoListener.h
72
bool operator!=(const PackageChangeEvent& other);
src/apps/haikudepot/model/PackageInfoListener.h
73
PackageChangeEvent& operator=(const PackageChangeEvent& other);
src/apps/haikudepot/model/RatingStability.cpp
42
RatingStability::RatingStability(const RatingStability& other)
src/apps/haikudepot/model/RatingStability.cpp
44
fCode(other.fCode),
src/apps/haikudepot/model/RatingStability.cpp
45
fName(other.fName),
src/apps/haikudepot/model/RatingStability.cpp
46
fOrdering(other.fOrdering)
src/apps/haikudepot/model/RatingStability.cpp
52
RatingStability::operator<(const RatingStability& other) const
src/apps/haikudepot/model/RatingStability.cpp
54
return Compare(other) < 0;
src/apps/haikudepot/model/RatingStability.cpp
59
RatingStability::operator==(const RatingStability& other) const
src/apps/haikudepot/model/RatingStability.cpp
61
return fCode == other.fCode && fName == other.fName && fOrdering == other.fOrdering;
src/apps/haikudepot/model/RatingStability.cpp
66
RatingStability::operator!=(const RatingStability& other) const
src/apps/haikudepot/model/RatingStability.cpp
68
return !(*this == other);
src/apps/haikudepot/model/RatingStability.cpp
73
RatingStability::Compare(const RatingStability& other) const
src/apps/haikudepot/model/RatingStability.cpp
75
int32 result = other.Ordering() - Ordering();
src/apps/haikudepot/model/RatingStability.cpp
77
result = Code().Compare(other.Code());
src/apps/haikudepot/model/RatingStability.h
21
const RatingStability& other);
src/apps/haikudepot/model/RatingStability.h
23
bool operator<(const RatingStability& other) const;
src/apps/haikudepot/model/RatingStability.h
24
bool operator==(const RatingStability& other) const;
src/apps/haikudepot/model/RatingStability.h
25
bool operator!=(const RatingStability& other) const;
src/apps/haikudepot/model/RatingStability.h
34
int Compare(const RatingStability& other)
src/apps/haikudepot/model/ScreenshotCoordinate.cpp
79
ScreenshotCoordinate::operator==(const ScreenshotCoordinate& other) const
src/apps/haikudepot/model/ScreenshotCoordinate.cpp
81
return fCode == other.fCode && fHeight == other.fHeight && fWidth == other.fWidth;
src/apps/haikudepot/model/ScreenshotCoordinate.h
29
bool operator==(const ScreenshotCoordinate& other) const;
src/apps/haikudepot/model/SimpleAlert.cpp
85
SimpleAlert::operator==(const SimpleAlert& other) const
src/apps/haikudepot/model/SimpleAlert.cpp
87
return fTitle == other.fTitle && fText == other.fText && fType == other.fType;
src/apps/haikudepot/model/SimpleAlert.h
30
bool operator==(const SimpleAlert& other) const;
src/apps/haikudepot/model/UserCredentials.cpp
34
UserCredentials::UserCredentials(const UserCredentials& other)
src/apps/haikudepot/model/UserCredentials.cpp
36
fNickname(other.Nickname()),
src/apps/haikudepot/model/UserCredentials.cpp
37
fPasswordClear(other.PasswordClear()),
src/apps/haikudepot/model/UserCredentials.cpp
58
UserCredentials::operator=(const UserCredentials& other)
src/apps/haikudepot/model/UserCredentials.cpp
60
fNickname = other.fNickname;
src/apps/haikudepot/model/UserCredentials.cpp
61
fPasswordClear = other.fPasswordClear;
src/apps/haikudepot/model/UserCredentials.cpp
62
fIsSuccessful = other.fIsSuccessful;
src/apps/haikudepot/model/UserCredentials.cpp
68
UserCredentials::operator==(const UserCredentials& other) const
src/apps/haikudepot/model/UserCredentials.cpp
70
return fNickname == other.fNickname && fPasswordClear == other.fPasswordClear
src/apps/haikudepot/model/UserCredentials.cpp
71
&& fIsSuccessful == other.fIsSuccessful;
src/apps/haikudepot/model/UserCredentials.cpp
76
UserCredentials::operator!=(const UserCredentials& other) const
src/apps/haikudepot/model/UserCredentials.cpp
78
return !(*this == other);
src/apps/haikudepot/model/UserCredentials.h
25
UserCredentials(const UserCredentials& other);
src/apps/haikudepot/model/UserCredentials.h
28
UserCredentials& operator=(const UserCredentials& other);
src/apps/haikudepot/model/UserCredentials.h
29
bool operator==(const UserCredentials& other) const;
src/apps/haikudepot/model/UserCredentials.h
30
bool operator!=(const UserCredentials& other) const;
src/apps/haikudepot/model/UserDetail.cpp
160
UserDetail::operator=(const UserDetail& other)
src/apps/haikudepot/model/UserDetail.cpp
162
fNickname = other.fNickname;
src/apps/haikudepot/model/UserDetail.cpp
163
fAgreement = other.fAgreement;
src/apps/haikudepot/model/UserDetail.cpp
85
const UserUsageConditionsAgreement& other)
src/apps/haikudepot/model/UserDetail.cpp
87
fCode = other.fCode;
src/apps/haikudepot/model/UserDetail.cpp
88
fTimestampAgreed = other.fTimestampAgreed;
src/apps/haikudepot/model/UserDetail.cpp
89
fIsLatest = other.fIsLatest;
src/apps/haikudepot/model/UserDetail.h
33
const UserUsageConditionsAgreement& other);
src/apps/haikudepot/model/UserDetail.h
61
UserDetail& operator=(const UserDetail& other);
src/apps/haikudepot/packagemodel/DepotInfo.cpp
39
DepotInfo::DepotInfo(const DepotInfo& other)
src/apps/haikudepot/packagemodel/DepotInfo.cpp
41
fName(other.fName),
src/apps/haikudepot/packagemodel/DepotInfo.cpp
42
fIdentifier(other.fIdentifier),
src/apps/haikudepot/packagemodel/DepotInfo.cpp
43
fWebAppRepositoryCode(other.fWebAppRepositoryCode),
src/apps/haikudepot/packagemodel/DepotInfo.cpp
44
fWebAppRepositorySourceCode(other.fWebAppRepositorySourceCode)
src/apps/haikudepot/packagemodel/DepotInfo.cpp
50
DepotInfo::operator==(const DepotInfo& other) const
src/apps/haikudepot/packagemodel/DepotInfo.cpp
52
return fName == other.fName && fIdentifier == fIdentifier;
src/apps/haikudepot/packagemodel/DepotInfo.cpp
57
DepotInfo::operator!=(const DepotInfo& other) const
src/apps/haikudepot/packagemodel/DepotInfo.cpp
59
return !(*this == other);
src/apps/haikudepot/packagemodel/DepotInfo.h
29
DepotInfo(const DepotInfo& other);
src/apps/haikudepot/packagemodel/DepotInfo.h
31
bool operator==(const DepotInfo& other) const;
src/apps/haikudepot/packagemodel/DepotInfo.h
32
bool operator!=(const DepotInfo& other) const;
src/apps/haikudepot/packagemodel/Language.cpp
28
Language::Language(const Language& other)
src/apps/haikudepot/packagemodel/Language.cpp
30
BLanguage(other.ID()),
src/apps/haikudepot/packagemodel/Language.cpp
31
fServerName(other.fServerName),
src/apps/haikudepot/packagemodel/Language.cpp
32
fIsPopular(other.fIsPopular)
src/apps/haikudepot/packagemodel/Language.cpp
38
Language::operator==(const Language& other) const
src/apps/haikudepot/packagemodel/Language.cpp
40
return Compare(other) == 0;
src/apps/haikudepot/packagemodel/Language.cpp
45
Language::operator!=(const Language& other) const
src/apps/haikudepot/packagemodel/Language.cpp
47
return !(*this == other);
src/apps/haikudepot/packagemodel/Language.cpp
52
Language::operator<(const Language& other) const
src/apps/haikudepot/packagemodel/Language.cpp
54
return Compare(other) < 0;
src/apps/haikudepot/packagemodel/Language.cpp
71
Language::Compare(const Language& other) const
src/apps/haikudepot/packagemodel/Language.cpp
73
int result = StringUtils::NullSafeCompare(Code(), other.Code());
src/apps/haikudepot/packagemodel/Language.cpp
75
result = StringUtils::NullSafeCompare(CountryCode(), other.CountryCode());
src/apps/haikudepot/packagemodel/Language.cpp
77
result = StringUtils::NullSafeCompare(ScriptCode(), other.ScriptCode());
src/apps/haikudepot/packagemodel/Language.h
28
Language(const Language& other);
src/apps/haikudepot/packagemodel/Language.h
30
bool operator<(const Language& other) const;
src/apps/haikudepot/packagemodel/Language.h
31
bool operator==(const Language& other) const;
src/apps/haikudepot/packagemodel/Language.h
32
bool operator!=(const Language& other) const;
src/apps/haikudepot/packagemodel/PackageCategory.cpp
35
PackageCategory::PackageCategory(const PackageCategory& other)
src/apps/haikudepot/packagemodel/PackageCategory.cpp
38
fCode(other.fCode),
src/apps/haikudepot/packagemodel/PackageCategory.cpp
39
fName(other.fName)
src/apps/haikudepot/packagemodel/PackageCategory.cpp
45
PackageCategory::operator<(const PackageCategory& other) const
src/apps/haikudepot/packagemodel/PackageCategory.cpp
47
return Compare(other) < 0;
src/apps/haikudepot/packagemodel/PackageCategory.cpp
52
PackageCategory::operator==(const PackageCategory& other) const
src/apps/haikudepot/packagemodel/PackageCategory.cpp
54
return fCode == other.fCode && fName == other.fName;
src/apps/haikudepot/packagemodel/PackageCategory.cpp
59
PackageCategory::operator!=(const PackageCategory& other) const
src/apps/haikudepot/packagemodel/PackageCategory.cpp
61
return !(*this == other);
src/apps/haikudepot/packagemodel/PackageCategory.cpp
66
PackageCategory::Compare(const PackageCategory& other) const
src/apps/haikudepot/packagemodel/PackageCategory.cpp
69
int32 result = collator->Compare(Name().String(), other.Name().String());
src/apps/haikudepot/packagemodel/PackageCategory.cpp
71
result = Code().Compare(other.Code());
src/apps/haikudepot/packagemodel/PackageCategory.h
26
PackageCategory(const PackageCategory& other);
src/apps/haikudepot/packagemodel/PackageCategory.h
28
bool operator<(const PackageCategory& other) const;
src/apps/haikudepot/packagemodel/PackageCategory.h
29
bool operator==(const PackageCategory& other) const;
src/apps/haikudepot/packagemodel/PackageCategory.h
30
bool operator!=(const PackageCategory& other) const;
src/apps/haikudepot/packagemodel/PackageCategory.h
37
int Compare(const PackageCategory& other) const;
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
131
PackageClassificationInfo::operator==(const PackageClassificationInfo& other) const
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
133
if (fIsDesktop != other.IsDesktop())
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
136
if (fIsNativeDesktop != other.IsNativeDesktop())
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
139
if (fProminence != other.Prominence())
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
142
if (CountCategories() != other.CountCategories())
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
146
if (other.CategoryAtIndex(i) != CategoryAtIndex(i))
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
155
PackageClassificationInfo::operator!=(const PackageClassificationInfo& other) const
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
157
return !(*this == other);
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
24
PackageClassificationInfo::PackageClassificationInfo(const PackageClassificationInfo& other)
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
26
fCategories(other.fCategories),
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
27
fProminence(other.Prominence()),
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
28
fIsDesktop(other.IsDesktop()),
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
29
fIsNativeDesktop(other.IsNativeDesktop())
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
28
PackageClassificationInfo(const PackageClassificationInfo& other);
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
30
bool operator==(const PackageClassificationInfo& other) const;
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
31
bool operator!=(const PackageClassificationInfo& other) const;
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
123
PackageCoreInfoBuilder::PackageCoreInfoBuilder(const PackageCoreInfoRef& other)
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
130
fSource = other;
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
150
PackageCoreInfoBuilder::_Init(const PackageCoreInfo* other)
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
152
fVersion = other->Version();
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
153
fPublisher = other->Publisher();
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
154
fArchitecture = other->Architecture();
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
155
fDepotName = other->DepotName();
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
22
PackageCoreInfo::PackageCoreInfo(const PackageCoreInfo& other)
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
24
fVersion(other.fVersion),
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
25
fPublisher(other.fPublisher),
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
26
fArchitecture(other.fArchitecture),
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
27
fDepotName(other.fDepotName)
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
38
PackageCoreInfo::operator==(const PackageCoreInfo& other) const
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
40
return fVersion == other.fVersion
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
41
&& fPublisher == other.fPublisher
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
42
&& fArchitecture == other.fArchitecture
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
43
&& fDepotName == other.fDepotName;
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
48
PackageCoreInfo::operator!=(const PackageCoreInfo& other) const
src/apps/haikudepot/packagemodel/PackageCoreInfo.cpp
50
return !(*this == other);
src/apps/haikudepot/packagemodel/PackageCoreInfo.h
32
PackageCoreInfo(const PackageCoreInfo& other);
src/apps/haikudepot/packagemodel/PackageCoreInfo.h
35
bool operator==(const PackageCoreInfo& other) const;
src/apps/haikudepot/packagemodel/PackageCoreInfo.h
36
bool operator!=(const PackageCoreInfo& other) const;
src/apps/haikudepot/packagemodel/PackageCoreInfo.h
70
PackageCoreInfoBuilder(const PackageCoreInfoRef& other);
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
29
PackageFilterSpecification::operator==(const PackageFilterSpecification& other) const
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
31
return fSearchTerms == other.SearchTerms() && fDepotName == other.DepotName()
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
32
&& fCategory == other.Category()
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
33
&& fShowOnlyDesktopPackages == other.ShowOnlyDesktopPackages()
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
34
&& fShowOnlyNativeDesktopPackages == other.ShowOnlyNativeDesktopPackages()
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
35
&& fShowAvailablePackages == other.ShowAvailablePackages()
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
36
&& fShowInstalledPackages == other.ShowInstalledPackages()
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
37
&& fShowSourcePackages == other.ShowSourcePackages()
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
38
&& fShowDevelopPackages == other.ShowDevelopPackages();
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
43
PackageFilterSpecification::operator!=(const PackageFilterSpecification& other) const
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
45
return !(*this == other);
src/apps/haikudepot/packagemodel/PackageFilterSpecification.h
23
bool operator==(const PackageFilterSpecification& other) const;
src/apps/haikudepot/packagemodel/PackageFilterSpecification.h
24
bool operator!=(const PackageFilterSpecification& other) const;
src/apps/haikudepot/packagemodel/PackageFilterSpecification.h
68
const PackageFilterSpecificationRef& other);
src/apps/haikudepot/packagemodel/PackageInfo.cpp
108
PackageInfo::ChangeMask(const PackageInfo& other) const
src/apps/haikudepot/packagemodel/PackageInfo.cpp
114
if (fScreenshotInfo != other.fScreenshotInfo)
src/apps/haikudepot/packagemodel/PackageInfo.cpp
116
if (fUserRatingInfo != other.fUserRatingInfo)
src/apps/haikudepot/packagemodel/PackageInfo.cpp
118
if (fLocalInfo != other.fLocalInfo)
src/apps/haikudepot/packagemodel/PackageInfo.cpp
120
if (fClassificationInfo != other.fClassificationInfo)
src/apps/haikudepot/packagemodel/PackageInfo.cpp
122
if (fCoreInfo != other.fCoreInfo)
src/apps/haikudepot/packagemodel/PackageInfo.cpp
38
PackageInfo::PackageInfo(const PackageInfo& other)
src/apps/haikudepot/packagemodel/PackageInfo.cpp
40
fName(other.fName),
src/apps/haikudepot/packagemodel/PackageInfo.cpp
42
fCoreInfo(other.fCoreInfo),
src/apps/haikudepot/packagemodel/PackageInfo.cpp
43
fLocalizedText(other.fLocalizedText),
src/apps/haikudepot/packagemodel/PackageInfo.cpp
44
fClassificationInfo(other.fClassificationInfo),
src/apps/haikudepot/packagemodel/PackageInfo.cpp
45
fScreenshotInfo(other.fScreenshotInfo),
src/apps/haikudepot/packagemodel/PackageInfo.cpp
46
fUserRatingInfo(other.fUserRatingInfo),
src/apps/haikudepot/packagemodel/PackageInfo.cpp
47
fLocalInfo(other.fLocalInfo)
src/apps/haikudepot/packagemodel/PackageInfo.cpp
53
PackageInfo::operator==(const PackageInfo& other) const
src/apps/haikudepot/packagemodel/PackageInfo.cpp
55
return fName == other.fName
src/apps/haikudepot/packagemodel/PackageInfo.cpp
56
&& fCoreInfo == other.fCoreInfo
src/apps/haikudepot/packagemodel/PackageInfo.cpp
57
&& fLocalInfo == other.fLocalInfo
src/apps/haikudepot/packagemodel/PackageInfo.cpp
58
&& fLocalizedText == other.fLocalizedText
src/apps/haikudepot/packagemodel/PackageInfo.cpp
59
&& fClassificationInfo == other.fClassificationInfo
src/apps/haikudepot/packagemodel/PackageInfo.cpp
60
&& fScreenshotInfo == other.fScreenshotInfo
src/apps/haikudepot/packagemodel/PackageInfo.cpp
66
PackageInfo::operator!=(const PackageInfo& other) const
src/apps/haikudepot/packagemodel/PackageInfo.cpp
68
return !(*this == other);
src/apps/haikudepot/packagemodel/PackageInfo.h
38
PackageInfo(const PackageInfo& other);
src/apps/haikudepot/packagemodel/PackageInfo.h
40
bool operator==(const PackageInfo& other) const;
src/apps/haikudepot/packagemodel/PackageInfo.h
41
bool operator!=(const PackageInfo& other) const;
src/apps/haikudepot/packagemodel/PackageInfo.h
43
uint32 ChangeMask(const PackageInfo& other) const;
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
27
PackageLocalInfo::PackageLocalInfo(const PackageLocalInfo& other)
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
29
fViewed(other.fViewed),
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
30
fLocalFilePath(other.fLocalFilePath),
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
31
fFileName(other.fFileName),
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
32
fSize(other.fSize),
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
33
fFlags(other.fFlags),
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
34
fSystemDependency(other.fSystemDependency),
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
35
fState(other.fState),
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
37
fDownloadProgress(other.fDownloadProgress)
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
39
PackageInstallationLocationSet otherLocations = other.InstallationLocations();
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
53
PackageLocalInfo::operator==(const PackageLocalInfo& other) const
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
55
return fState == other.fState
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
56
&& fFlags == other.fFlags
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
57
&& fInstallationLocations == other.fInstallationLocations
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
58
&& fDownloadProgress == other.fDownloadProgress
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
59
&& fSystemDependency == other.fSystemDependency
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
60
&& fLocalFilePath == other.fLocalFilePath
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
61
&& fFileName == other.fFileName
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
62
&& fSize == other.fSize
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
63
&& fViewed == other.fViewed;
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
68
PackageLocalInfo::operator!=(const PackageLocalInfo& other) const
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
70
return !(*this == other);
src/apps/haikudepot/packagemodel/PackageLocalInfo.h
42
PackageLocalInfo(const PackageLocalInfo& other);
src/apps/haikudepot/packagemodel/PackageLocalInfo.h
45
bool operator==(const PackageLocalInfo& other) const;
src/apps/haikudepot/packagemodel/PackageLocalInfo.h
46
bool operator!=(const PackageLocalInfo& other) const;
src/apps/haikudepot/packagemodel/PackageLocalizedText.cpp
103
PackageLocalizedText::operator==(const PackageLocalizedText& other) const
src/apps/haikudepot/packagemodel/PackageLocalizedText.cpp
105
return fTitle == other.Title() && fSummary == other.Summary()
src/apps/haikudepot/packagemodel/PackageLocalizedText.cpp
106
&& fDescription == other.Description() && fHasChangelog == other.HasChangelog()
src/apps/haikudepot/packagemodel/PackageLocalizedText.cpp
107
&& fChangelog == other.Changelog();
src/apps/haikudepot/packagemodel/PackageLocalizedText.cpp
112
PackageLocalizedText::operator!=(const PackageLocalizedText& other) const
src/apps/haikudepot/packagemodel/PackageLocalizedText.cpp
114
return !(*this == other);
src/apps/haikudepot/packagemodel/PackageLocalizedText.cpp
21
PackageLocalizedText::PackageLocalizedText(const PackageLocalizedText& other)
src/apps/haikudepot/packagemodel/PackageLocalizedText.cpp
23
fTitle(other.Title()),
src/apps/haikudepot/packagemodel/PackageLocalizedText.cpp
24
fSummary(other.Summary()),
src/apps/haikudepot/packagemodel/PackageLocalizedText.cpp
25
fDescription(other.Description()),
src/apps/haikudepot/packagemodel/PackageLocalizedText.cpp
26
fHasChangelog(other.HasChangelog()),
src/apps/haikudepot/packagemodel/PackageLocalizedText.cpp
27
fChangelog(other.Changelog())
src/apps/haikudepot/packagemodel/PackageLocalizedText.h
25
PackageLocalizedText(const PackageLocalizedText& other);
src/apps/haikudepot/packagemodel/PackageLocalizedText.h
27
bool operator==(const PackageLocalizedText& other) const;
src/apps/haikudepot/packagemodel/PackageLocalizedText.h
28
bool operator!=(const PackageLocalizedText& other) const;
src/apps/haikudepot/packagemodel/PackagePublisherInfo.cpp
28
PackagePublisherInfo::PackagePublisherInfo(const PackagePublisherInfo& other)
src/apps/haikudepot/packagemodel/PackagePublisherInfo.cpp
30
fName(other.fName),
src/apps/haikudepot/packagemodel/PackagePublisherInfo.cpp
31
fWebsite(other.fWebsite)
src/apps/haikudepot/packagemodel/PackagePublisherInfo.cpp
37
PackagePublisherInfo::operator=(const PackagePublisherInfo& other)
src/apps/haikudepot/packagemodel/PackagePublisherInfo.cpp
39
fName = other.fName;
src/apps/haikudepot/packagemodel/PackagePublisherInfo.cpp
40
fWebsite = other.fWebsite;
src/apps/haikudepot/packagemodel/PackagePublisherInfo.cpp
46
PackagePublisherInfo::operator==(const PackagePublisherInfo& other) const
src/apps/haikudepot/packagemodel/PackagePublisherInfo.cpp
48
return fName == other.fName && fWebsite == other.fWebsite;
src/apps/haikudepot/packagemodel/PackagePublisherInfo.cpp
53
PackagePublisherInfo::operator!=(const PackagePublisherInfo& other) const
src/apps/haikudepot/packagemodel/PackagePublisherInfo.cpp
55
return !(*this == other);
src/apps/haikudepot/packagemodel/PackagePublisherInfo.h
19
PackagePublisherInfo(const PackagePublisherInfo& other);
src/apps/haikudepot/packagemodel/PackagePublisherInfo.h
22
operator=(const PackagePublisherInfo& other);
src/apps/haikudepot/packagemodel/PackagePublisherInfo.h
23
bool operator==(const PackagePublisherInfo& other) const;
src/apps/haikudepot/packagemodel/PackagePublisherInfo.h
24
bool operator!=(const PackagePublisherInfo& other) const;
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.cpp
15
PackageScreenshotInfo::PackageScreenshotInfo(const PackageScreenshotInfo& other)
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.cpp
17
fScreenshotInfos(other.fScreenshotInfos)
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.cpp
23
PackageScreenshotInfo::operator==(const PackageScreenshotInfo& other) const
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.cpp
25
return fScreenshotInfos == other.fScreenshotInfos;
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.cpp
30
PackageScreenshotInfo::operator!=(const PackageScreenshotInfo& other) const
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.cpp
32
return !(*this == other);
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.cpp
68
PackageScreenshotInfoBuilder::PackageScreenshotInfoBuilder(const PackageScreenshotInfoRef& other)
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.cpp
72
fSource = other;
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.h
29
PackageScreenshotInfo(const PackageScreenshotInfo& other);
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.h
31
bool operator==(const PackageScreenshotInfo& other) const;
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.h
32
bool operator!=(const PackageScreenshotInfo& other) const;
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.h
53
PackageScreenshotInfoBuilder(const PackageScreenshotInfoRef& other);
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
100
PackageUserRatingInfo::operator!=(const PackageUserRatingInfo& other) const
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
102
return !(*this == other);
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
119
PackageUserRatingInfoBuilder::PackageUserRatingInfoBuilder(const PackageUserRatingInfoRef& other)
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
121
fSource(other),
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
19
PackageUserRatingInfo::PackageUserRatingInfo(const PackageUserRatingInfo& other)
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
21
fSummary(other.Summary()),
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
22
fUserRatingsPopulated(other.UserRatingsPopulated())
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
25
AddUserRating(other.UserRatingAtIndex(i));
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
79
PackageUserRatingInfo::operator==(const PackageUserRatingInfo& other) const
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
81
if (Summary() != other.Summary())
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
84
if (UserRatingsPopulated() != other.UserRatingsPopulated())
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
87
if (CountUserRatings() != other.CountUserRatings())
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
91
if (other.UserRatingAtIndex(i) != UserRatingAtIndex(i))
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.h
32
PackageUserRatingInfo(const PackageUserRatingInfo& other);
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.h
34
bool operator==(const PackageUserRatingInfo& other) const;
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.h
35
bool operator!=(const PackageUserRatingInfo& other) const;
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.h
64
PackageUserRatingInfoBuilder(const PackageUserRatingInfoRef& other);
src/apps/haikudepot/packagemodel/PackageVersion.cpp
26
PackageVersion::PackageVersion(const PackageVersion& other)
src/apps/haikudepot/packagemodel/PackageVersion.cpp
28
BPackageVersion(other),
src/apps/haikudepot/packagemodel/PackageVersion.cpp
29
fCreateTimestamp(other.fCreateTimestamp)
src/apps/haikudepot/packagemodel/PackageVersion.cpp
34
PackageVersion::PackageVersion(const PackageVersion& other, uint64 createTimestamp)
src/apps/haikudepot/packagemodel/PackageVersion.cpp
36
BPackageVersion(other),
src/apps/haikudepot/packagemodel/PackageVersion.cpp
42
PackageVersion::PackageVersion(const BPackageVersion& other)
src/apps/haikudepot/packagemodel/PackageVersion.cpp
44
BPackageVersion(other),
src/apps/haikudepot/packagemodel/PackageVersion.cpp
63
PackageVersion::operator==(const PackageVersion& other) const
src/apps/haikudepot/packagemodel/PackageVersion.cpp
66
return Major() == other.Major() && Minor() == other.Minor() && Micro() == other.Micro()
src/apps/haikudepot/packagemodel/PackageVersion.cpp
67
&& PreRelease() == other.PreRelease() && Revision() == other.Revision()
src/apps/haikudepot/packagemodel/PackageVersion.cpp
68
&& fCreateTimestamp == other.CreateTimestamp();
src/apps/haikudepot/packagemodel/PackageVersion.cpp
73
PackageVersion::operator!=(const PackageVersion& other) const
src/apps/haikudepot/packagemodel/PackageVersion.cpp
75
return !(*this == other);
src/apps/haikudepot/packagemodel/PackageVersion.h
22
PackageVersion(const PackageVersion& other);
src/apps/haikudepot/packagemodel/PackageVersion.h
23
PackageVersion(const PackageVersion& other, uint64 createTimestamp);
src/apps/haikudepot/packagemodel/PackageVersion.h
24
PackageVersion(const BPackageVersion& other);
src/apps/haikudepot/packagemodel/PackageVersion.h
27
bool operator==(const PackageVersion& other) const;
src/apps/haikudepot/packagemodel/PackageVersion.h
28
bool operator!=(const PackageVersion& other) const;
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
33
ScreenshotInfo::ScreenshotInfo(const ScreenshotInfo& other)
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
35
fCode(other.fCode),
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
36
fWidth(other.fWidth),
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
37
fHeight(other.fHeight),
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
38
fDataSize(other.fDataSize)
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
44
ScreenshotInfo::operator=(const ScreenshotInfo& other)
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
46
fCode = other.fCode;
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
47
fWidth = other.fWidth;
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
48
fHeight = other.fHeight;
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
49
fDataSize = other.fDataSize;
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
55
ScreenshotInfo::operator==(const ScreenshotInfo& other) const
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
57
return fCode == other.fCode
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
58
&& fWidth == other.fWidth
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
59
&& fHeight == other.fHeight
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
60
&& fDataSize == other.fDataSize;
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
65
ScreenshotInfo::operator!=(const ScreenshotInfo& other) const
src/apps/haikudepot/packagemodel/ScreenshotInfo.cpp
67
return !(*this == other);
src/apps/haikudepot/packagemodel/ScreenshotInfo.h
20
ScreenshotInfo(const ScreenshotInfo& other);
src/apps/haikudepot/packagemodel/ScreenshotInfo.h
22
ScreenshotInfo& operator=(const ScreenshotInfo& other);
src/apps/haikudepot/packagemodel/ScreenshotInfo.h
23
bool operator==(const ScreenshotInfo& other) const;
src/apps/haikudepot/packagemodel/ScreenshotInfo.h
24
bool operator!=(const ScreenshotInfo& other) const;
src/apps/haikudepot/packagemodel/UserInfo.cpp
26
UserInfo::UserInfo(const UserInfo& other)
src/apps/haikudepot/packagemodel/UserInfo.cpp
28
fNickName(other.fNickName)
src/apps/haikudepot/packagemodel/UserInfo.cpp
34
UserInfo::operator==(const UserInfo& other) const
src/apps/haikudepot/packagemodel/UserInfo.cpp
36
return fNickName == other.fNickName;
src/apps/haikudepot/packagemodel/UserInfo.cpp
41
UserInfo::operator!=(const UserInfo& other) const
src/apps/haikudepot/packagemodel/UserInfo.cpp
43
return !(*this == other);
src/apps/haikudepot/packagemodel/UserInfo.h
17
UserInfo(const UserInfo& other);
src/apps/haikudepot/packagemodel/UserInfo.h
19
bool operator==(const UserInfo& other) const;
src/apps/haikudepot/packagemodel/UserInfo.h
20
bool operator!=(const UserInfo& other) const;
src/apps/haikudepot/packagemodel/UserRating.cpp
38
UserRating::UserRating(const UserRating& other)
src/apps/haikudepot/packagemodel/UserRating.cpp
40
fUserInfo(other.fUserInfo),
src/apps/haikudepot/packagemodel/UserRating.cpp
41
fRating(other.fRating),
src/apps/haikudepot/packagemodel/UserRating.cpp
42
fComment(other.fComment),
src/apps/haikudepot/packagemodel/UserRating.cpp
43
fLanguageId(other.fLanguageId),
src/apps/haikudepot/packagemodel/UserRating.cpp
44
fPackageVersion(other.fPackageVersion),
src/apps/haikudepot/packagemodel/UserRating.cpp
45
fCreateTimestamp(other.fCreateTimestamp)
src/apps/haikudepot/packagemodel/UserRating.cpp
51
UserRating::operator==(const UserRating& other) const
src/apps/haikudepot/packagemodel/UserRating.cpp
53
return fUserInfo == other.fUserInfo
src/apps/haikudepot/packagemodel/UserRating.cpp
54
&& fRating == other.fRating
src/apps/haikudepot/packagemodel/UserRating.cpp
55
&& fComment == other.fComment
src/apps/haikudepot/packagemodel/UserRating.cpp
56
&& fLanguageId == other.fLanguageId
src/apps/haikudepot/packagemodel/UserRating.cpp
57
&& fPackageVersion == other.fPackageVersion
src/apps/haikudepot/packagemodel/UserRating.cpp
58
&& fCreateTimestamp == other.fCreateTimestamp;
src/apps/haikudepot/packagemodel/UserRating.cpp
63
UserRating::operator!=(const UserRating& other) const
src/apps/haikudepot/packagemodel/UserRating.cpp
65
return !(*this == other);
src/apps/haikudepot/packagemodel/UserRating.h
24
UserRating(const UserRating& other);
src/apps/haikudepot/packagemodel/UserRating.h
26
bool operator==(const UserRating& other) const;
src/apps/haikudepot/packagemodel/UserRating.h
27
bool operator!=(const UserRating& other) const;
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
101
if (fAverageRating != other.AverageRating() || fRatingCount != other.RatingCount()
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
102
|| fRatingCountNoStar != other.RatingCountByStar(-1)) {
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
107
if (fRatingCountByStar[i] != other.RatingCountByStar(i))
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
116
UserRatingSummary::operator!=(const UserRatingSummary& other) const
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
118
return !(*this == other);
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
136
UserRatingSummaryBuilder::UserRatingSummaryBuilder(const UserRatingSummaryRef& other)
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
144
fRatingCountByStar[i] = other->RatingCountByStar(i);
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
26
UserRatingSummary::UserRatingSummary(const UserRatingSummary& other)
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
28
fAverageRating(other.AverageRating()),
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
29
fRatingCount(other.RatingCount()),
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
30
fRatingCountNoStar(other.RatingCountByStar(RATING_MISSING_STAR))
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
33
fRatingCountByStar[i] = other.RatingCountByStar(i);
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
99
UserRatingSummary::operator==(const UserRatingSummary& other) const
src/apps/haikudepot/packagemodel/UserRatingSummary.h
28
UserRatingSummary(const UserRatingSummary& other);
src/apps/haikudepot/packagemodel/UserRatingSummary.h
30
bool operator==(const UserRatingSummary& other) const;
src/apps/haikudepot/packagemodel/UserRatingSummary.h
31
bool operator!=(const UserRatingSummary& other) const;
src/apps/haikudepot/packagemodel/UserRatingSummary.h
57
UserRatingSummaryBuilder(const UserRatingSummaryRef& other);
src/apps/haikudepot/textview/Bullet.cpp
26
Bullet::Bullet(const Bullet& other)
src/apps/haikudepot/textview/Bullet.cpp
28
fBulletData(other.fBulletData)
src/apps/haikudepot/textview/Bullet.cpp
34
Bullet::operator=(const Bullet& other)
src/apps/haikudepot/textview/Bullet.cpp
36
if (this == &other)
src/apps/haikudepot/textview/Bullet.cpp
39
fBulletData = other.fBulletData;
src/apps/haikudepot/textview/Bullet.cpp
45
Bullet::operator==(const Bullet& other) const
src/apps/haikudepot/textview/Bullet.cpp
47
if (this == &other)
src/apps/haikudepot/textview/Bullet.cpp
50
if (fBulletData == other.fBulletData)
src/apps/haikudepot/textview/Bullet.cpp
53
if (fBulletData.IsSet() && other.fBulletData.IsSet())
src/apps/haikudepot/textview/Bullet.cpp
54
return *fBulletData == *other.fBulletData;
src/apps/haikudepot/textview/Bullet.cpp
61
Bullet::operator!=(const Bullet& other) const
src/apps/haikudepot/textview/Bullet.cpp
63
return !(*this == other);
src/apps/haikudepot/textview/Bullet.h
15
Bullet(const Bullet& other);
src/apps/haikudepot/textview/Bullet.h
17
Bullet& operator=(const Bullet& other);
src/apps/haikudepot/textview/Bullet.h
18
bool operator==(const Bullet& other) const;
src/apps/haikudepot/textview/Bullet.h
19
bool operator!=(const Bullet& other) const;
src/apps/haikudepot/textview/BulletData.cpp
27
BulletData::BulletData(const BulletData& other)
src/apps/haikudepot/textview/BulletData.cpp
29
fString(other.fString),
src/apps/haikudepot/textview/BulletData.cpp
30
fSpacing(other.fSpacing)
src/apps/haikudepot/textview/BulletData.cpp
36
BulletData::operator==(const BulletData& other) const
src/apps/haikudepot/textview/BulletData.cpp
38
if (this == &other)
src/apps/haikudepot/textview/BulletData.cpp
41
return fString == other.fString
src/apps/haikudepot/textview/BulletData.cpp
42
&& fSpacing == other.fSpacing;
src/apps/haikudepot/textview/BulletData.cpp
47
BulletData::operator!=(const BulletData& other) const
src/apps/haikudepot/textview/BulletData.cpp
49
return !(*this == other);
src/apps/haikudepot/textview/BulletData.cpp
87
BulletData::operator=(const BulletData& other)
src/apps/haikudepot/textview/BulletData.h
22
BulletData(const BulletData& other);
src/apps/haikudepot/textview/BulletData.h
25
const BulletData& other) const;
src/apps/haikudepot/textview/BulletData.h
27
const BulletData& other) const;
src/apps/haikudepot/textview/BulletData.h
38
BulletData& operator=(const BulletData& other);
src/apps/haikudepot/textview/CharacterStyle.cpp
16
CharacterStyle::CharacterStyle(const CharacterStyle& other)
src/apps/haikudepot/textview/CharacterStyle.cpp
18
fStyleData(other.fStyleData)
src/apps/haikudepot/textview/CharacterStyle.cpp
24
CharacterStyle::operator=(const CharacterStyle& other)
src/apps/haikudepot/textview/CharacterStyle.cpp
26
if (this == &other)
src/apps/haikudepot/textview/CharacterStyle.cpp
29
fStyleData = other.fStyleData;
src/apps/haikudepot/textview/CharacterStyle.cpp
35
CharacterStyle::operator==(const CharacterStyle& other) const
src/apps/haikudepot/textview/CharacterStyle.cpp
37
if (this == &other)
src/apps/haikudepot/textview/CharacterStyle.cpp
40
if (fStyleData == other.fStyleData)
src/apps/haikudepot/textview/CharacterStyle.cpp
43
if (fStyleData.IsSet() && other.fStyleData.IsSet())
src/apps/haikudepot/textview/CharacterStyle.cpp
44
return *fStyleData == *other.fStyleData;
src/apps/haikudepot/textview/CharacterStyle.cpp
51
CharacterStyle::operator!=(const CharacterStyle& other) const
src/apps/haikudepot/textview/CharacterStyle.cpp
53
return !(*this == other);
src/apps/haikudepot/textview/CharacterStyle.h
14
CharacterStyle(const CharacterStyle& other);
src/apps/haikudepot/textview/CharacterStyle.h
16
CharacterStyle& operator=(const CharacterStyle& other);
src/apps/haikudepot/textview/CharacterStyle.h
17
bool operator==(const CharacterStyle& other) const;
src/apps/haikudepot/textview/CharacterStyle.h
18
bool operator!=(const CharacterStyle& other) const;
src/apps/haikudepot/textview/CharacterStyleData.cpp
355
CharacterStyleData::operator=(const CharacterStyleData& other)
src/apps/haikudepot/textview/CharacterStyleData.cpp
37
CharacterStyleData::CharacterStyleData(const CharacterStyleData& other)
src/apps/haikudepot/textview/CharacterStyleData.cpp
39
fFont(other.fFont),
src/apps/haikudepot/textview/CharacterStyleData.cpp
41
fAscent(other.fAscent),
src/apps/haikudepot/textview/CharacterStyleData.cpp
42
fDescent(other.fDescent),
src/apps/haikudepot/textview/CharacterStyleData.cpp
43
fWidth(other.fWidth),
src/apps/haikudepot/textview/CharacterStyleData.cpp
45
fGlyphSpacing(other.fGlyphSpacing),
src/apps/haikudepot/textview/CharacterStyleData.cpp
47
fWhichFgColor(other.fWhichFgColor),
src/apps/haikudepot/textview/CharacterStyleData.cpp
48
fWhichBgColor(other.fWhichBgColor),
src/apps/haikudepot/textview/CharacterStyleData.cpp
49
fWhichStrikeOutColor(other.fWhichStrikeOutColor),
src/apps/haikudepot/textview/CharacterStyleData.cpp
50
fWhichUnderlineColor(other.fWhichUnderlineColor),
src/apps/haikudepot/textview/CharacterStyleData.cpp
52
fFgColor(other.fFgColor),
src/apps/haikudepot/textview/CharacterStyleData.cpp
53
fBgColor(other.fBgColor),
src/apps/haikudepot/textview/CharacterStyleData.cpp
54
fStrikeOutColor(other.fStrikeOutColor),
src/apps/haikudepot/textview/CharacterStyleData.cpp
55
fUnderlineColor(other.fUnderlineColor),
src/apps/haikudepot/textview/CharacterStyleData.cpp
57
fStrikeOutStyle(other.fStrikeOutStyle),
src/apps/haikudepot/textview/CharacterStyleData.cpp
58
fUnderlineStyle(other.fUnderlineStyle)
src/apps/haikudepot/textview/CharacterStyleData.cpp
64
CharacterStyleData::operator==(const CharacterStyleData& other) const
src/apps/haikudepot/textview/CharacterStyleData.cpp
66
if (this == &other)
src/apps/haikudepot/textview/CharacterStyleData.cpp
69
return fFont == other.fFont
src/apps/haikudepot/textview/CharacterStyleData.cpp
70
&& fAscent == other.fAscent
src/apps/haikudepot/textview/CharacterStyleData.cpp
71
&& fDescent == other.fDescent
src/apps/haikudepot/textview/CharacterStyleData.cpp
72
&& fWidth == other.fWidth
src/apps/haikudepot/textview/CharacterStyleData.cpp
74
&& fGlyphSpacing == other.fGlyphSpacing
src/apps/haikudepot/textview/CharacterStyleData.cpp
76
&& fWhichFgColor == other.fWhichFgColor
src/apps/haikudepot/textview/CharacterStyleData.cpp
77
&& fWhichBgColor == other.fWhichBgColor
src/apps/haikudepot/textview/CharacterStyleData.cpp
78
&& fWhichStrikeOutColor == other.fWhichStrikeOutColor
src/apps/haikudepot/textview/CharacterStyleData.cpp
79
&& fWhichUnderlineColor == other.fWhichUnderlineColor
src/apps/haikudepot/textview/CharacterStyleData.cpp
81
&& fFgColor == other.fFgColor
src/apps/haikudepot/textview/CharacterStyleData.cpp
82
&& fBgColor == other.fBgColor
src/apps/haikudepot/textview/CharacterStyleData.cpp
83
&& fStrikeOutColor == other.fStrikeOutColor
src/apps/haikudepot/textview/CharacterStyleData.cpp
84
&& fUnderlineColor == other.fUnderlineColor
src/apps/haikudepot/textview/CharacterStyleData.cpp
86
&& fStrikeOutStyle == other.fStrikeOutStyle
src/apps/haikudepot/textview/CharacterStyleData.cpp
87
&& fUnderlineStyle == other.fUnderlineStyle;
src/apps/haikudepot/textview/CharacterStyleData.cpp
92
CharacterStyleData::operator!=(const CharacterStyleData& other) const
src/apps/haikudepot/textview/CharacterStyleData.cpp
94
return !(*this == other);
src/apps/haikudepot/textview/CharacterStyleData.h
109
CharacterStyleData& operator=(const CharacterStyleData& other);
src/apps/haikudepot/textview/CharacterStyleData.h
40
const CharacterStyleData& other);
src/apps/haikudepot/textview/CharacterStyleData.h
43
const CharacterStyleData& other) const;
src/apps/haikudepot/textview/CharacterStyleData.h
45
const CharacterStyleData& other) const;
src/apps/haikudepot/textview/Paragraph.cpp
29
Paragraph::Paragraph(const Paragraph& other)
src/apps/haikudepot/textview/Paragraph.cpp
31
fStyle(other.fStyle),
src/apps/haikudepot/textview/Paragraph.cpp
32
fTextSpans(other.fTextSpans),
src/apps/haikudepot/textview/Paragraph.cpp
33
fCachedLength(other.fCachedLength)
src/apps/haikudepot/textview/Paragraph.cpp
39
Paragraph::operator=(const Paragraph& other)
src/apps/haikudepot/textview/Paragraph.cpp
41
fStyle = other.fStyle;
src/apps/haikudepot/textview/Paragraph.cpp
42
fTextSpans = other.fTextSpans;
src/apps/haikudepot/textview/Paragraph.cpp
43
fCachedLength = other.fCachedLength;
src/apps/haikudepot/textview/Paragraph.cpp
50
Paragraph::operator==(const Paragraph& other) const
src/apps/haikudepot/textview/Paragraph.cpp
52
if (this == &other)
src/apps/haikudepot/textview/Paragraph.cpp
55
return fStyle == other.fStyle
src/apps/haikudepot/textview/Paragraph.cpp
56
&& fTextSpans == other.fTextSpans;
src/apps/haikudepot/textview/Paragraph.cpp
61
Paragraph::operator!=(const Paragraph& other) const
src/apps/haikudepot/textview/Paragraph.cpp
63
return !(*this == other);
src/apps/haikudepot/textview/Paragraph.h
19
Paragraph(const Paragraph& other);
src/apps/haikudepot/textview/Paragraph.h
21
Paragraph& operator=(const Paragraph& other);
src/apps/haikudepot/textview/Paragraph.h
22
bool operator==(const Paragraph& other) const;
src/apps/haikudepot/textview/Paragraph.h
23
bool operator!=(const Paragraph& other) const;
src/apps/haikudepot/textview/ParagraphLayout.cpp
195
ParagraphLayout::ParagraphLayout(const ParagraphLayout& other)
src/apps/haikudepot/textview/ParagraphLayout.cpp
197
fTextSpans(other.fTextSpans),
src/apps/haikudepot/textview/ParagraphLayout.cpp
198
fParagraphStyle(other.fParagraphStyle),
src/apps/haikudepot/textview/ParagraphLayout.cpp
200
fWidth(other.fWidth),
src/apps/haikudepot/textview/ParagraphLayout.cpp
203
fGlyphInfos(other.fGlyphInfos),
src/apps/haikudepot/textview/ParagraphLayout.h
113
LineInfo(const LineInfo& other)
src/apps/haikudepot/textview/ParagraphLayout.h
115
textOffset(other.textOffset),
src/apps/haikudepot/textview/ParagraphLayout.h
116
y(other.y),
src/apps/haikudepot/textview/ParagraphLayout.h
117
height(other.height),
src/apps/haikudepot/textview/ParagraphLayout.h
118
maxAscent(other.maxAscent),
src/apps/haikudepot/textview/ParagraphLayout.h
119
maxDescent(other.maxDescent),
src/apps/haikudepot/textview/ParagraphLayout.h
120
extraGlyphSpacing(other.extraGlyphSpacing),
src/apps/haikudepot/textview/ParagraphLayout.h
121
extraWhiteSpacing(other.extraWhiteSpacing),
src/apps/haikudepot/textview/ParagraphLayout.h
122
layoutedSpans(other.layoutedSpans)
src/apps/haikudepot/textview/ParagraphLayout.h
126
LineInfo& operator=(const LineInfo& other)
src/apps/haikudepot/textview/ParagraphLayout.h
128
textOffset = other.textOffset;
src/apps/haikudepot/textview/ParagraphLayout.h
129
y = other.y;
src/apps/haikudepot/textview/ParagraphLayout.h
130
height = other.height;
src/apps/haikudepot/textview/ParagraphLayout.h
131
maxAscent = other.maxAscent;
src/apps/haikudepot/textview/ParagraphLayout.h
132
maxDescent = other.maxDescent;
src/apps/haikudepot/textview/ParagraphLayout.h
133
extraGlyphSpacing = other.extraGlyphSpacing;
src/apps/haikudepot/textview/ParagraphLayout.h
134
extraWhiteSpacing = other.extraWhiteSpacing;
src/apps/haikudepot/textview/ParagraphLayout.h
135
layoutedSpans = other.layoutedSpans;
src/apps/haikudepot/textview/ParagraphLayout.h
139
bool operator==(const LineInfo& other) const
src/apps/haikudepot/textview/ParagraphLayout.h
141
return textOffset == other.textOffset
src/apps/haikudepot/textview/ParagraphLayout.h
142
&& y == other.y
src/apps/haikudepot/textview/ParagraphLayout.h
143
&& height == other.height
src/apps/haikudepot/textview/ParagraphLayout.h
144
&& maxAscent == other.maxAscent
src/apps/haikudepot/textview/ParagraphLayout.h
145
&& maxDescent == other.maxDescent
src/apps/haikudepot/textview/ParagraphLayout.h
146
&& extraGlyphSpacing == other.extraGlyphSpacing
src/apps/haikudepot/textview/ParagraphLayout.h
147
&& extraWhiteSpacing == other.extraWhiteSpacing
src/apps/haikudepot/textview/ParagraphLayout.h
148
&& layoutedSpans == other.layoutedSpans;
src/apps/haikudepot/textview/ParagraphLayout.h
151
bool operator!=(const LineInfo& other) const
src/apps/haikudepot/textview/ParagraphLayout.h
153
return !(*this == other);
src/apps/haikudepot/textview/ParagraphLayout.h
177
ParagraphLayout(const ParagraphLayout& other);
src/apps/haikudepot/textview/ParagraphLayout.h
43
GlyphInfo(const GlyphInfo& other)
src/apps/haikudepot/textview/ParagraphLayout.h
45
charCode(other.charCode),
src/apps/haikudepot/textview/ParagraphLayout.h
46
x(other.x),
src/apps/haikudepot/textview/ParagraphLayout.h
47
width(other.width),
src/apps/haikudepot/textview/ParagraphLayout.h
48
lineIndex(other.lineIndex)
src/apps/haikudepot/textview/ParagraphLayout.h
52
GlyphInfo& operator=(const GlyphInfo& other)
src/apps/haikudepot/textview/ParagraphLayout.h
54
charCode = other.charCode;
src/apps/haikudepot/textview/ParagraphLayout.h
55
x = other.x;
src/apps/haikudepot/textview/ParagraphLayout.h
56
width = other.width;
src/apps/haikudepot/textview/ParagraphLayout.h
57
lineIndex = other.lineIndex;
src/apps/haikudepot/textview/ParagraphLayout.h
61
bool operator==(const GlyphInfo& other) const
src/apps/haikudepot/textview/ParagraphLayout.h
63
return charCode == other.charCode
src/apps/haikudepot/textview/ParagraphLayout.h
64
&& x == other.x
src/apps/haikudepot/textview/ParagraphLayout.h
65
&& width == other.width
src/apps/haikudepot/textview/ParagraphLayout.h
66
&& lineIndex == other.lineIndex;
src/apps/haikudepot/textview/ParagraphLayout.h
69
bool operator!=(const GlyphInfo& other) const
src/apps/haikudepot/textview/ParagraphLayout.h
71
return !(*this == other);
src/apps/haikudepot/textview/ParagraphStyle.cpp
16
ParagraphStyle::ParagraphStyle(const ParagraphStyle& other)
src/apps/haikudepot/textview/ParagraphStyle.cpp
18
fStyleData(other.fStyleData)
src/apps/haikudepot/textview/ParagraphStyle.cpp
24
ParagraphStyle::operator=(const ParagraphStyle& other)
src/apps/haikudepot/textview/ParagraphStyle.cpp
26
if (this == &other)
src/apps/haikudepot/textview/ParagraphStyle.cpp
29
fStyleData = other.fStyleData;
src/apps/haikudepot/textview/ParagraphStyle.cpp
35
ParagraphStyle::operator==(const ParagraphStyle& other) const
src/apps/haikudepot/textview/ParagraphStyle.cpp
37
if (this == &other)
src/apps/haikudepot/textview/ParagraphStyle.cpp
40
if (fStyleData == other.fStyleData)
src/apps/haikudepot/textview/ParagraphStyle.cpp
43
if (fStyleData.IsSet() && other.fStyleData.IsSet())
src/apps/haikudepot/textview/ParagraphStyle.cpp
44
return *fStyleData == *other.fStyleData;
src/apps/haikudepot/textview/ParagraphStyle.cpp
51
ParagraphStyle::operator!=(const ParagraphStyle& other) const
src/apps/haikudepot/textview/ParagraphStyle.cpp
53
return !(*this == other);
src/apps/haikudepot/textview/ParagraphStyle.h
14
ParagraphStyle(const ParagraphStyle& other);
src/apps/haikudepot/textview/ParagraphStyle.h
16
ParagraphStyle& operator=(const ParagraphStyle& other);
src/apps/haikudepot/textview/ParagraphStyle.h
17
bool operator==(const ParagraphStyle& other) const;
src/apps/haikudepot/textview/ParagraphStyle.h
18
bool operator!=(const ParagraphStyle& other) const;
src/apps/haikudepot/textview/ParagraphStyleData.cpp
193
ParagraphStyleData::operator=(const ParagraphStyleData& other)
src/apps/haikudepot/textview/ParagraphStyleData.cpp
28
ParagraphStyleData::ParagraphStyleData(const ParagraphStyleData& other)
src/apps/haikudepot/textview/ParagraphStyleData.cpp
30
fAlignment(other.fAlignment),
src/apps/haikudepot/textview/ParagraphStyleData.cpp
31
fJustify(other.fJustify),
src/apps/haikudepot/textview/ParagraphStyleData.cpp
33
fFirstLineInset(other.fFirstLineInset),
src/apps/haikudepot/textview/ParagraphStyleData.cpp
34
fLineInset(other.fLineInset),
src/apps/haikudepot/textview/ParagraphStyleData.cpp
35
fLineSpacing(other.fLineSpacing),
src/apps/haikudepot/textview/ParagraphStyleData.cpp
37
fSpacingTop(other.fSpacingTop),
src/apps/haikudepot/textview/ParagraphStyleData.cpp
38
fSpacingBottom(other.fSpacingBottom),
src/apps/haikudepot/textview/ParagraphStyleData.cpp
40
fBullet(other.fBullet)
src/apps/haikudepot/textview/ParagraphStyleData.cpp
46
ParagraphStyleData::operator==(const ParagraphStyleData& other) const
src/apps/haikudepot/textview/ParagraphStyleData.cpp
48
if (this == &other)
src/apps/haikudepot/textview/ParagraphStyleData.cpp
51
return fAlignment == other.fAlignment
src/apps/haikudepot/textview/ParagraphStyleData.cpp
52
&& fJustify == other.fJustify
src/apps/haikudepot/textview/ParagraphStyleData.cpp
53
&& fFirstLineInset == other.fFirstLineInset
src/apps/haikudepot/textview/ParagraphStyleData.cpp
54
&& fLineInset == other.fLineInset
src/apps/haikudepot/textview/ParagraphStyleData.cpp
55
&& fLineSpacing == other.fLineSpacing
src/apps/haikudepot/textview/ParagraphStyleData.cpp
56
&& fSpacingTop == other.fSpacingTop
src/apps/haikudepot/textview/ParagraphStyleData.cpp
57
&& fSpacingBottom == other.fSpacingBottom
src/apps/haikudepot/textview/ParagraphStyleData.cpp
58
&& fBullet == other.fBullet;
src/apps/haikudepot/textview/ParagraphStyleData.cpp
63
ParagraphStyleData::operator!=(const ParagraphStyleData& other) const
src/apps/haikudepot/textview/ParagraphStyleData.cpp
65
return !(*this == other);
src/apps/haikudepot/textview/ParagraphStyleData.h
28
const ParagraphStyleData& other);
src/apps/haikudepot/textview/ParagraphStyleData.h
31
const ParagraphStyleData& other) const;
src/apps/haikudepot/textview/ParagraphStyleData.h
33
const ParagraphStyleData& other) const;
src/apps/haikudepot/textview/ParagraphStyleData.h
67
ParagraphStyleData& operator=(const ParagraphStyleData& other);
src/apps/haikudepot/textview/TextDocument.cpp
33
TextDocument::TextDocument(const TextDocument& other)
src/apps/haikudepot/textview/TextDocument.cpp
35
fParagraphs(other.fParagraphs),
src/apps/haikudepot/textview/TextDocument.cpp
36
fEmptyLastParagraph(other.fEmptyLastParagraph),
src/apps/haikudepot/textview/TextDocument.cpp
37
fDefaultCharacterStyle(other.fDefaultCharacterStyle)
src/apps/haikudepot/textview/TextDocument.cpp
43
TextDocument::operator=(const TextDocument& other)
src/apps/haikudepot/textview/TextDocument.cpp
45
fParagraphs = other.fParagraphs;
src/apps/haikudepot/textview/TextDocument.cpp
46
fEmptyLastParagraph = other.fEmptyLastParagraph;
src/apps/haikudepot/textview/TextDocument.cpp
47
fDefaultCharacterStyle = other.fDefaultCharacterStyle;
src/apps/haikudepot/textview/TextDocument.cpp
54
TextDocument::operator==(const TextDocument& other) const
src/apps/haikudepot/textview/TextDocument.cpp
56
if (this == &other)
src/apps/haikudepot/textview/TextDocument.cpp
59
return fEmptyLastParagraph == other.fEmptyLastParagraph
src/apps/haikudepot/textview/TextDocument.cpp
60
&& fDefaultCharacterStyle == other.fDefaultCharacterStyle
src/apps/haikudepot/textview/TextDocument.cpp
61
&& fParagraphs == other.fParagraphs;
src/apps/haikudepot/textview/TextDocument.cpp
66
TextDocument::operator!=(const TextDocument& other) const
src/apps/haikudepot/textview/TextDocument.cpp
68
return !(*this == other);
src/apps/haikudepot/textview/TextDocument.h
27
TextDocument(const TextDocument& other);
src/apps/haikudepot/textview/TextDocument.h
29
TextDocument& operator=(const TextDocument& other);
src/apps/haikudepot/textview/TextDocument.h
30
bool operator==(const TextDocument& other) const;
src/apps/haikudepot/textview/TextDocument.h
31
bool operator!=(const TextDocument& other) const;
src/apps/haikudepot/textview/TextDocumentLayout.cpp
74
TextDocumentLayout::TextDocumentLayout(const TextDocumentLayout& other)
src/apps/haikudepot/textview/TextDocumentLayout.cpp
76
fWidth(other.fWidth),
src/apps/haikudepot/textview/TextDocumentLayout.cpp
77
fLayoutValid(other.fLayoutValid),
src/apps/haikudepot/textview/TextDocumentLayout.cpp
79
fDocument(other.fDocument),
src/apps/haikudepot/textview/TextDocumentLayout.cpp
81
fParagraphLayouts(other.fParagraphLayouts)
src/apps/haikudepot/textview/TextDocumentLayout.h
34
ParagraphLayoutInfo(const ParagraphLayoutInfo& other)
src/apps/haikudepot/textview/TextDocumentLayout.h
36
y(other.y),
src/apps/haikudepot/textview/TextDocumentLayout.h
37
layout(other.layout)
src/apps/haikudepot/textview/TextDocumentLayout.h
42
ParagraphLayoutInfo& operator=(const ParagraphLayoutInfo& other)
src/apps/haikudepot/textview/TextDocumentLayout.h
44
y = other.y;
src/apps/haikudepot/textview/TextDocumentLayout.h
45
layout = other.layout;
src/apps/haikudepot/textview/TextDocumentLayout.h
49
bool operator==(const ParagraphLayoutInfo& other) const
src/apps/haikudepot/textview/TextDocumentLayout.h
51
return y == other.y
src/apps/haikudepot/textview/TextDocumentLayout.h
52
&& layout == other.layout;
src/apps/haikudepot/textview/TextDocumentLayout.h
55
bool operator!=(const ParagraphLayoutInfo& other) const
src/apps/haikudepot/textview/TextDocumentLayout.h
57
return !(*this == other);
src/apps/haikudepot/textview/TextDocumentLayout.h
72
const TextDocumentLayout& other);
src/apps/haikudepot/textview/TextEditor.cpp
24
TextEditor::TextEditor(const TextEditor& other)
src/apps/haikudepot/textview/TextEditor.cpp
26
fDocument(other.fDocument),
src/apps/haikudepot/textview/TextEditor.cpp
27
fLayout(other.fLayout),
src/apps/haikudepot/textview/TextEditor.cpp
28
fSelection(other.fSelection),
src/apps/haikudepot/textview/TextEditor.cpp
29
fCaretAnchorX(other.fCaretAnchorX),
src/apps/haikudepot/textview/TextEditor.cpp
30
fStyleAtCaret(other.fStyleAtCaret),
src/apps/haikudepot/textview/TextEditor.cpp
31
fEditingEnabled(other.fEditingEnabled)
src/apps/haikudepot/textview/TextEditor.cpp
42
TextEditor::operator=(const TextEditor& other)
src/apps/haikudepot/textview/TextEditor.cpp
44
if (this == &other)
src/apps/haikudepot/textview/TextEditor.cpp
47
fDocument = other.fDocument;
src/apps/haikudepot/textview/TextEditor.cpp
48
fLayout = other.fLayout;
src/apps/haikudepot/textview/TextEditor.cpp
49
fSelection = other.fSelection;
src/apps/haikudepot/textview/TextEditor.cpp
50
fCaretAnchorX = other.fCaretAnchorX;
src/apps/haikudepot/textview/TextEditor.cpp
51
fStyleAtCaret = other.fStyleAtCaret;
src/apps/haikudepot/textview/TextEditor.cpp
52
fEditingEnabled = other.fEditingEnabled;
src/apps/haikudepot/textview/TextEditor.cpp
58
TextEditor::operator==(const TextEditor& other) const
src/apps/haikudepot/textview/TextEditor.cpp
60
if (this == &other)
src/apps/haikudepot/textview/TextEditor.cpp
63
return fDocument == other.fDocument
src/apps/haikudepot/textview/TextEditor.cpp
64
&& fLayout == other.fLayout
src/apps/haikudepot/textview/TextEditor.cpp
65
&& fSelection == other.fSelection
src/apps/haikudepot/textview/TextEditor.cpp
66
&& fCaretAnchorX == other.fCaretAnchorX
src/apps/haikudepot/textview/TextEditor.cpp
67
&& fStyleAtCaret == other.fStyleAtCaret
src/apps/haikudepot/textview/TextEditor.cpp
68
&& fEditingEnabled == other.fEditingEnabled;
src/apps/haikudepot/textview/TextEditor.cpp
73
TextEditor::operator!=(const TextEditor& other) const
src/apps/haikudepot/textview/TextEditor.cpp
75
return !(*this == other);
src/apps/haikudepot/textview/TextEditor.h
30
TextEditor(const TextEditor& other);
src/apps/haikudepot/textview/TextEditor.h
33
TextEditor& operator=(const TextEditor& other);
src/apps/haikudepot/textview/TextEditor.h
34
bool operator==(const TextEditor& other) const;
src/apps/haikudepot/textview/TextEditor.h
35
bool operator!=(const TextEditor& other) const;
src/apps/haikudepot/textview/TextSelection.cpp
25
TextSelection::TextSelection(const TextSelection& other)
src/apps/haikudepot/textview/TextSelection.cpp
27
fAnchor(other.fAnchor),
src/apps/haikudepot/textview/TextSelection.cpp
28
fCaret(other.fCaret)
src/apps/haikudepot/textview/TextSelection.cpp
34
TextSelection::operator=(const TextSelection& other)
src/apps/haikudepot/textview/TextSelection.cpp
36
if (this == &other)
src/apps/haikudepot/textview/TextSelection.cpp
39
fAnchor = other.fAnchor;
src/apps/haikudepot/textview/TextSelection.cpp
40
fCaret = other.fCaret;
src/apps/haikudepot/textview/TextSelection.cpp
46
TextSelection::operator==(const TextSelection& other) const
src/apps/haikudepot/textview/TextSelection.cpp
48
return (this == &other)
src/apps/haikudepot/textview/TextSelection.cpp
49
|| (fAnchor == other.fAnchor && fCaret == other.fCaret);
src/apps/haikudepot/textview/TextSelection.cpp
54
TextSelection::operator!=(const TextSelection& other) const
src/apps/haikudepot/textview/TextSelection.cpp
56
return !(*this == other);
src/apps/haikudepot/textview/TextSelection.h
16
TextSelection(const TextSelection& other);
src/apps/haikudepot/textview/TextSelection.h
18
TextSelection& operator=(const TextSelection& other);
src/apps/haikudepot/textview/TextSelection.h
19
bool operator==(const TextSelection& other) const;
src/apps/haikudepot/textview/TextSelection.h
20
bool operator!=(const TextSelection& other) const;
src/apps/haikudepot/textview/TextSpan.cpp
31
TextSpan::TextSpan(const TextSpan& other)
src/apps/haikudepot/textview/TextSpan.cpp
33
fText(other.fText),
src/apps/haikudepot/textview/TextSpan.cpp
34
fCharCount(other.fCharCount),
src/apps/haikudepot/textview/TextSpan.cpp
35
fStyle(other.fStyle),
src/apps/haikudepot/textview/TextSpan.cpp
36
fCursor(other.fCursor),
src/apps/haikudepot/textview/TextSpan.cpp
37
fClickMessage(other.fClickMessage)
src/apps/haikudepot/textview/TextSpan.cpp
43
TextSpan::operator=(const TextSpan& other)
src/apps/haikudepot/textview/TextSpan.cpp
45
fText = other.fText;
src/apps/haikudepot/textview/TextSpan.cpp
46
fCharCount = other.fCharCount;
src/apps/haikudepot/textview/TextSpan.cpp
47
fStyle = other.fStyle;
src/apps/haikudepot/textview/TextSpan.cpp
48
fCursor = other.fCursor;
src/apps/haikudepot/textview/TextSpan.cpp
49
fClickMessage = other.fClickMessage;
src/apps/haikudepot/textview/TextSpan.cpp
56
TextSpan::operator==(const TextSpan& other) const
src/apps/haikudepot/textview/TextSpan.cpp
58
return fCharCount == other.fCharCount
src/apps/haikudepot/textview/TextSpan.cpp
59
&& fStyle == other.fStyle
src/apps/haikudepot/textview/TextSpan.cpp
60
&& fText == other.fText
src/apps/haikudepot/textview/TextSpan.cpp
61
&& fCursor == other.fCursor
src/apps/haikudepot/textview/TextSpan.cpp
62
&& fClickMessage.what == other.fClickMessage.what
src/apps/haikudepot/textview/TextSpan.cpp
63
&& fClickMessage.HasSameData(other.fClickMessage);
src/apps/haikudepot/textview/TextSpan.cpp
68
TextSpan::operator!=(const TextSpan& other) const
src/apps/haikudepot/textview/TextSpan.cpp
70
return !(*this == other);
src/apps/haikudepot/textview/TextSpan.h
20
TextSpan(const TextSpan& other);
src/apps/haikudepot/textview/TextSpan.h
22
TextSpan& operator=(const TextSpan& other);
src/apps/haikudepot/textview/TextSpan.h
23
bool operator==(const TextSpan& other) const;
src/apps/haikudepot/textview/TextSpan.h
24
bool operator!=(const TextSpan& other) const;
src/apps/haikudepot/util/StorageUtils.cpp
58
bool operator<(const PathWithLastAccessTimestamp& other) const
src/apps/haikudepot/util/StorageUtils.cpp
60
return fLastAccessMillisSinceEpoch < other.fLastAccessMillisSinceEpoch &&
src/apps/haikudepot/util/StorageUtils.cpp
61
strcmp(fPath.Path(), other.fPath.Path()) < 0;
src/apps/icon-o-matic/Util.cpp
45
AddPathsCommand** command, VectorPath* other)
src/apps/icon-o-matic/Util.cpp
47
if (other)
src/apps/icon-o-matic/Util.cpp
48
*path = new (nothrow) VectorPath(*other);
src/apps/icon-o-matic/Util.cpp
55
int32 insertIndex = other ? container->IndexOf(other) + 1
src/apps/icon-o-matic/Util.h
35
AddPathsCommand** command, VectorPath* other = NULL);
src/apps/icon-o-matic/document/IconObject.cpp
28
IconObject::IconObject(const IconObject& other)
src/apps/icon-o-matic/document/IconObject.cpp
33
fName(other.fName)
src/apps/icon-o-matic/document/IconObject.h
26
IconObject(const IconObject& other);
src/apps/icon-o-matic/generic/gui/stateview/ViewState.cpp
29
ViewState::ViewState(const ViewState& other)
src/apps/icon-o-matic/generic/gui/stateview/ViewState.cpp
30
: fView(other.fView),
src/apps/icon-o-matic/generic/gui/stateview/ViewState.cpp
31
fMouseInfo(other.fMouseInfo)
src/apps/icon-o-matic/generic/gui/stateview/ViewState.h
30
ViewState(const ViewState& other);
src/apps/icon-o-matic/generic/property/Property.cpp
104
IntProperty::IntProperty(const IntProperty& other)
src/apps/icon-o-matic/generic/property/Property.cpp
105
: Property(other),
src/apps/icon-o-matic/generic/property/Property.cpp
106
fValue(other.fValue),
src/apps/icon-o-matic/generic/property/Property.cpp
107
fMin(other.fMin),
src/apps/icon-o-matic/generic/property/Property.cpp
108
fMax(other.fMax)
src/apps/icon-o-matic/generic/property/Property.cpp
181
IntProperty::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/Property.cpp
183
const IntProperty* i = dynamic_cast<const IntProperty*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
199
IntProperty::InterpolateTo(const Property* other, float scale)
src/apps/icon-o-matic/generic/property/Property.cpp
201
const IntProperty* i = dynamic_cast<const IntProperty*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
239
FloatProperty::FloatProperty(const FloatProperty& other)
src/apps/icon-o-matic/generic/property/Property.cpp
240
: Property(other),
src/apps/icon-o-matic/generic/property/Property.cpp
241
fValue(other.fValue),
src/apps/icon-o-matic/generic/property/Property.cpp
242
fMin(other.fMin),
src/apps/icon-o-matic/generic/property/Property.cpp
243
fMax(other.fMax)
src/apps/icon-o-matic/generic/property/Property.cpp
30
Property::Property(const Property& other)
src/apps/icon-o-matic/generic/property/Property.cpp
31
: fIdentifier(other.fIdentifier),
src/apps/icon-o-matic/generic/property/Property.cpp
316
FloatProperty::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/Property.cpp
318
const FloatProperty* f = dynamic_cast<const FloatProperty*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
32
fEditable(other.fEditable)
src/apps/icon-o-matic/generic/property/Property.cpp
334
FloatProperty::InterpolateTo(const Property* other, float scale)
src/apps/icon-o-matic/generic/property/Property.cpp
336
const FloatProperty* f = dynamic_cast<const FloatProperty*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
370
UInt8Property::UInt8Property(const UInt8Property& other)
src/apps/icon-o-matic/generic/property/Property.cpp
371
: Property(other),
src/apps/icon-o-matic/generic/property/Property.cpp
372
fValue(other.fValue)
src/apps/icon-o-matic/generic/property/Property.cpp
435
UInt8Property::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/Property.cpp
437
const UInt8Property* u = dynamic_cast<const UInt8Property*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
453
UInt8Property::InterpolateTo(const Property* other, float scale)
src/apps/icon-o-matic/generic/property/Property.cpp
455
const UInt8Property* u = dynamic_cast<const UInt8Property*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
484
BoolProperty::BoolProperty(const BoolProperty& other)
src/apps/icon-o-matic/generic/property/Property.cpp
485
: Property(other),
src/apps/icon-o-matic/generic/property/Property.cpp
486
fValue(other.fValue)
src/apps/icon-o-matic/generic/property/Property.cpp
557
BoolProperty::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/Property.cpp
559
const BoolProperty* b = dynamic_cast<const BoolProperty*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
578
BoolProperty::InterpolateTo(const Property* other, float scale)
src/apps/icon-o-matic/generic/property/Property.cpp
580
const BoolProperty* b = dynamic_cast<const BoolProperty*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
609
StringProperty::StringProperty(const StringProperty& other)
src/apps/icon-o-matic/generic/property/Property.cpp
610
: Property(other),
src/apps/icon-o-matic/generic/property/Property.cpp
611
fValue(other.fValue)
src/apps/icon-o-matic/generic/property/Property.cpp
679
StringProperty::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/Property.cpp
681
const StringProperty* s = dynamic_cast<const StringProperty*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
78
Property::InterpolateTo(const Property* other, float scale)
src/apps/icon-o-matic/generic/property/Property.h
107
FloatProperty(const FloatProperty& other);
src/apps/icon-o-matic/generic/property/Property.h
121
virtual bool SetValue(const Property* other);
src/apps/icon-o-matic/generic/property/Property.h
124
virtual bool InterpolateTo(const Property* other,
src/apps/icon-o-matic/generic/property/Property.h
148
UInt8Property(const UInt8Property& other);
src/apps/icon-o-matic/generic/property/Property.h
162
virtual bool SetValue(const Property* other);
src/apps/icon-o-matic/generic/property/Property.h
165
virtual bool InterpolateTo(const Property* other,
src/apps/icon-o-matic/generic/property/Property.h
183
BoolProperty(const BoolProperty& other);
src/apps/icon-o-matic/generic/property/Property.h
197
virtual bool SetValue(const Property* other);
src/apps/icon-o-matic/generic/property/Property.h
200
virtual bool InterpolateTo(const Property* other,
src/apps/icon-o-matic/generic/property/Property.h
218
StringProperty(const StringProperty& other);
src/apps/icon-o-matic/generic/property/Property.h
232
virtual bool SetValue(const Property* other);
src/apps/icon-o-matic/generic/property/Property.h
24
Property(const Property& other);
src/apps/icon-o-matic/generic/property/Property.h
38
virtual bool SetValue(const Property* other) = 0;
src/apps/icon-o-matic/generic/property/Property.h
42
virtual bool InterpolateTo(const Property* other,
src/apps/icon-o-matic/generic/property/Property.h
64
IntProperty(const IntProperty& other);
src/apps/icon-o-matic/generic/property/Property.h
78
virtual bool SetValue(const Property* other);
src/apps/icon-o-matic/generic/property/Property.h
81
virtual bool InterpolateTo(const Property* other,
src/apps/icon-o-matic/generic/property/PropertyObject.cpp
178
PropertyObject::ContainsSameProperties(const PropertyObject& other) const
src/apps/icon-o-matic/generic/property/PropertyObject.cpp
182
if (count == other.CountProperties()) {
src/apps/icon-o-matic/generic/property/PropertyObject.cpp
186
Property* otherProperty = other.PropertyAtFast(i);
src/apps/icon-o-matic/generic/property/PropertyObject.cpp
198
PropertyObject::Assign(const PropertyObject& other)
src/apps/icon-o-matic/generic/property/PropertyObject.cpp
202
int32 count = other.fProperties.CountItems();
src/apps/icon-o-matic/generic/property/PropertyObject.cpp
204
Property* p = (Property*)other.fProperties.ItemAtFast(i);
src/apps/icon-o-matic/generic/property/PropertyObject.cpp
31
PropertyObject::PropertyObject(const PropertyObject& other)
src/apps/icon-o-matic/generic/property/PropertyObject.cpp
34
Assign(other);
src/apps/icon-o-matic/generic/property/PropertyObject.h
21
PropertyObject(const PropertyObject& other);
src/apps/icon-o-matic/generic/property/PropertyObject.h
37
const PropertyObject& other) const;
src/apps/icon-o-matic/generic/property/PropertyObject.h
39
status_t Assign(const PropertyObject& other);
src/apps/icon-o-matic/generic/property/specific_properties/ColorProperty.cpp
130
ColorProperty::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/specific_properties/ColorProperty.cpp
132
const ColorProperty* c = dynamic_cast<const ColorProperty*>(other);
src/apps/icon-o-matic/generic/property/specific_properties/ColorProperty.cpp
150
ColorProperty::InterpolateTo(const Property* other, float scale)
src/apps/icon-o-matic/generic/property/specific_properties/ColorProperty.cpp
152
const ColorProperty* c = dynamic_cast<const ColorProperty*>(other);
src/apps/icon-o-matic/generic/property/specific_properties/ColorProperty.cpp
36
ColorProperty::ColorProperty(const ColorProperty& other)
src/apps/icon-o-matic/generic/property/specific_properties/ColorProperty.cpp
37
: Property(other),
src/apps/icon-o-matic/generic/property/specific_properties/ColorProperty.cpp
38
fValue(other.fValue)
src/apps/icon-o-matic/generic/property/specific_properties/ColorProperty.h
21
ColorProperty(const ColorProperty& other);
src/apps/icon-o-matic/generic/property/specific_properties/ColorProperty.h
36
virtual bool SetValue(const Property* other);
src/apps/icon-o-matic/generic/property/specific_properties/ColorProperty.h
39
virtual bool InterpolateTo(const Property* other,
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
104
IconProperty::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
106
const IconProperty* i = dynamic_cast<const IconProperty*>(other);
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
123
IconProperty::InterpolateTo(const Property* other, float scale)
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
34
IconProperty::IconProperty(const IconProperty& other)
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
35
: Property(other),
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
36
fMessage(other.fMessage ? new BMessage(*other.fMessage) : NULL),
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
37
fIcon(other.fIcon),
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
38
fWidth(other.fWidth),
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
39
fHeight(other.fHeight),
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
40
fFormat(other.fFormat)
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.h
23
IconProperty(const IconProperty& other);
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.h
39
virtual bool SetValue(const Property* other);
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.h
42
virtual bool InterpolateTo(const Property* other,
src/apps/icon-o-matic/generic/property/specific_properties/Int64Property.cpp
25
Int64Property::Int64Property(const Int64Property& other)
src/apps/icon-o-matic/generic/property/specific_properties/Int64Property.cpp
26
: Property(other),
src/apps/icon-o-matic/generic/property/specific_properties/Int64Property.cpp
27
fValue(other.fValue)
src/apps/icon-o-matic/generic/property/specific_properties/Int64Property.cpp
53
Int64Property::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/specific_properties/Int64Property.cpp
55
const Int64Property* intOther = dynamic_cast<const Int64Property*>(other);
src/apps/icon-o-matic/generic/property/specific_properties/Int64Property.cpp
71
Int64Property::InterpolateTo(const Property* other, float scale)
src/apps/icon-o-matic/generic/property/specific_properties/Int64Property.cpp
73
const Int64Property* intOther = dynamic_cast<const Int64Property*>(other);
src/apps/icon-o-matic/generic/property/specific_properties/Int64Property.h
18
Int64Property(const Int64Property& other);
src/apps/icon-o-matic/generic/property/specific_properties/Int64Property.h
28
virtual bool SetValue(const Property* other);
src/apps/icon-o-matic/generic/property/specific_properties/Int64Property.h
31
virtual bool InterpolateTo(const Property* other,
src/apps/icon-o-matic/generic/property/specific_properties/OptionProperty.cpp
142
OptionProperty::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/specific_properties/OptionProperty.cpp
144
const OptionProperty* optOther = dynamic_cast<const OptionProperty*>(other);
src/apps/icon-o-matic/generic/property/specific_properties/OptionProperty.cpp
29
OptionProperty::OptionProperty(const OptionProperty& other)
src/apps/icon-o-matic/generic/property/specific_properties/OptionProperty.cpp
30
: Property(other),
src/apps/icon-o-matic/generic/property/specific_properties/OptionProperty.cpp
32
fCurrentOptionID(other.fCurrentOptionID)
src/apps/icon-o-matic/generic/property/specific_properties/OptionProperty.cpp
35
int32 count = other.fOptions.CountItems();
src/apps/icon-o-matic/generic/property/specific_properties/OptionProperty.cpp
37
option* o = (option*)(other.fOptions.ItemAtFast(i));
src/apps/icon-o-matic/generic/property/specific_properties/OptionProperty.h
20
OptionProperty(const OptionProperty& other);
src/apps/icon-o-matic/generic/property/specific_properties/OptionProperty.h
34
virtual bool SetValue(const Property* other);
src/apps/icon-o-matic/gui/ShapeListView.cpp
340
Style* other = fStyleContainer->ItemAtFast(i);
src/apps/icon-o-matic/gui/ShapeListView.cpp
341
if (*other == *style) {
src/apps/icon-o-matic/gui/ShapeListView.cpp
342
styleToAssign = other;
src/apps/icon-o-matic/gui/ShapeListView.cpp
386
VectorPath* other = fPathContainer->ItemAtFast(i);
src/apps/icon-o-matic/gui/ShapeListView.cpp
387
if (*other == *path) {
src/apps/icon-o-matic/gui/ShapeListView.cpp
388
pathToInclude = other;
src/apps/icon-o-matic/shape/PathManipulator.cpp
180
inline Selection& operator =(const Selection& other)
src/apps/icon-o-matic/shape/PathManipulator.cpp
182
_inherited::operator=(other);
src/apps/icon-o-matic/shape/PathManipulator.cpp
186
inline bool operator ==(const Selection& other)
src/apps/icon-o-matic/shape/PathManipulator.cpp
187
{ return (_inherited)*this == (_inherited)other; }
src/apps/icon-o-matic/shape/PathManipulator.cpp
189
inline bool operator !=(const Selection& other)
src/apps/icon-o-matic/shape/PathManipulator.cpp
190
{ return (_inherited)*this != (_inherited)other; }
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
230
ChannelTransform::operator=(const ChannelTransform& other)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
232
fTranslation = other.fTranslation;
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
233
fRotation = other.fRotation;
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
234
fXScale = other.fXScale;
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
235
fYScale = other.fYScale;
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
237
Transformable::operator=(other);
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
28
ChannelTransform::ChannelTransform(const ChannelTransform& other)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
30
Transformable(other),
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
31
fPivot(other.fPivot),
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
32
fTranslation(other.fTranslation),
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
33
fRotation(other.fRotation),
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
34
fXScale(other.fXScale),
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
35
fYScale(other.fYScale)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
48
ChannelTransform::SetTransformation(const Transformable& other)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
55
other.translation(&tx, &ty);
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
58
double rotation = agg::rad2deg(other.rotation());
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
63
other.scaling(&scaleX, &scaleY);
src/apps/icon-o-matic/transformable/ChannelTransform.h
17
ChannelTransform(const ChannelTransform& other);
src/apps/icon-o-matic/transformable/ChannelTransform.h
23
void SetTransformation(const Transformable& other);
src/apps/icon-o-matic/transformable/ChannelTransform.h
58
ChannelTransform& operator=(const ChannelTransform& other);
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
61
PlayingState(const PlayingState& other)
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
63
start_frame(other.start_frame),
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
64
end_frame(other.end_frame),
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
65
frame_count(other.frame_count),
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
66
first_visible_frame(other.first_visible_frame),
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
67
last_visible_frame(other.last_visible_frame),
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
68
max_frame_count(other.max_frame_count),
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
69
play_mode(other.play_mode),
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
70
loop_mode(other.loop_mode),
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
71
looping_enabled(other.looping_enabled),
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
73
current_frame(other.current_frame),
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
74
range_index(other.range_index),
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
75
activation_frame(other.activation_frame)
src/apps/mediaplayer/playlist/FilePlaylistItem.cpp
32
FilePlaylistItem::FilePlaylistItem(const FilePlaylistItem& other)
src/apps/mediaplayer/playlist/FilePlaylistItem.cpp
34
fRefs(other.fRefs),
src/apps/mediaplayer/playlist/FilePlaylistItem.cpp
35
fNamesInTrash(other.fNamesInTrash),
src/apps/mediaplayer/playlist/FilePlaylistItem.cpp
36
fImageRefs(other.fImageRefs),
src/apps/mediaplayer/playlist/FilePlaylistItem.cpp
37
fImageNamesInTrash(other.fImageNamesInTrash)
src/apps/mediaplayer/playlist/Playlist.cpp
278
Playlist::AdoptPlaylist(Playlist& other)
src/apps/mediaplayer/playlist/Playlist.cpp
280
return AdoptPlaylist(other, CountItems());
src/apps/mediaplayer/playlist/Playlist.cpp
285
Playlist::AdoptPlaylist(Playlist& other, int32 index)
src/apps/mediaplayer/playlist/Playlist.cpp
287
if (&other == this)
src/apps/mediaplayer/playlist/Playlist.cpp
291
if (fItems.AddList(&other.fItems, index)) {
src/apps/mediaplayer/playlist/Playlist.cpp
293
int32 count = other.CountItems();
src/apps/mediaplayer/playlist/Playlist.cpp
301
other.fItems.MakeEmpty();
src/apps/mediaplayer/playlist/Playlist.h
115
Playlist(const Playlist& other);
src/apps/mediaplayer/playlist/Playlist.h
116
Playlist& operator=(const Playlist& other);
src/apps/mediaplayer/playlist/Playlist.h
77
bool AdoptPlaylist(Playlist& other);
src/apps/mediaplayer/playlist/Playlist.h
78
bool AdoptPlaylist(Playlist& other, int32 index);
src/apps/mediaplayer/settings/Settings.cpp
19
mpSettings::operator!=(const mpSettings& other) const
src/apps/mediaplayer/settings/Settings.cpp
21
return autostart != other.autostart
src/apps/mediaplayer/settings/Settings.cpp
22
|| closeWhenDonePlayingMovie != other.closeWhenDonePlayingMovie
src/apps/mediaplayer/settings/Settings.cpp
23
|| closeWhenDonePlayingSound != other.closeWhenDonePlayingSound
src/apps/mediaplayer/settings/Settings.cpp
24
|| loopMovie != other.loopMovie
src/apps/mediaplayer/settings/Settings.cpp
25
|| loopSound != other.loopSound
src/apps/mediaplayer/settings/Settings.cpp
26
|| useOverlays != other.useOverlays
src/apps/mediaplayer/settings/Settings.cpp
27
|| scaleBilinear != other.scaleBilinear
src/apps/mediaplayer/settings/Settings.cpp
28
|| scaleFullscreenControls != other.scaleFullscreenControls
src/apps/mediaplayer/settings/Settings.cpp
29
|| resume != other.resume
src/apps/mediaplayer/settings/Settings.cpp
30
|| subtitleSize != other.subtitleSize
src/apps/mediaplayer/settings/Settings.cpp
31
|| subtitlePlacement != other.subtitlePlacement
src/apps/mediaplayer/settings/Settings.cpp
32
|| backgroundMovieVolumeMode != other.backgroundMovieVolumeMode
src/apps/mediaplayer/settings/Settings.cpp
33
|| filePanelFolder != other.filePanelFolder
src/apps/mediaplayer/settings/Settings.cpp
34
|| audioPlayerWindowFrame != other.audioPlayerWindowFrame;
src/apps/mediaplayer/settings/Settings.h
57
bool operator!=(const mpSettings& other) const;
src/apps/sudoku/SudokuField.cpp
84
SudokuField::SudokuField(const SudokuField& other)
src/apps/sudoku/SudokuField.cpp
85
: BArchivable(other)
src/apps/sudoku/SudokuField.cpp
87
fSize = other.fSize;
src/apps/sudoku/SudokuField.cpp
88
fBlockSize = other.fBlockSize;
src/apps/sudoku/SudokuField.cpp
89
fMaxMask = other.fMaxMask;
src/apps/sudoku/SudokuField.cpp
93
memcpy(fFields, other.fFields, sizeof(field) * fSize * fSize);
src/apps/sudoku/SudokuField.h
22
SudokuField(const SudokuField& other);
src/apps/sudoku/SudokuField.h
31
void SetTo(const SudokuField* other);
src/apps/sudoku/SudokuSolver.cpp
16
SolutionStep(const SolutionStep& other);
src/apps/sudoku/SudokuSolver.cpp
61
SolutionStep::SolutionStep(const SolutionStep& other)
src/apps/sudoku/SudokuSolver.cpp
63
fField = new SudokuField(*other.fField);
src/apps/sudoku/SudokuSolver.cpp
64
fX = other.fX;
src/apps/sudoku/SudokuSolver.cpp
65
fY = other.fY;
src/apps/terminal/BasicTerminalBuffer.cpp
240
BasicTerminalBuffer::SynchronizeWith(const BasicTerminalBuffer* other,
src/apps/terminal/BasicTerminalBuffer.cpp
264
TerminalLine* sourceLine = other->_HistoryLineAt(i + offset, destLine);
src/apps/terminal/BasicTerminalBuffer.h
87
const BasicTerminalBuffer* other,
src/apps/terminal/TermPos.h
25
inline bool operator==(const TermPos& other) const
src/apps/terminal/TermPos.h
27
return x == other.x && y == other.y;
src/apps/terminal/TermPos.h
30
inline bool operator!=(const TermPos& other) const
src/apps/terminal/TermPos.h
32
return x != other.x || y != other.y;
src/apps/terminal/TermPos.h
35
inline bool operator<=(const TermPos& other) const
src/apps/terminal/TermPos.h
37
return y < other.y || (y == other.y && x <= other.x);
src/apps/terminal/TermPos.h
40
inline bool operator>=(const TermPos& other) const
src/apps/terminal/TermPos.h
42
return other <= *this;
src/apps/terminal/TermPos.h
45
inline bool operator<(const TermPos& other) const
src/apps/terminal/TermPos.h
47
return !(*this >= other);
src/apps/terminal/TermPos.h
50
inline bool operator>(const TermPos& other) const
src/apps/terminal/TermPos.h
52
return !(*this <= other);
src/apps/terminal/TermWindow.h
126
bool operator==(const SessionID& other) const
src/apps/terminal/TermWindow.h
127
{ return fID == other.fID; }
src/apps/terminal/TermWindow.h
128
bool operator!=(const SessionID& other) const
src/apps/terminal/TermWindow.h
129
{ return !(*this == other); }
src/apps/terminal/TerminalLine.h
189
operator==(const Attributes& other) const
src/apps/terminal/TerminalLine.h
191
return state == other.state
src/apps/terminal/TerminalLine.h
192
&& foreground == other.foreground
src/apps/terminal/TerminalLine.h
193
&& background == other.background
src/apps/terminal/TerminalLine.h
194
&& underline == other.underline
src/apps/terminal/TerminalLine.h
195
&& underlineStyle == other.underlineStyle
src/apps/terminal/TerminalLine.h
196
&& hyperlink == other.hyperlink;
src/apps/terminal/TerminalLine.h
200
operator!=(const Attributes& other) const
src/apps/terminal/TerminalLine.h
202
return state != other.state
src/apps/terminal/TerminalLine.h
203
|| foreground != other.foreground
src/apps/terminal/TerminalLine.h
204
|| background != other.background
src/apps/terminal/TerminalLine.h
205
|| underline != other.underline
src/apps/terminal/TerminalLine.h
206
|| underlineStyle != other.underlineStyle
src/apps/terminal/TerminalLine.h
207
|| hyperlink != other.hyperlink;
src/apps/terminal/TerminalLine.h
217
operator!=(const Attributes& other) const
src/apps/terminal/TerminalLine.h
220
!= (other.state & CHAR_ATTRIBUTES)
src/apps/terminal/TerminalLine.h
221
|| attributes.foreground != other.foreground
src/apps/terminal/TerminalLine.h
222
|| attributes.background != other.background
src/apps/terminal/TerminalLine.h
223
|| attributes.hyperlink != other.hyperlink;
src/apps/terminal/TerminalRoster.cpp
78
TerminalRoster::Info::operator==(const Info& other) const
src/apps/terminal/TerminalRoster.cpp
80
return id == other.id && team == other.team
src/apps/terminal/TerminalRoster.cpp
81
&& workspaces == other.workspaces && minimized == other.minimized;
src/apps/terminal/TerminalRoster.h
44
bool operator==(const Info& other) const;
src/apps/terminal/TerminalRoster.h
45
bool operator!=(const Info& other) const
src/apps/terminal/TerminalRoster.h
46
{ return !(*this == other); }
src/apps/terminal/UTF8Char.h
102
bool equals = bytes[0] == other.bytes[0];
src/apps/terminal/UTF8Char.h
104
equals = bytes[1] == other.bytes[1];
src/apps/terminal/UTF8Char.h
106
equals = bytes[2] == other.bytes[2];
src/apps/terminal/UTF8Char.h
108
equals = bytes[3] == other.bytes[3];
src/apps/terminal/UTF8Char.h
114
bool operator!=(const UTF8Char& other) const
src/apps/terminal/UTF8Char.h
116
return !(*this == other);
src/apps/terminal/UTF8Char.h
99
bool operator==(const UTF8Char& other) const
src/apps/webpositive/BrowsingHistory.cpp
104
BrowsingHistoryItem::operator<(const BrowsingHistoryItem& other) const
src/apps/webpositive/BrowsingHistory.cpp
106
if (this == &other)
src/apps/webpositive/BrowsingHistory.cpp
109
return fDateTime < other.fDateTime || fURL < other.fURL;
src/apps/webpositive/BrowsingHistory.cpp
114
BrowsingHistoryItem::operator<=(const BrowsingHistoryItem& other) const
src/apps/webpositive/BrowsingHistory.cpp
116
return (*this == other) || (*this < other);
src/apps/webpositive/BrowsingHistory.cpp
121
BrowsingHistoryItem::operator>(const BrowsingHistoryItem& other) const
src/apps/webpositive/BrowsingHistory.cpp
123
if (this == &other)
src/apps/webpositive/BrowsingHistory.cpp
126
return fDateTime > other.fDateTime || fURL > other.fURL;
src/apps/webpositive/BrowsingHistory.cpp
131
BrowsingHistoryItem::operator>=(const BrowsingHistoryItem& other) const
src/apps/webpositive/BrowsingHistory.cpp
133
return (*this == other) || (*this > other);
src/apps/webpositive/BrowsingHistory.cpp
31
BrowsingHistoryItem::BrowsingHistoryItem(const BrowsingHistoryItem& other)
src/apps/webpositive/BrowsingHistory.cpp
33
*this = other;
src/apps/webpositive/BrowsingHistory.cpp
72
BrowsingHistoryItem::operator=(const BrowsingHistoryItem& other)
src/apps/webpositive/BrowsingHistory.cpp
74
if (this == &other)
src/apps/webpositive/BrowsingHistory.cpp
77
fURL = other.fURL;
src/apps/webpositive/BrowsingHistory.cpp
78
fDateTime = other.fDateTime;
src/apps/webpositive/BrowsingHistory.cpp
79
fInvokationCount = other.fInvokationCount;
src/apps/webpositive/BrowsingHistory.cpp
86
BrowsingHistoryItem::operator==(const BrowsingHistoryItem& other) const
src/apps/webpositive/BrowsingHistory.cpp
88
if (this == &other)
src/apps/webpositive/BrowsingHistory.cpp
91
return fURL == other.fURL && fDateTime == other.fDateTime
src/apps/webpositive/BrowsingHistory.cpp
92
&& fInvokationCount == other.fInvokationCount;
src/apps/webpositive/BrowsingHistory.cpp
97
BrowsingHistoryItem::operator!=(const BrowsingHistoryItem& other) const
src/apps/webpositive/BrowsingHistory.cpp
99
return !(*this == other);
src/apps/webpositive/BrowsingHistory.h
21
const BrowsingHistoryItem& other);
src/apps/webpositive/BrowsingHistory.h
27
BrowsingHistoryItem& operator=(const BrowsingHistoryItem& other);
src/apps/webpositive/BrowsingHistory.h
30
const BrowsingHistoryItem& other) const;
src/apps/webpositive/BrowsingHistory.h
32
const BrowsingHistoryItem& other) const;
src/apps/webpositive/BrowsingHistory.h
34
const BrowsingHistoryItem& other) const;
src/apps/webpositive/BrowsingHistory.h
36
const BrowsingHistoryItem& other) const;
src/apps/webpositive/BrowsingHistory.h
38
const BrowsingHistoryItem& other) const;
src/apps/webpositive/BrowsingHistory.h
40
const BrowsingHistoryItem& other) const;
src/apps/webpositive/CredentialsStorage.cpp
38
Credentials::Credentials(const Credentials& other)
src/apps/webpositive/CredentialsStorage.cpp
40
*this = other;
src/apps/webpositive/CredentialsStorage.cpp
71
Credentials::operator=(const Credentials& other)
src/apps/webpositive/CredentialsStorage.cpp
73
if (this == &other)
src/apps/webpositive/CredentialsStorage.cpp
76
fUsername = other.fUsername;
src/apps/webpositive/CredentialsStorage.cpp
77
fPassword = other.fPassword;
src/apps/webpositive/CredentialsStorage.cpp
84
Credentials::operator==(const Credentials& other) const
src/apps/webpositive/CredentialsStorage.cpp
86
if (this == &other)
src/apps/webpositive/CredentialsStorage.cpp
89
return fUsername == other.fUsername && fPassword == other.fPassword;
src/apps/webpositive/CredentialsStorage.cpp
94
Credentials::operator!=(const Credentials& other) const
src/apps/webpositive/CredentialsStorage.cpp
96
return !(*this == other);
src/apps/webpositive/CredentialsStorage.h
28
const Credentials& other);
src/apps/webpositive/CredentialsStorage.h
34
Credentials& operator=(const Credentials& other);
src/apps/webpositive/CredentialsStorage.h
36
bool operator==(const Credentials& other) const;
src/apps/webpositive/CredentialsStorage.h
37
bool operator!=(const Credentials& other) const;
src/apps/webpositive/URLInputGroup.cpp
51
bool operator<(const URLChoice& other) const
src/apps/webpositive/URLInputGroup.cpp
53
if (fPriority > other.fPriority)
src/apps/webpositive/URLInputGroup.cpp
55
return DisplayText() < other.DisplayText();
src/apps/webpositive/URLInputGroup.cpp
58
bool operator==(const URLChoice& other) const
src/apps/webpositive/URLInputGroup.cpp
60
return fPriority == other.fPriority
src/apps/webpositive/URLInputGroup.cpp
61
&& DisplayText() < other.DisplayText();
src/bin/bfs_tools/lib/BPlusTree.cpp
732
bplustree_node *other = fCache.Get(otherOffset = fHeader->maximum_size); //Node(otherOffset = fHeader->maximum_size/*,false*/);
src/bin/bfs_tools/lib/BPlusTree.cpp
733
if (other == NULL)
src/bin/bfs_tools/lib/BPlusTree.cpp
739
uint8 *outKeys = other->Keys();
src/bin/bfs_tools/lib/BPlusTree.cpp
783
other->left_link = node->left_link;
src/bin/bfs_tools/lib/BPlusTree.cpp
784
other->right_link = nodeOffset;
src/bin/bfs_tools/lib/BPlusTree.cpp
785
other->all_key_length = bytes + bytesBefore + bytesAfter;
src/bin/bfs_tools/lib/BPlusTree.cpp
786
other->all_key_count = out;
src/bin/bfs_tools/lib/BPlusTree.cpp
789
uint16 *outKeyLengths = other->KeyLengths();
src/bin/bfs_tools/lib/BPlusTree.cpp
790
off_t *outKeyValues = other->Values();
src/bin/bfs_tools/lib/BPlusTree.cpp
824
other->overflow_link = *_value;
src/bin/bfs_tools/lib/BPlusTree.cpp
827
other->overflow_link = inKeyValues[in];
src/bin/bfs_tools/lib/BPlusTree.cpp
930
if (other->left_link != BPLUSTREE_NULL) {
src/bin/bfs_tools/lib/BPlusTree.cpp
931
bplustree_node *left = fCache.Get(other->left_link);
src/bin/bfs_tools/lib/BPlusTree.cpp
934
fCache.SetDirty(other->left_link,true);
src/bin/bfs_tools/lib/BPlusTree.cpp
942
uint8 *lastKey = other->KeyAt(other->all_key_count - 1,&length);
src/bin/debug/profile/BasicProfileResult.cpp
27
inline bool operator<(const HitSymbol& other) const
src/bin/debug/profile/BasicProfileResult.cpp
29
return hits > other.hits;
src/bin/top.cpp
40
bool operator< (const ThreadTime& other) const {
src/bin/top.cpp
41
return total_time() > other.total_time();
src/bin/xres.cpp
118
ResourceID(const ResourceID &other)
src/bin/xres.cpp
120
*this = other;
src/bin/xres.cpp
123
bool Matches(const ResourceID &other) const
src/bin/xres.cpp
125
return ((type == other.type || type == B_ANY_TYPE)
src/bin/xres.cpp
126
&& (wildcardID || id == other.id));
src/bin/xres.cpp
129
ResourceID &operator=(const ResourceID &other)
src/bin/xres.cpp
131
type = other.type;
src/bin/xres.cpp
132
id = other.id;
src/bin/xres.cpp
133
wildcardID = other.wildcardID;
src/build/libbe/app/Message.cpp
104
BMessage::BMessage(BMessage *other)
src/build/libbe/app/Message.cpp
108
*this = *other;
src/build/libbe/app/Message.cpp
120
BMessage::BMessage(const BMessage &other)
src/build/libbe/app/Message.cpp
124
*this = other;
src/build/libbe/app/Message.cpp
1341
field_header *other = fFields;
src/build/libbe/app/Message.cpp
1342
for (uint32 i = 0; i < fHeader->field_count; i++, other++) {
src/build/libbe/app/Message.cpp
1343
if (other->next_field > index)
src/build/libbe/app/Message.cpp
1344
other->next_field--;
src/build/libbe/app/Message.cpp
1345
else if (other->next_field == index)
src/build/libbe/app/Message.cpp
1346
other->next_field = nextField;
src/build/libbe/app/Message.cpp
136
BMessage::operator=(const BMessage &other)
src/build/libbe/app/Message.cpp
140
if (this == &other)
src/build/libbe/app/Message.cpp
149
memcpy(fHeader, other.fHeader, sizeof(message_header));
src/build/libbe/app/Message.cpp
165
memcpy(fFields, other.fFields, fieldsSize);
src/build/libbe/app/Message.cpp
175
memcpy(fData, other.fData, fHeader->data_size);
src/build/libbe/app/Message.cpp
178
fHeader->what = what = other.what;
src/build/libbe/app/Message.cpp
215
BMessage::HasSameData(const BMessage &other, bool ignoreFieldOrder,
src/build/libbe/app/Message.cpp
218
if (this == &other)
src/build/libbe/app/Message.cpp
221
if (fHeader->field_count != other.fHeader->field_count)
src/build/libbe/app/Message.cpp
230
if (other._FindField(name, B_ANY_TYPE, &otherField) != B_OK)
src/build/libbe/app/Message.cpp
233
otherField = &other.fFields[i];
src/build/libbe/app/Message.cpp
237
const char *otherName = (const char *)other.fData
src/build/libbe/app/Message.cpp
247
uint8 *otherData = other.fData + otherField->offset
src/build/libbe/app/Messenger.cpp
95
BMessenger::operator==(const BMessenger &other) const
src/build/libbe/app/Messenger.cpp
98
return fPort == other.fPort
src/build/libbe/app/Messenger.cpp
99
&& fHandlerToken == other.fHandlerToken;
src/build/libbe/storage/Node.cpp
41
node_ref::node_ref(const node_ref& other)
src/build/libbe/storage/Node.cpp
46
*this = other;
src/build/libbe/storage/Node.cpp
51
node_ref::operator==(const node_ref& other) const
src/build/libbe/storage/Node.cpp
53
return (device == other.device && node == other.node);
src/build/libbe/storage/Node.cpp
58
node_ref::operator!=(const node_ref& other) const
src/build/libbe/storage/Node.cpp
60
return !(*this == other);
src/build/libbe/storage/Node.cpp
65
node_ref::operator<(const node_ref& other) const
src/build/libbe/storage/Node.cpp
67
if (this->device != other.device)
src/build/libbe/storage/Node.cpp
68
return this->device < other.device;
src/build/libbe/storage/Node.cpp
70
return this->node < other.node;
src/build/libbe/storage/Node.cpp
75
node_ref::operator=(const node_ref& other)
src/build/libbe/storage/Node.cpp
77
device = other.device;
src/build/libbe/storage/Node.cpp
78
node = other.node;
src/build/libroot/NodeRef.h
28
NodeRef(const NodeRef &other)
src/build/libroot/NodeRef.h
30
device = other.device;
src/build/libroot/NodeRef.h
31
node = other.node;
src/build/libroot/NodeRef.h
34
NodeRef &operator=(const NodeRef &other)
src/build/libroot/NodeRef.h
36
device = other.device;
src/build/libroot/NodeRef.h
37
node = other.node;
src/build/libroot/NodeRef.h
41
bool operator==(const NodeRef &other) const
src/build/libroot/NodeRef.h
43
return (device == other.device && node == other.node);
src/build/libroot/NodeRef.h
46
bool operator!=(const NodeRef &other) const
src/build/libroot/NodeRef.h
48
return !(*this == other);
src/build/libroot/NodeRef.h
51
bool operator<(const NodeRef &other) const
src/build/libroot/NodeRef.h
53
return (device < other.device
src/build/libroot/NodeRef.h
54
|| (device == other.device && node < other.node));
src/kits/app/Cursor.cpp
152
BCursor::operator=(const BCursor& other)
src/kits/app/Cursor.cpp
154
if (&other != this && other != *this) {
src/kits/app/Cursor.cpp
157
fServerToken = other.fServerToken;
src/kits/app/Cursor.cpp
159
if (other.fNeedToFree) {
src/kits/app/Cursor.cpp
162
link.Attach<int32>(other.fServerToken);
src/kits/app/Cursor.cpp
179
BCursor::operator==(const BCursor& other) const
src/kits/app/Cursor.cpp
181
return fServerToken == other.fServerToken;
src/kits/app/Cursor.cpp
186
BCursor::operator!=(const BCursor& other) const
src/kits/app/Cursor.cpp
188
return fServerToken != other.fServerToken;
src/kits/app/Cursor.cpp
69
BCursor::BCursor(const BCursor& other)
src/kits/app/Cursor.cpp
74
*this = other;
src/kits/app/Key.cpp
215
BKey::operator=(const BKey& other)
src/kits/app/Key.cpp
217
SetPurpose(other.Purpose());
src/kits/app/Key.cpp
218
SetData((const uint8*)other.Data(), other.DataLength());
src/kits/app/Key.cpp
220
fIdentifier = other.fIdentifier;
src/kits/app/Key.cpp
221
fSecondaryIdentifier = other.fSecondaryIdentifier;
src/kits/app/Key.cpp
222
fOwner = other.fOwner;
src/kits/app/Key.cpp
223
fCreationTime = other.fCreationTime;
src/kits/app/Key.cpp
230
BKey::operator==(const BKey& other) const
src/kits/app/Key.cpp
232
return Type() == other.Type()
src/kits/app/Key.cpp
233
&& DataLength() == other.DataLength()
src/kits/app/Key.cpp
234
&& Purpose() == other.Purpose()
src/kits/app/Key.cpp
235
&& fOwner == other.fOwner
src/kits/app/Key.cpp
236
&& fIdentifier == other.fIdentifier
src/kits/app/Key.cpp
237
&& fSecondaryIdentifier == other.fSecondaryIdentifier
src/kits/app/Key.cpp
238
&& memcmp(Data(), other.Data(), DataLength()) == 0;
src/kits/app/Key.cpp
243
BKey::operator!=(const BKey& other) const
src/kits/app/Key.cpp
245
return !(*this == other);
src/kits/app/Key.cpp
303
BPasswordKey::BPasswordKey(BPasswordKey& other)
src/kits/app/Key.cpp
46
BKey::BKey(BKey& other)
src/kits/app/Key.cpp
48
*this = other;
src/kits/app/Looper.cpp
874
BLooper::BLooper(const BLooper& other)
src/kits/app/Looper.cpp
881
BLooper::operator=(const BLooper& other)
src/kits/app/LooperList.cpp
218
BLooperList::LooperData::LooperData(const LooperData& other)
src/kits/app/LooperList.cpp
220
*this = other;
src/kits/app/LooperList.cpp
225
BLooperList::LooperData::operator=(const LooperData& other)
src/kits/app/LooperList.cpp
227
if (this != &other)
src/kits/app/LooperList.cpp
228
looper = other.looper;
src/kits/app/Message.cpp
154
BMessage::BMessage(BMessage* other)
src/kits/app/Message.cpp
158
*this = *other;
src/kits/app/Message.cpp
171
BMessage::BMessage(const BMessage& other)
src/kits/app/Message.cpp
175
*this = other;
src/kits/app/Message.cpp
1760
field_header* other = fFields;
src/kits/app/Message.cpp
1761
for (uint32 i = 0; i < fHeader->field_count; i++, other++) {
src/kits/app/Message.cpp
1762
if (other->next_field > index)
src/kits/app/Message.cpp
1763
other->next_field--;
src/kits/app/Message.cpp
1764
else if (other->next_field == index)
src/kits/app/Message.cpp
1765
other->next_field = nextField;
src/kits/app/Message.cpp
187
BMessage::operator=(const BMessage& other)
src/kits/app/Message.cpp
191
if (this == &other)
src/kits/app/Message.cpp
200
if (other.fHeader == NULL)
src/kits/app/Message.cpp
203
memcpy(fHeader, other.fHeader, sizeof(message_header));
src/kits/app/Message.cpp
214
if (other.fFields != NULL)
src/kits/app/Message.cpp
220
} else if (other.fFields != NULL)
src/kits/app/Message.cpp
221
memcpy(fFields, other.fFields, fieldsSize);
src/kits/app/Message.cpp
225
if (other.fData != NULL)
src/kits/app/Message.cpp
232
} else if (other.fData != NULL)
src/kits/app/Message.cpp
233
memcpy(fData, other.fData, fHeader->data_size);
src/kits/app/Message.cpp
236
fHeader->what = what = other.what;
src/kits/app/Message.cpp
280
BMessage::HasSameData(const BMessage& other, bool ignoreFieldOrder,
src/kits/app/Message.cpp
2802
BMessage::Append(const BMessage& other)
src/kits/app/Message.cpp
2804
field_header* field = other.fFields;
src/kits/app/Message.cpp
2805
for (uint32 i = 0; i < other.fHeader->field_count; i++, field++) {
src/kits/app/Message.cpp
2806
const char* name = (const char*)(other.fData + field->offset);
src/kits/app/Message.cpp
2807
const void* data = (const void*)(other.fData + field->offset
src/kits/app/Message.cpp
283
if (this == &other)
src/kits/app/Message.cpp
287
return other.fHeader == NULL;
src/kits/app/Message.cpp
289
if (fHeader->field_count != other.fHeader->field_count)
src/kits/app/Message.cpp
298
if (other._FindField(name, B_ANY_TYPE, &otherField) != B_OK)
src/kits/app/Message.cpp
301
otherField = &other.fFields[i];
src/kits/app/Message.cpp
305
const char* otherName = (const char*)other.fData
src/kits/app/Message.cpp
317
uint8* otherData = other.fData + otherField->offset
src/kits/app/Messenger.cpp
242
BMessenger::operator=(const BMessenger& other)
src/kits/app/Messenger.cpp
244
if (this != &other) {
src/kits/app/Messenger.cpp
245
fPort = other.fPort;
src/kits/app/Messenger.cpp
246
fHandlerToken = other.fHandlerToken;
src/kits/app/Messenger.cpp
247
fTeam = other.fTeam;
src/kits/app/Messenger.cpp
255
BMessenger::operator==(const BMessenger& other) const
src/kits/app/Messenger.cpp
258
return fPort == other.fPort && fHandlerToken == other.fHandlerToken;
src/kits/app/Messenger.cpp
72
BMessenger::BMessenger(const BMessenger& other)
src/kits/app/Messenger.cpp
74
fPort(other.fPort),
src/kits/app/Messenger.cpp
75
fHandlerToken(other.fHandlerToken),
src/kits/app/Messenger.cpp
76
fTeam(other.fTeam)
src/kits/debug/SymbolLookup.h
37
Exception(const Exception &other)
src/kits/debug/SymbolLookup.h
38
: fError(other.fError)
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
252
bool operator==(const TypeNameKey& other) const
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
254
return typeName == other.typeName;
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
141
virtual bool operator==(const ObjectID& other) const
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
144
= dynamic_cast<const DwarfReturnValueID*>(&other);
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
53
virtual bool operator==(const ObjectID& other) const
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
56
= dynamic_cast<const DwarfFunctionParameterID*>(&other);
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
95
virtual bool operator==(const ObjectID& other) const
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
98
= dynamic_cast<const DwarfLocalVariableID*>(&other);
src/kits/debugger/debug_managers/TeamMemoryBlockManager.cpp
31
bool operator==(const Key& other) const
src/kits/debugger/debug_managers/TeamMemoryBlockManager.cpp
33
return address == other.address;
src/kits/debugger/dwarf/CfaRuleSet.cpp
44
CfaRuleSet* other = new(std::nothrow) CfaRuleSet;
src/kits/debugger/dwarf/CfaRuleSet.cpp
45
if (other == NULL)
src/kits/debugger/dwarf/CfaRuleSet.cpp
48
if (other->Init(fRegisterCount) != B_OK) {
src/kits/debugger/dwarf/CfaRuleSet.cpp
49
delete other;
src/kits/debugger/dwarf/CfaRuleSet.cpp
53
other->fCfaCfaRule = fCfaCfaRule;
src/kits/debugger/dwarf/CfaRuleSet.cpp
54
memcpy(other->fRegisterRules, fRegisterRules,
src/kits/debugger/dwarf/CfaRuleSet.cpp
57
return other;
src/kits/debugger/files/FileManager.cpp
51
EntryPath(const EntryPath& other)
src/kits/debugger/files/FileManager.cpp
53
directory(other.directory),
src/kits/debugger/files/FileManager.cpp
54
name(other.name)
src/kits/debugger/files/FileManager.cpp
64
bool operator==(const EntryPath& other) const
src/kits/debugger/files/FileManager.cpp
66
if (directory != other.directory
src/kits/debugger/files/FileManager.cpp
67
&& (directory == NULL || other.directory == NULL
src/kits/debugger/files/FileManager.cpp
68
|| strcmp(directory, other.directory) != 0)) {
src/kits/debugger/files/FileManager.cpp
72
return strcmp(name, other.name) == 0;
src/kits/debugger/ids/FunctionID.cpp
113
const SourceFunctionID* other = dynamic_cast<const SourceFunctionID*>(
src/kits/debugger/ids/FunctionID.cpp
115
return other != NULL && fPath == other->fPath
src/kits/debugger/ids/FunctionID.cpp
116
&& fFunctionName == other->fFunctionName;
src/kits/debugger/ids/FunctionID.cpp
165
const ImageFunctionID* other = dynamic_cast<const ImageFunctionID*>(
src/kits/debugger/ids/FunctionID.cpp
167
return other != NULL && fPath == other->fPath
src/kits/debugger/ids/FunctionID.cpp
168
&& fFunctionName == other->fFunctionName;
src/kits/debugger/model/AreaInfo.cpp
24
AreaInfo::AreaInfo(const AreaInfo &other)
src/kits/debugger/model/AreaInfo.cpp
26
fTeam(other.fTeam),
src/kits/debugger/model/AreaInfo.cpp
27
fArea(other.fArea),
src/kits/debugger/model/AreaInfo.cpp
28
fName(other.fName),
src/kits/debugger/model/AreaInfo.cpp
29
fAddress(other.fAddress),
src/kits/debugger/model/AreaInfo.cpp
30
fSize(other.fSize),
src/kits/debugger/model/AreaInfo.cpp
31
fRamSize(other.fRamSize),
src/kits/debugger/model/AreaInfo.cpp
32
fLock(other.fLock),
src/kits/debugger/model/AreaInfo.cpp
33
fProtection(other.fProtection)
src/kits/debugger/model/ExpressionInfo.cpp
123
ExpressionInfo::ExpressionInfo(const ExpressionInfo& other)
src/kits/debugger/model/ExpressionInfo.cpp
125
fExpression(other.fExpression)
src/kits/debugger/model/ExpressionValues.cpp
108
for (ValueTable::Iterator it = other.fValues->GetIterator();
src/kits/debugger/model/ExpressionValues.cpp
35
bool operator==(const Key& other) const
src/kits/debugger/model/ExpressionValues.cpp
37
return *function == *other.function
src/kits/debugger/model/ExpressionValues.cpp
38
&& thread->ID() == other.thread->ID()
src/kits/debugger/model/ExpressionValues.cpp
39
&& expression == other.expression;
src/kits/debugger/model/ExpressionValues.cpp
98
ExpressionValues::ExpressionValues(const ExpressionValues& other)
src/kits/debugger/model/ImageInfo.cpp
21
ImageInfo::ImageInfo(const ImageInfo& other)
src/kits/debugger/model/ImageInfo.cpp
23
fTeam(other.fTeam),
src/kits/debugger/model/ImageInfo.cpp
24
fImage(other.fImage),
src/kits/debugger/model/ImageInfo.cpp
25
fName(other.fName),
src/kits/debugger/model/ImageInfo.cpp
26
fType(other.fType),
src/kits/debugger/model/ImageInfo.cpp
27
fTextBase(other.fTextBase),
src/kits/debugger/model/ImageInfo.cpp
28
fTextSize(other.fTextSize),
src/kits/debugger/model/ImageInfo.cpp
29
fDataBase(other.fDataBase),
src/kits/debugger/model/ImageInfo.cpp
30
fDataSize(other.fDataSize)
src/kits/debugger/model/SemaphoreInfo.cpp
21
SemaphoreInfo::SemaphoreInfo(const SemaphoreInfo &other)
src/kits/debugger/model/SemaphoreInfo.cpp
23
fTeam(other.fTeam),
src/kits/debugger/model/SemaphoreInfo.cpp
24
fSemaphore(other.fSemaphore),
src/kits/debugger/model/SemaphoreInfo.cpp
25
fName(other.fName),
src/kits/debugger/model/SemaphoreInfo.cpp
26
fCount(other.fCount),
src/kits/debugger/model/SemaphoreInfo.cpp
27
fLatestHolder(other.fLatestHolder)
src/kits/debugger/model/SignalInfo.cpp
20
SignalInfo::SignalInfo(const SignalInfo& other)
src/kits/debugger/model/SignalInfo.cpp
22
fSignal(other.fSignal),
src/kits/debugger/model/SignalInfo.cpp
23
fDeadly(other.fDeadly)
src/kits/debugger/model/SignalInfo.cpp
25
memcpy(&fHandler, &other.fHandler, sizeof(fHandler));
src/kits/debugger/model/StackFrameValueInfos.cpp
33
bool operator==(const Key& other) const
src/kits/debugger/model/StackFrameValueInfos.cpp
35
return *variable == *other.variable && *path == *other.path;
src/kits/debugger/model/StackFrameValues.cpp
101
for (ValueTable::Iterator it = other.fValues->GetIterator();
src/kits/debugger/model/StackFrameValues.cpp
31
bool operator==(const Key& other) const
src/kits/debugger/model/StackFrameValues.cpp
33
return *variable == *other.variable && *path == *other.path;
src/kits/debugger/model/StackFrameValues.cpp
91
StackFrameValues::StackFrameValues(const StackFrameValues& other)
src/kits/debugger/model/SyscallInfo.cpp
22
SyscallInfo::SyscallInfo(const SyscallInfo& other)
src/kits/debugger/model/SyscallInfo.cpp
24
fStartTime(other.fStartTime),
src/kits/debugger/model/SyscallInfo.cpp
25
fEndTime(other.fEndTime),
src/kits/debugger/model/SyscallInfo.cpp
26
fReturnValue(other.fReturnValue),
src/kits/debugger/model/SyscallInfo.cpp
27
fSyscall(other.fSyscall)
src/kits/debugger/model/SyscallInfo.cpp
29
memcpy(fArguments, other.fArguments, sizeof(fArguments));
src/kits/debugger/model/SystemInfo.cpp
19
SystemInfo::SystemInfo(const SystemInfo &other)
src/kits/debugger/model/SystemInfo.cpp
21
SetTo(other.fTeam, other.fSystemInfo, other.fSystemName);
src/kits/debugger/model/TeamInfo.cpp
18
TeamInfo::TeamInfo(const TeamInfo &other)
src/kits/debugger/model/TeamInfo.cpp
20
fTeam = other.fTeam;
src/kits/debugger/model/TeamInfo.cpp
21
fArguments = other.fArguments;
src/kits/debugger/model/ThreadInfo.cpp
18
ThreadInfo::ThreadInfo(const ThreadInfo& other)
src/kits/debugger/model/ThreadInfo.cpp
20
fTeam(other.fTeam),
src/kits/debugger/model/ThreadInfo.cpp
21
fThread(other.fThread),
src/kits/debugger/model/ThreadInfo.cpp
22
fName(other.fName)
src/kits/debugger/model/TypeComponentPath.cpp
100
&& index == other.index
src/kits/debugger/model/TypeComponentPath.cpp
101
&& name == other.name;
src/kits/debugger/model/TypeComponentPath.cpp
115
TypeComponentPath::TypeComponentPath(const TypeComponentPath& other)
src/kits/debugger/model/TypeComponentPath.cpp
119
*this = other;
src/kits/debugger/model/TypeComponentPath.cpp
18
TypeComponent::HasPrefix(const TypeComponent& other) const
src/kits/debugger/model/TypeComponentPath.cpp
20
if (*this == other)
src/kits/debugger/model/TypeComponentPath.cpp
215
TypeComponentPath::operator=(const TypeComponentPath& other)
src/kits/debugger/model/TypeComponentPath.cpp
217
if (this != &other) {
src/kits/debugger/model/TypeComponentPath.cpp
221
TypeComponent* component = other.fComponents.ItemAt(i); i++) {
src/kits/debugger/model/TypeComponentPath.cpp
232
TypeComponentPath::operator==(const TypeComponentPath& other) const
src/kits/debugger/model/TypeComponentPath.cpp
235
if (count != other.fComponents.CountItems())
src/kits/debugger/model/TypeComponentPath.cpp
239
if (*fComponents.ItemAt(i) != *other.fComponents.ItemAt(i))
src/kits/debugger/model/TypeComponentPath.cpp
24
&& other.componentKind == TYPE_COMPONENT_ARRAY_ELEMENT
src/kits/debugger/model/TypeComponentPath.cpp
25
&& name.Compare(other.name, other.name.Length()) == 0;
src/kits/debugger/model/TypeComponentPath.cpp
96
TypeComponent::operator==(const TypeComponent& other) const
src/kits/debugger/model/TypeComponentPath.cpp
98
return componentKind == other.componentKind
src/kits/debugger/model/TypeComponentPath.cpp
99
&& typeKind == other.typeKind
src/kits/debugger/model/UserBreakpoint.cpp
34
const UserBreakpointLocation& other)
src/kits/debugger/model/UserBreakpoint.cpp
36
fFunctionID(other.fFunctionID),
src/kits/debugger/model/UserBreakpoint.cpp
37
fSourceFile(other.fSourceFile),
src/kits/debugger/model/UserBreakpoint.cpp
38
fSourceLocation(other.fSourceLocation),
src/kits/debugger/model/UserBreakpoint.cpp
39
fRelativeAddress(other.fRelativeAddress)
src/kits/debugger/model/UserBreakpoint.cpp
57
const UserBreakpointLocation& other)
src/kits/debugger/model/UserBreakpoint.cpp
59
other.fFunctionID->AcquireReference();
src/kits/debugger/model/UserBreakpoint.cpp
60
if (other.fSourceFile != NULL)
src/kits/debugger/model/UserBreakpoint.cpp
61
other.fSourceFile->AcquireReference();
src/kits/debugger/model/UserBreakpoint.cpp
67
fFunctionID = other.fFunctionID;
src/kits/debugger/model/UserBreakpoint.cpp
68
fSourceFile = other.fSourceFile;
src/kits/debugger/model/UserBreakpoint.cpp
69
fSourceLocation = other.fSourceLocation;
src/kits/debugger/model/UserBreakpoint.cpp
70
fRelativeAddress = other.fRelativeAddress;
src/kits/debugger/settings/BreakpointSetting.cpp
142
BreakpointSetting::operator=(const BreakpointSetting& other)
src/kits/debugger/settings/BreakpointSetting.cpp
144
if (this == &other)
src/kits/debugger/settings/BreakpointSetting.cpp
149
fFunctionID = other.fFunctionID;
src/kits/debugger/settings/BreakpointSetting.cpp
153
fSourceFile = other.fSourceFile;
src/kits/debugger/settings/BreakpointSetting.cpp
154
fSourceLocation = other.fSourceLocation;
src/kits/debugger/settings/BreakpointSetting.cpp
155
fRelativeAddress = other.fRelativeAddress;
src/kits/debugger/settings/BreakpointSetting.cpp
156
fEnabled = other.fEnabled;
src/kits/debugger/settings/BreakpointSetting.cpp
157
fHidden = other.fHidden;
src/kits/debugger/settings/BreakpointSetting.cpp
158
fConditionExpression = other.fConditionExpression;
src/kits/debugger/settings/BreakpointSetting.cpp
31
BreakpointSetting::BreakpointSetting(const BreakpointSetting& other)
src/kits/debugger/settings/BreakpointSetting.cpp
33
fFunctionID(other.fFunctionID),
src/kits/debugger/settings/BreakpointSetting.cpp
34
fSourceFile(other.fSourceFile),
src/kits/debugger/settings/BreakpointSetting.cpp
35
fSourceLocation(other.fSourceLocation),
src/kits/debugger/settings/BreakpointSetting.cpp
36
fRelativeAddress(other.fRelativeAddress),
src/kits/debugger/settings/BreakpointSetting.cpp
37
fEnabled(other.fEnabled),
src/kits/debugger/settings/BreakpointSetting.cpp
38
fHidden(other.fHidden),
src/kits/debugger/settings/BreakpointSetting.cpp
39
fConditionExpression(other.fConditionExpression)
src/kits/debugger/settings/BreakpointSetting.h
27
const BreakpointSetting& other);
src/kits/debugger/settings/BreakpointSetting.h
49
BreakpointSetting& operator=(const BreakpointSetting& other);
src/kits/debugger/settings/TeamFileManagerSettings.cpp
20
TeamFileManagerSettings::operator=(const TeamFileManagerSettings& other)
src/kits/debugger/settings/TeamFileManagerSettings.cpp
22
fValues = other.fValues;
src/kits/debugger/settings/TeamFileManagerSettings.h
18
const TeamFileManagerSettings& other);
src/kits/debugger/settings/TeamSettings.cpp
260
TeamSettings::operator=(const TeamSettings& other)
src/kits/debugger/settings/TeamSettings.cpp
262
if (this == &other)
src/kits/debugger/settings/TeamSettings.cpp
267
fTeamName = other.fTeamName;
src/kits/debugger/settings/TeamSettings.cpp
270
= other.fBreakpoints.ItemAt(i); i++) {
src/kits/debugger/settings/TeamSettings.cpp
280
= other.fUiSettings.ItemAt(i); i++) {
src/kits/debugger/settings/TeamSettings.cpp
289
*fFileManagerSettings = *other.fFileManagerSettings;
src/kits/debugger/settings/TeamSettings.cpp
291
*fSignalSettings = *other.fSignalSettings;
src/kits/debugger/settings/TeamSettings.cpp
33
TeamSettings::TeamSettings(const TeamSettings& other)
src/kits/debugger/settings/TeamSettings.cpp
36
*this = other;
src/kits/debugger/settings/TeamSignalSettings.cpp
27
TeamSignalSettings::operator=(const TeamSignalSettings& other)
src/kits/debugger/settings/TeamSignalSettings.cpp
29
fValues = other.fValues;
src/kits/debugger/settings/TeamSignalSettings.h
20
const TeamSignalSettings& other);
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1331
void _ResolveTypesIfNeeded(Operand& other)
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1334
other._ResolveToPrimitive();
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1336
if (!fPrimitive.IsNumber() || !other.fPrimitive.IsNumber()) {
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1342
type_code otherType = other.fPrimitive.Type();
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1352
other._GetAsType(resolvedType);
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
163
virtual bool operator==(const ObjectID& other) const
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
166
= dynamic_cast<const InternalVariableID*>(&other);
src/kits/debugger/source_language/c_family/CLanguageTokenizer.cpp
38
Token::Token(const Token& other)
src/kits/debugger/source_language/c_family/CLanguageTokenizer.cpp
40
string(other.string),
src/kits/debugger/source_language/c_family/CLanguageTokenizer.cpp
41
type(other.type),
src/kits/debugger/source_language/c_family/CLanguageTokenizer.cpp
42
value(other.value),
src/kits/debugger/source_language/c_family/CLanguageTokenizer.cpp
43
position(other.position)
src/kits/debugger/source_language/c_family/CLanguageTokenizer.cpp
59
Token::operator=(const Token& other)
src/kits/debugger/source_language/c_family/CLanguageTokenizer.cpp
61
string = other.string;
src/kits/debugger/source_language/c_family/CLanguageTokenizer.cpp
62
type = other.type;
src/kits/debugger/source_language/c_family/CLanguageTokenizer.cpp
63
value = other.value;
src/kits/debugger/source_language/c_family/CLanguageTokenizer.cpp
64
position = other.position;
src/kits/debugger/source_language/c_family/CLanguageTokenizer.h
101
Token(const Token& other);
src/kits/debugger/source_language/c_family/CLanguageTokenizer.h
104
Token& operator=(const Token& other);
src/kits/debugger/source_language/c_family/CLanguageTokenizer.h
88
ParseException(const ParseException& other)
src/kits/debugger/source_language/c_family/CLanguageTokenizer.h
89
: message(other.message),
src/kits/debugger/source_language/c_family/CLanguageTokenizer.h
90
position(other.position)
src/kits/debugger/types/ArrayIndexPath.cpp
22
ArrayIndexPath::ArrayIndexPath(const ArrayIndexPath& other)
src/kits/debugger/types/ArrayIndexPath.cpp
24
fIndices(other.fIndices)
src/kits/debugger/types/ArrayIndexPath.cpp
96
ArrayIndexPath::operator=(const ArrayIndexPath& other)
src/kits/debugger/types/ArrayIndexPath.cpp
98
fIndices = other.fIndices;
src/kits/debugger/types/TargetAddressRangeList.cpp
100
TargetAddressRangeList::operator=(const TargetAddressRangeList& other)
src/kits/debugger/types/TargetAddressRangeList.cpp
102
fRanges = other.fRanges;
src/kits/debugger/types/TargetAddressRangeList.cpp
23
const TargetAddressRangeList& other)
src/kits/debugger/types/TargetAddressRangeList.cpp
25
fRanges(other.fRanges)
src/kits/debugger/types/ValueLocation.cpp
101
fBigEndian = other.fBigEndian;
src/kits/debugger/types/ValueLocation.cpp
104
int32 count = other.CountPieces();
src/kits/debugger/types/ValueLocation.cpp
107
const ValuePieceLocation &piece = other.PieceAt(i);
src/kits/debugger/types/ValueLocation.cpp
128
const ValuePieceLocation& tempPiece = other.PieceAt(i);
src/kits/debugger/types/ValueLocation.cpp
160
if (!piece.Copy(other.PieceAt(i)))
src/kits/debugger/types/ValueLocation.cpp
173
const ValuePieceLocation& tempPiece = other.PieceAt(i);
src/kits/debugger/types/ValueLocation.cpp
205
if (!piece.Copy(other.PieceAt(i)))
src/kits/debugger/types/ValueLocation.cpp
270
ValueLocation::operator=(const ValueLocation& other)
src/kits/debugger/types/ValueLocation.cpp
272
fPieces = other.fPieces;
src/kits/debugger/types/ValueLocation.cpp
273
fBigEndian = other.fBigEndian;
src/kits/debugger/types/ValueLocation.cpp
72
ValueLocation::ValueLocation(const ValueLocation& other)
src/kits/debugger/types/ValueLocation.cpp
74
fPieces(other.fPieces),
src/kits/debugger/types/ValueLocation.cpp
75
fBigEndian(other.fBigEndian)
src/kits/debugger/types/ValueLocation.cpp
81
ValueLocation::SetToByteOffset(const ValueLocation& other, uint64 byteOffset,
src/kits/debugger/types/ValueLocation.cpp
86
fBigEndian = other.fBigEndian;
src/kits/debugger/types/ValueLocation.cpp
87
ValuePieceLocation piece = other.PieceAt(0);
src/kits/debugger/types/ValueLocation.cpp
96
ValueLocation::SetTo(const ValueLocation& other, uint64 bitOffset,
src/kits/debugger/util/Worker.cpp
32
SimpleJobKey::SimpleJobKey(const SimpleJobKey& other)
src/kits/debugger/util/Worker.cpp
34
object(other.object),
src/kits/debugger/util/Worker.cpp
35
type(other.type)
src/kits/debugger/util/Worker.cpp
48
SimpleJobKey::operator==(const JobKey& other) const
src/kits/debugger/util/Worker.cpp
50
const SimpleJobKey* otherKey = dynamic_cast<const SimpleJobKey*>(&other);
src/kits/debugger/util/Worker.cpp
57
SimpleJobKey::operator=(const SimpleJobKey& other)
src/kits/debugger/util/Worker.cpp
59
object = other.object;
src/kits/debugger/util/Worker.cpp
60
type = other.type;
src/kits/debugger/value/values/BoolValue.cpp
43
BoolValue::operator==(const Value& other) const
src/kits/debugger/value/values/BoolValue.cpp
45
const BoolValue* otherBool = dynamic_cast<const BoolValue*>(&other);
src/kits/debugger/value/values/FloatValue.cpp
62
FloatValue::operator==(const Value& other) const
src/kits/debugger/value/values/FloatValue.cpp
64
const FloatValue* otherFloat = dynamic_cast<const FloatValue*>(&other);
src/kits/debugger/value/values/IntegerValue.cpp
60
IntegerValue::operator==(const Value& other) const
src/kits/debugger/value/values/IntegerValue.cpp
62
const IntegerValue* otherInt = dynamic_cast<const IntegerValue*>(&other);
src/kits/debugger/value/values/StringValue.cpp
41
StringValue::operator==(const Value& other) const
src/kits/debugger/value/values/StringValue.cpp
43
const StringValue* otherString = dynamic_cast<const StringValue*>(&other);
src/kits/game/GameSound.cpp
264
BGameSound::operator=(const BGameSound &other)
src/kits/game/GameSound.cpp
269
fSound = other.fSound;
src/kits/game/GameSound.cpp
270
fInitError = other.fInitError;
src/kits/game/GameSound.cpp
37
BGameSound::BGameSound(const BGameSound &other)
src/kits/game/GameSound.cpp
41
memcpy(&fFormat, &other.fFormat, sizeof(gs_audio_format));
src/kits/game/SimpleGameSound.cpp
70
BSimpleGameSound::BSimpleGameSound(const BSimpleGameSound &other)
src/kits/game/SimpleGameSound.cpp
72
BGameSound(other)
src/kits/game/SimpleGameSound.cpp
77
status_t error = other.Device()->Buffer(other.ID(), &format, data);
src/kits/interface/AffineTransform.cpp
477
BAffineTransform::PreMultiply(const BAffineTransform& other)
src/kits/interface/AffineTransform.cpp
479
double t0 = sx * other.sx + shy * other.shx;
src/kits/interface/AffineTransform.cpp
480
double t2 = shx * other.sx + sy * other.shx;
src/kits/interface/AffineTransform.cpp
481
double t4 = tx * other.sx + ty * other.shx + other.tx;
src/kits/interface/AffineTransform.cpp
482
shy = sx * other.shy + shy * other.sy;
src/kits/interface/AffineTransform.cpp
483
sy = shx * other.shy + sy * other.sy;
src/kits/interface/AffineTransform.cpp
484
ty = tx * other.shy + ty * other.sy + other.ty;
src/kits/interface/AffineTransform.cpp
527
BAffineTransform::IsEqual(const BAffineTransform& other, double epsilon) const
src/kits/interface/AffineTransform.cpp
529
return IsEqualEpsilon(sx, other.sx, epsilon)
src/kits/interface/AffineTransform.cpp
530
&& IsEqualEpsilon(shy, other.shy, epsilon)
src/kits/interface/AffineTransform.cpp
531
&& IsEqualEpsilon(shx, other.shx, epsilon)
src/kits/interface/AffineTransform.cpp
532
&& IsEqualEpsilon(sy, other.sy, epsilon)
src/kits/interface/AffineTransform.cpp
533
&& IsEqualEpsilon(tx, other.tx, epsilon)
src/kits/interface/AffineTransform.cpp
534
&& IsEqualEpsilon(ty, other.ty, epsilon);
src/kits/interface/AffineTransform.cpp
57
BAffineTransform::BAffineTransform(const BAffineTransform& other)
src/kits/interface/AffineTransform.cpp
59
sx(other.sx),
src/kits/interface/AffineTransform.cpp
60
shy(other.shy),
src/kits/interface/AffineTransform.cpp
61
shx(other.shx),
src/kits/interface/AffineTransform.cpp
62
sy(other.sy),
src/kits/interface/AffineTransform.cpp
63
tx(other.tx),
src/kits/interface/AffineTransform.cpp
64
ty(other.ty)
src/kits/interface/Gradient.cpp
103
BGradient::BGradient(const BGradient& other)
src/kits/interface/Gradient.cpp
105
fColorStops(std::max((int32)4, other.CountColorStops()))
src/kits/interface/Gradient.cpp
107
*this = other;
src/kits/interface/Gradient.cpp
259
BGradient::operator=(const BGradient& other)
src/kits/interface/Gradient.cpp
261
if (&other == this)
src/kits/interface/Gradient.cpp
264
SetColorStops(other);
src/kits/interface/Gradient.cpp
265
fType = other.fType;
src/kits/interface/Gradient.cpp
268
fData.linear = other.fData.linear;
src/kits/interface/Gradient.cpp
271
fData.radial = other.fData.radial;
src/kits/interface/Gradient.cpp
274
fData.radial_focus = other.fData.radial_focus;
src/kits/interface/Gradient.cpp
277
fData.diamond = other.fData.diamond;
src/kits/interface/Gradient.cpp
280
fData.conic = other.fData.conic;
src/kits/interface/Gradient.cpp
291
BGradient::operator==(const BGradient& other) const
src/kits/interface/Gradient.cpp
293
return ((other.GetType() == GetType()) && ColorStopsAreEqual(other));
src/kits/interface/Gradient.cpp
299
BGradient::operator!=(const BGradient& other) const
src/kits/interface/Gradient.cpp
301
return !(*this == other);
src/kits/interface/Gradient.cpp
307
BGradient::ColorStopsAreEqual(const BGradient& other) const
src/kits/interface/Gradient.cpp
310
if (count == other.CountColorStops() &&
src/kits/interface/Gradient.cpp
311
fType == other.fType) {
src/kits/interface/Gradient.cpp
316
ColorStop* otherStop = other.ColorStopAtFast(i);
src/kits/interface/Gradient.cpp
330
BGradient::SetColorStops(const BGradient& other)
src/kits/interface/Gradient.cpp
333
for (int32 i = 0; ColorStop* stop = other.ColorStopAt(i); i++)
src/kits/interface/Gradient.cpp
50
BGradient::ColorStop::ColorStop(const ColorStop& other)
src/kits/interface/Gradient.cpp
52
color.red = other.color.red;
src/kits/interface/Gradient.cpp
53
color.green = other.color.green;
src/kits/interface/Gradient.cpp
54
color.blue = other.color.blue;
src/kits/interface/Gradient.cpp
55
color.alpha = other.color.alpha;
src/kits/interface/Gradient.cpp
56
offset = other.offset;
src/kits/interface/Gradient.cpp
73
BGradient::ColorStop::operator!=(const ColorStop& other) const
src/kits/interface/Gradient.cpp
75
return color.red != other.color.red ||
src/kits/interface/Gradient.cpp
76
color.green != other.color.green ||
src/kits/interface/Gradient.cpp
77
color.blue != other.color.blue ||
src/kits/interface/Gradient.cpp
78
color.alpha != other.color.alpha ||
src/kits/interface/Gradient.cpp
79
offset != other.offset;
src/kits/interface/Point.cpp
47
BPoint::operator+(const BPoint& other) const
src/kits/interface/Point.cpp
49
return BPoint(x + other.x, y + other.y);
src/kits/interface/Point.cpp
54
BPoint::operator-(const BPoint& other) const
src/kits/interface/Point.cpp
56
return BPoint(x - other.x, y - other.y);
src/kits/interface/Point.cpp
61
BPoint::operator+=(const BPoint& other)
src/kits/interface/Point.cpp
63
x += other.x;
src/kits/interface/Point.cpp
64
y += other.y;
src/kits/interface/Point.cpp
71
BPoint::operator-=(const BPoint& other)
src/kits/interface/Point.cpp
73
x -= other.x;
src/kits/interface/Point.cpp
74
y -= other.y;
src/kits/interface/Point.cpp
81
BPoint::operator!=(const BPoint& other) const
src/kits/interface/Point.cpp
83
return x != other.x || y != other.y;
src/kits/interface/Point.cpp
88
BPoint::operator==(const BPoint& other) const
src/kits/interface/Point.cpp
90
return x == other.x && y == other.y;
src/kits/interface/Polygon.cpp
35
BPolygon::BPolygon(const BPolygon& other)
src/kits/interface/Polygon.cpp
41
*this = other;
src/kits/interface/Polygon.cpp
45
BPolygon::BPolygon(const BPolygon* other)
src/kits/interface/Polygon.cpp
51
*this = *other;
src/kits/interface/Polygon.cpp
71
BPolygon::operator=(const BPolygon& other)
src/kits/interface/Polygon.cpp
74
if (this == &other)
src/kits/interface/Polygon.cpp
82
if (_AddPoints(other.fPoints, other.fCount, false))
src/kits/interface/Polygon.cpp
83
fBounds = other.fBounds;
src/kits/interface/PopUpMenu.cpp
321
BPopUpMenu::operator=(const BPopUpMenu& other)
src/kits/interface/Rect.cpp
220
BRect::operator==(BRect other) const
src/kits/interface/Rect.cpp
222
return left == other.left && right == other.right &&
src/kits/interface/Rect.cpp
223
top == other.top && bottom == other.bottom;
src/kits/interface/Rect.cpp
228
BRect::operator!=(BRect other) const
src/kits/interface/Rect.cpp
230
return !(*this == other);
src/kits/interface/Rect.cpp
235
BRect::operator&(BRect other) const
src/kits/interface/Rect.cpp
237
return BRect(std::max(left, other.left), std::max(top, other.top),
src/kits/interface/Rect.cpp
238
std::min(right, other.right), std::min(bottom, other.bottom));
src/kits/interface/Rect.cpp
243
BRect::operator|(BRect other) const
src/kits/interface/Rect.cpp
245
return BRect(std::min(left, other.left), std::min(top, other.top),
src/kits/interface/Rect.cpp
246
std::max(right, other.right), std::max(bottom, other.bottom));
src/kits/interface/Region.cpp
100
if (_SetSize(other.fDataSize)) {
src/kits/interface/Region.cpp
101
memcpy(fData, other.fData, other.fCount * sizeof(clipping_rect));
src/kits/interface/Region.cpp
103
fBounds = other.fBounds;
src/kits/interface/Region.cpp
104
fCount = other.fCount;
src/kits/interface/Region.cpp
113
BRegion::operator=(BRegion&& other)
src/kits/interface/Region.cpp
115
MoveFrom(other);
src/kits/interface/Region.cpp
123
BRegion::operator==(const BRegion& other) const
src/kits/interface/Region.cpp
125
if (&other == this)
src/kits/interface/Region.cpp
128
if (fCount != other.fCount)
src/kits/interface/Region.cpp
131
return memcmp(fData, other.fData, fCount * sizeof(clipping_rect)) == 0;
src/kits/interface/Region.cpp
156
BRegion::MoveFrom(BRegion& other)
src/kits/interface/Region.cpp
158
if (other.CountRects() <= 0) {
src/kits/interface/Region.cpp
162
if (other.CountRects() == 1) {
src/kits/interface/Region.cpp
163
Set(other.FrameInt());
src/kits/interface/Region.cpp
164
other.MakeEmpty();
src/kits/interface/Region.cpp
167
fCount = other.fCount;
src/kits/interface/Region.cpp
168
fDataSize = other.fDataSize;
src/kits/interface/Region.cpp
169
fBounds = other.fBounds;
src/kits/interface/Region.cpp
170
fData = other.fData;
src/kits/interface/Region.cpp
172
other.fCount = 0;
src/kits/interface/Region.cpp
173
other.fDataSize = 0;
src/kits/interface/Region.cpp
174
other.fBounds = (clipping_rect){ 0, 0, 0, 0 };
src/kits/interface/Region.cpp
175
other.fData = NULL;
src/kits/interface/Region.cpp
36
BRegion::BRegion(const BRegion& other)
src/kits/interface/Region.cpp
43
*this = other;
src/kits/interface/Region.cpp
63
BRegion::BRegion(BRegion&& other)
src/kits/interface/Region.cpp
70
MoveFrom(other);
src/kits/interface/Region.cpp
94
BRegion::operator=(const BRegion& other)
src/kits/interface/Region.cpp
96
if (&other == this)
src/kits/interface/Shape.cpp
139
BShape::BShape(const BShape& other)
src/kits/interface/Shape.cpp
142
AddShape(&other);
src/kits/interface/Shape.cpp
147
BShape::BShape(BShape&& other)
src/kits/interface/Shape.cpp
150
MoveFrom(other);
src/kits/interface/Shape.cpp
251
BShape::operator=(const BShape& other)
src/kits/interface/Shape.cpp
253
if (this != &other) {
src/kits/interface/Shape.cpp
255
AddShape(&other);
src/kits/interface/Shape.cpp
264
BShape::operator=(BShape&& other)
src/kits/interface/Shape.cpp
266
MoveFrom(other);
src/kits/interface/Shape.cpp
274
BShape::operator==(const BShape& other) const
src/kits/interface/Shape.cpp
276
if (this == &other)
src/kits/interface/Shape.cpp
280
shape_data* otherData = (shape_data*)other.fPrivateData;
src/kits/interface/Shape.cpp
296
BShape::operator!=(const BShape& other) const
src/kits/interface/Shape.cpp
298
return !(*this == other);
src/kits/interface/Shape.cpp
327
BShape::MoveFrom(BShape& other)
src/kits/interface/Shape.cpp
329
fState = other.fState;
src/kits/interface/Shape.cpp
330
fBuildingOp = other.fBuildingOp;
src/kits/interface/Shape.cpp
333
fPrivateData = other.fPrivateData;
src/kits/interface/Shape.cpp
334
other.fPrivateData = data;
src/kits/interface/Shape.cpp
336
other.Clear();
src/kits/interface/StatusBar.cpp
709
BStatusBar::operator=(const BStatusBar& other)
src/kits/interface/TwoDimensionalLayout.cpp
1149
BTwoDimensionalLayout::LocalLayouter::AlignWith(LocalLayouter* other,
src/kits/interface/TwoDimensionalLayout.cpp
1153
other->fHLayouter->AbsorbCompoundLayouter(fHLayouter);
src/kits/interface/TwoDimensionalLayout.cpp
1155
other->fVLayouter->AbsorbCompoundLayouter(fVLayouter);
src/kits/interface/TwoDimensionalLayout.cpp
167
void AlignWith(LocalLayouter* other,
src/kits/interface/TwoDimensionalLayout.cpp
336
BTwoDimensionalLayout::AlignLayoutWith(BTwoDimensionalLayout* other,
src/kits/interface/TwoDimensionalLayout.cpp
339
if (!other || other == this)
src/kits/interface/TwoDimensionalLayout.cpp
342
fLocalLayouter->AlignWith(other->fLocalLayouter, orientation);
src/kits/interface/TwoDimensionalLayout.cpp
690
CompoundLayouter* other)
src/kits/interface/TwoDimensionalLayout.cpp
692
if (other == this)
src/kits/interface/TwoDimensionalLayout.cpp
695
int32 count = other->fLocalLayouters.CountItems();
src/kits/interface/TwoDimensionalLayout.cpp
698
= (LocalLayouter*)other->fLocalLayouters.ItemAt(i);
src/kits/interface/TwoDimensionalLayout.cpp
73
void AbsorbCompoundLayouter(CompoundLayouter* other);
src/kits/interface/View.cpp
7088
BView::BView(const BView& other)
src/kits/interface/View.cpp
7097
BView::operator=(const BView& other)
src/kits/interface/layouter/CollapsingLayouter.cpp
103
void SetTo(const ElementInfo& other)
src/kits/interface/layouter/CollapsingLayouter.cpp
105
weight = other.weight;
src/kits/interface/layouter/CollapsingLayouter.cpp
106
position = other.position;
src/kits/interface/layouter/CollapsingLayouter.cpp
107
valid = other.valid;
src/kits/interface/layouter/CollapsingLayouter.cpp
108
for (int32 i = other.constraints.CountItems() - 1; i >= 0; i--)
src/kits/interface/layouter/CollapsingLayouter.cpp
109
constraints.AddItem(new Constraint(*other.constraints.ItemAt(i)));
src/kits/interface/layouter/LayoutOptimizer.cpp
613
LayoutOptimizer::AddConstraintsFrom(const LayoutOptimizer* other)
src/kits/interface/layouter/LayoutOptimizer.cpp
615
if (!other || other->fVariableCount != fVariableCount)
src/kits/interface/layouter/LayoutOptimizer.cpp
620
Constraint* constraint = (Constraint*)other->fConstraints.ItemAt(i);
src/kits/locale/Collator.cpp
78
BCollator::BCollator(const BCollator& other)
src/kits/locale/Collator.cpp
82
*this = other;
src/kits/locale/Country.cpp
42
BCountry::BCountry(const BCountry& other)
src/kits/locale/Country.cpp
44
fICULocale(new icu::Locale(*other.fICULocale))
src/kits/locale/Country.cpp
50
BCountry::operator=(const BCountry& other)
src/kits/locale/Country.cpp
52
if (this == &other)
src/kits/locale/Country.cpp
56
fICULocale = new icu::Locale(*other.fICULocale);
src/kits/locale/Country.cpp
58
*fICULocale = *other.fICULocale;
src/kits/locale/DateFormat.cpp
54
BDateFormat::BDateFormat(const BDateFormat &other)
src/kits/locale/DateFormat.cpp
55
: BFormat(other)
src/kits/locale/DateTimeFormat.cpp
41
BDateTimeFormat::BDateTimeFormat(const BDateTimeFormat &other)
src/kits/locale/DateTimeFormat.cpp
42
: BFormat(other)
src/kits/locale/DurationFormat.cpp
73
BDurationFormat::BDurationFormat(const BDurationFormat& other)
src/kits/locale/DurationFormat.cpp
75
Inherited(other),
src/kits/locale/DurationFormat.cpp
76
fSeparator(other.fSeparator),
src/kits/locale/DurationFormat.cpp
77
fTimeUnitFormat(other.fTimeUnitFormat),
src/kits/locale/DurationFormat.cpp
78
fCalendar(other.fCalendar != NULL
src/kits/locale/DurationFormat.cpp
79
? new GregorianCalendar(*other.fCalendar) : NULL)
src/kits/locale/DurationFormat.cpp
81
if (fCalendar == NULL && other.fCalendar != NULL)
src/kits/locale/Format.cpp
31
BFormat::BFormat(const BFormat &other)
src/kits/locale/Format.cpp
33
fConventions(other.fConventions),
src/kits/locale/Format.cpp
34
fLanguage(other.fLanguage),
src/kits/locale/Format.cpp
35
fInitStatus(other.fInitStatus)
src/kits/locale/FormattingConventions.cpp
201
const BFormattingConventions& other)
src/kits/locale/FormattingConventions.cpp
203
fCachedNumericFormat(other.fCachedNumericFormat),
src/kits/locale/FormattingConventions.cpp
204
fCachedMonetaryFormat(other.fCachedMonetaryFormat),
src/kits/locale/FormattingConventions.cpp
205
fCachedUse24HourClock(other.fCachedUse24HourClock),
src/kits/locale/FormattingConventions.cpp
206
fExplicitNumericFormat(other.fExplicitNumericFormat),
src/kits/locale/FormattingConventions.cpp
207
fExplicitMonetaryFormat(other.fExplicitMonetaryFormat),
src/kits/locale/FormattingConventions.cpp
208
fExplicitUse24HourClock(other.fExplicitUse24HourClock),
src/kits/locale/FormattingConventions.cpp
209
fUseStringsFromPreferredLanguage(other.fUseStringsFromPreferredLanguage),
src/kits/locale/FormattingConventions.cpp
210
fICULocale(new icu::Locale(*other.fICULocale))
src/kits/locale/FormattingConventions.cpp
213
fCachedDateFormats[s] = other.fCachedDateFormats[s];
src/kits/locale/FormattingConventions.cpp
214
fExplicitDateFormats[s] = other.fExplicitDateFormats[s];
src/kits/locale/FormattingConventions.cpp
217
fCachedDateTimeFormats[s][t] = other.fCachedDateFormats[s][t];
src/kits/locale/FormattingConventions.cpp
218
fExplicitDateTimeFormats[s][t] = other.fExplicitDateFormats[s][t];
src/kits/locale/FormattingConventions.cpp
222
fCachedTimeFormats[s] = other.fCachedTimeFormats[s];
src/kits/locale/FormattingConventions.cpp
223
fExplicitTimeFormats[s] = other.fExplicitTimeFormats[s];
src/kits/locale/FormattingConventions.cpp
266
BFormattingConventions::operator=(const BFormattingConventions& other)
src/kits/locale/FormattingConventions.cpp
268
if (this == &other)
src/kits/locale/FormattingConventions.cpp
272
fCachedDateFormats[s] = other.fCachedDateFormats[s];
src/kits/locale/FormattingConventions.cpp
273
fExplicitDateFormats[s] = other.fExplicitDateFormats[s];
src/kits/locale/FormattingConventions.cpp
275
fCachedDateTimeFormats[s][t] = other.fCachedDateTimeFormats[s][t];
src/kits/locale/FormattingConventions.cpp
277
= other.fExplicitDateTimeFormats[s][t];
src/kits/locale/FormattingConventions.cpp
281
fCachedTimeFormats[s] = other.fCachedTimeFormats[s];
src/kits/locale/FormattingConventions.cpp
282
fExplicitTimeFormats[s] = other.fExplicitTimeFormats[s];
src/kits/locale/FormattingConventions.cpp
284
fCachedNumericFormat = other.fCachedNumericFormat;
src/kits/locale/FormattingConventions.cpp
285
fCachedMonetaryFormat = other.fCachedMonetaryFormat;
src/kits/locale/FormattingConventions.cpp
286
fCachedUse24HourClock = other.fCachedUse24HourClock;
src/kits/locale/FormattingConventions.cpp
288
fExplicitNumericFormat = other.fExplicitNumericFormat;
src/kits/locale/FormattingConventions.cpp
289
fExplicitMonetaryFormat = other.fExplicitMonetaryFormat;
src/kits/locale/FormattingConventions.cpp
290
fExplicitUse24HourClock = other.fExplicitUse24HourClock;
src/kits/locale/FormattingConventions.cpp
292
fUseStringsFromPreferredLanguage = other.fUseStringsFromPreferredLanguage;
src/kits/locale/FormattingConventions.cpp
294
*fICULocale = *other.fICULocale;
src/kits/locale/FormattingConventions.cpp
307
BFormattingConventions::operator==(const BFormattingConventions& other) const
src/kits/locale/FormattingConventions.cpp
309
if (this == &other)
src/kits/locale/FormattingConventions.cpp
313
if (fExplicitDateFormats[s] != other.fExplicitDateFormats[s])
src/kits/locale/FormattingConventions.cpp
317
if (fExplicitTimeFormats[s] != other.fExplicitTimeFormats[s])
src/kits/locale/FormattingConventions.cpp
321
return fExplicitNumericFormat == other.fExplicitNumericFormat
src/kits/locale/FormattingConventions.cpp
322
&& fExplicitMonetaryFormat == other.fExplicitMonetaryFormat
src/kits/locale/FormattingConventions.cpp
323
&& fExplicitUse24HourClock == other.fExplicitUse24HourClock
src/kits/locale/FormattingConventions.cpp
325
== other.fUseStringsFromPreferredLanguage
src/kits/locale/FormattingConventions.cpp
326
&& *fICULocale == *other.fICULocale;
src/kits/locale/FormattingConventions.cpp
331
BFormattingConventions::operator!=(const BFormattingConventions& other) const
src/kits/locale/FormattingConventions.cpp
333
return !(*this == other);
src/kits/locale/Language.cpp
50
BLanguage::BLanguage(const BLanguage& other)
src/kits/locale/Language.cpp
54
*this = other;
src/kits/locale/Locale.cpp
32
BLocale::BLocale(const BLocale& other)
src/kits/locale/Locale.cpp
34
fConventions(other.fConventions),
src/kits/locale/Locale.cpp
35
fLanguage(other.fLanguage)
src/kits/locale/Locale.cpp
48
BLocale::operator=(const BLocale& other)
src/kits/locale/Locale.cpp
50
if (this == &other)
src/kits/locale/Locale.cpp
54
BAutolock otherLock(other.fLock);
src/kits/locale/Locale.cpp
58
fConventions = other.fConventions;
src/kits/locale/Locale.cpp
59
fLanguage = other.fLanguage;
src/kits/locale/NumberFormat.cpp
203
BNumberFormat::BNumberFormat(const BNumberFormat &other)
src/kits/locale/NumberFormat.cpp
204
: BFormat(other)
src/kits/locale/NumberFormat.cpp
206
fPrivateData = new BNumberFormatImpl(*other.fPrivateData);
src/kits/locale/RelativeDateTimeFormat.cpp
100
BRelativeDateTimeFormat::BRelativeDateTimeFormat(const BRelativeDateTimeFormat& other)
src/kits/locale/RelativeDateTimeFormat.cpp
101
: Inherited(other),
src/kits/locale/RelativeDateTimeFormat.cpp
102
fFormatter(other.fFormatter != NULL
src/kits/locale/RelativeDateTimeFormat.cpp
103
? new RelativeDateTimeFormatter(*other.fFormatter) : NULL),
src/kits/locale/RelativeDateTimeFormat.cpp
104
fCalendar(other.fCalendar != NULL
src/kits/locale/RelativeDateTimeFormat.cpp
105
? new GregorianCalendar(*other.fCalendar) : NULL)
src/kits/locale/RelativeDateTimeFormat.cpp
107
if ((fFormatter == NULL && other.fFormatter != NULL)
src/kits/locale/RelativeDateTimeFormat.cpp
108
|| (fCalendar == NULL && other.fCalendar != NULL))
src/kits/locale/TimeFormat.cpp
43
BTimeFormat::BTimeFormat(const BTimeFormat &other)
src/kits/locale/TimeFormat.cpp
44
: BFormat(other)
src/kits/locale/TimeUnitFormat.cpp
100
? new TimeUnitFormat(*other.fFormatter) : NULL)
src/kits/locale/TimeUnitFormat.cpp
102
if (fFormatter == NULL && other.fFormatter != NULL)
src/kits/locale/TimeUnitFormat.cpp
96
BTimeUnitFormat::BTimeUnitFormat(const BTimeUnitFormat& other)
src/kits/locale/TimeUnitFormat.cpp
98
Inherited(other),
src/kits/locale/TimeUnitFormat.cpp
99
fFormatter(other.fFormatter != NULL
src/kits/locale/TimeZone.cpp
54
BTimeZone::BTimeZone(const BTimeZone& other)
src/kits/locale/TimeZone.cpp
56
fICUTimeZone(other.fICUTimeZone == NULL
src/kits/locale/TimeZone.cpp
58
: other.fICUTimeZone->clone()),
src/kits/locale/TimeZone.cpp
59
fICULocale(other.fICULocale == NULL
src/kits/locale/TimeZone.cpp
61
: other.fICULocale->clone()),
src/kits/locale/TimeZone.cpp
62
fInitStatus(other.fInitStatus),
src/kits/locale/TimeZone.cpp
63
fInitializedFields(other.fInitializedFields),
src/kits/locale/TimeZone.cpp
64
fZoneID(other.fZoneID),
src/kits/locale/TimeZone.cpp
65
fName(other.fName),
src/kits/locale/TimeZone.cpp
66
fDaylightSavingName(other.fDaylightSavingName),
src/kits/locale/TimeZone.cpp
67
fShortName(other.fShortName),
src/kits/locale/TimeZone.cpp
68
fShortDaylightSavingName(other.fShortDaylightSavingName),
src/kits/locale/TimeZone.cpp
69
fOffsetFromGMT(other.fOffsetFromGMT),
src/kits/locale/TimeZone.cpp
70
fSupportsDaylightSaving(other.fSupportsDaylightSaving)
src/kits/media/MediaDefs.cpp
529
const media_raw_audio_format* other)
src/kits/media/MediaDefs.cpp
532
format->frame_rate = other->frame_rate;
src/kits/media/MediaDefs.cpp
534
format->channel_count = other->channel_count;
src/kits/media/MediaDefs.cpp
536
format->format = other->format;
src/kits/media/MediaDefs.cpp
538
format->byte_order = other->byte_order;
src/kits/media/MediaDefs.cpp
540
format->buffer_size = other->buffer_size;
src/kits/media/MediaDefs.cpp
542
format->frame_rate = other->frame_rate;
src/kits/media/MediaDefs.cpp
548
const media_multi_audio_info* other)
src/kits/media/MediaDefs.cpp
551
format->channel_mask = other->channel_mask;
src/kits/media/MediaDefs.cpp
553
format->valid_bits = other->valid_bits;
src/kits/media/MediaDefs.cpp
555
format->matrix_mask = other->matrix_mask;
src/kits/media/MediaDefs.cpp
561
const media_multi_audio_format* other)
src/kits/media/MediaDefs.cpp
563
raw_audio_format_specialize(format, other);
src/kits/media/MediaDefs.cpp
564
multi_audio_info_specialize(format, other);
src/kits/media/MediaDefs.cpp
570
const media_raw_video_format* other)
src/kits/media/MediaDefs.cpp
573
format->field_rate = other->field_rate;
src/kits/media/MediaDefs.cpp
575
format->interlace = other->interlace;
src/kits/media/MediaDefs.cpp
577
format->first_active = other->first_active;
src/kits/media/MediaDefs.cpp
579
format->last_active = other->last_active;
src/kits/media/MediaDefs.cpp
581
format->orientation = other->orientation;
src/kits/media/MediaDefs.cpp
583
format->pixel_width_aspect = other->pixel_width_aspect;
src/kits/media/MediaDefs.cpp
585
format->pixel_height_aspect = other->pixel_height_aspect;
src/kits/media/MediaDefs.cpp
587
format->display.format = other->display.format;
src/kits/media/MediaDefs.cpp
589
format->display.line_width = other->display.line_width;
src/kits/media/MediaDefs.cpp
591
format->display.line_count = other->display.line_count;
src/kits/media/MediaDefs.cpp
593
format->display.bytes_per_row = other->display.bytes_per_row;
src/kits/media/MediaDefs.cpp
595
format->display.pixel_offset = other->display.pixel_offset;
src/kits/media/MediaDefs.cpp
597
format->display.line_offset = other->display.line_offset;
src/kits/media/MediaDefs.cpp
599
format->display.flags = other->display.flags;
src/kits/media/MediaDefs.cpp
605
const media_multistream_format* other)
src/kits/media/MediaDefs.cpp
608
format->avg_bit_rate = other->avg_bit_rate;
src/kits/media/MediaDefs.cpp
610
format->max_bit_rate = other->max_bit_rate;
src/kits/media/MediaDefs.cpp
612
format->avg_chunk_size = other->avg_chunk_size;
src/kits/media/MediaDefs.cpp
614
format->max_chunk_size = other->max_chunk_size;
src/kits/media/MediaDefs.cpp
616
format->flags = other->flags;
src/kits/media/MediaDefs.cpp
618
format->format = other->format;
src/kits/media/MediaDefs.cpp
623
format->u.vid.frame_rate = other->u.vid.frame_rate;
src/kits/media/MediaDefs.cpp
625
format->u.vid.width = other->u.vid.width;
src/kits/media/MediaDefs.cpp
627
format->u.vid.height = other->u.vid.height;
src/kits/media/MediaDefs.cpp
629
format->u.vid.space = other->u.vid.space;
src/kits/media/MediaDefs.cpp
631
format->u.vid.sampling_rate = other->u.vid.sampling_rate;
src/kits/media/MediaDefs.cpp
633
format->u.vid.sample_format = other->u.vid.sample_format;
src/kits/media/MediaDefs.cpp
635
format->u.vid.byte_order = other->u.vid.byte_order;
src/kits/media/MediaDefs.cpp
637
format->u.vid.channel_count = other->u.vid.channel_count;
src/kits/media/MediaDefs.cpp
642
format->u.avi.us_per_frame = other->u.avi.us_per_frame;
src/kits/media/MediaDefs.cpp
644
format->u.avi.width = other->u.avi.width;
src/kits/media/MediaDefs.cpp
646
format->u.avi.height = other->u.avi.height;
src/kits/media/MediaDefs.cpp
648
format->u.avi.type_count = other->u.avi.type_count;
src/kits/media/MediaDefs.cpp
650
format->u.avi.types[0] = other->u.avi.types[0];
src/kits/media/MediaDefs.cpp
652
format->u.avi.types[1] = other->u.avi.types[1];
src/kits/media/MediaDefs.cpp
654
format->u.avi.types[2] = other->u.avi.types[2];
src/kits/media/MediaDefs.cpp
656
format->u.avi.types[3] = other->u.avi.types[3];
src/kits/media/MediaDefs.cpp
658
format->u.avi.types[4] = other->u.avi.types[4];
src/kits/media/MediaDefs.cpp
671
const media_encoded_audio_format* other)
src/kits/media/MediaDefs.cpp
673
raw_audio_format_specialize(&format->output, &other->output);
src/kits/media/MediaDefs.cpp
675
format->encoding = other->encoding;
src/kits/media/MediaDefs.cpp
677
format->bit_rate = other->bit_rate;
src/kits/media/MediaDefs.cpp
679
format->frame_size = other->frame_size;
src/kits/media/MediaDefs.cpp
680
multi_audio_info_specialize(&format->multi_info, &other->multi_info);
src/kits/media/MediaDefs.cpp
686
const media_encoded_video_format* other)
src/kits/media/MediaDefs.cpp
688
raw_video_format_specialize(&format->output, &other->output);
src/kits/media/MediaDefs.cpp
690
format->avg_bit_rate = other->avg_bit_rate;
src/kits/media/MediaDefs.cpp
692
format->max_bit_rate = other->max_bit_rate;
src/kits/media/MediaDefs.cpp
694
format->encoding = other->encoding;
src/kits/media/MediaDefs.cpp
696
format->frame_size = other->frame_size;
src/kits/media/MediaDefs.cpp
698
format->forward_history = other->forward_history;
src/kits/media/MediaDefs.cpp
700
format->backward_history = other->backward_history;
src/kits/media/MediaDefs.cpp
708
media_format::Matches(const media_format* other) const
src/kits/media/MediaDefs.cpp
712
if (type == 0 && other->type == 0) {
src/kits/media/MediaDefs.cpp
717
if (type != 0 && other->type != 0 && type != other->type)
src/kits/media/MediaDefs.cpp
720
switch ((type != 0) ? type : other->type) {
src/kits/media/MediaDefs.cpp
722
return multi_audio_format_matches(u.raw_audio, other->u.raw_audio);
src/kits/media/MediaDefs.cpp
725
return raw_video_format_matches(u.raw_video, other->u.raw_video);
src/kits/media/MediaDefs.cpp
729
other->u.multistream);
src/kits/media/MediaDefs.cpp
733
other->u.encoded_audio);
src/kits/media/MediaDefs.cpp
737
other->u.encoded_video);
src/kits/media/MediaDefs.cpp
869
media_format::media_format(const media_format& other)
src/kits/media/MediaDefs.cpp
872
*this = other;
src/kits/media/MediaFormats.cpp
183
const _media_format_description& other)
src/kits/media/MediaFormats.cpp
185
memcpy(this, &other, sizeof(*this));
src/kits/media/MediaFormats.cpp
190
_media_format_description::operator=(const _media_format_description& other)
src/kits/media/MediaFormats.cpp
192
memcpy(this, &other, sizeof(*this));
src/kits/media/MediaFormats.cpp
313
meta_format::meta_format(const meta_format& other)
src/kits/media/MediaFormats.cpp
315
description(other.description),
src/kits/media/MediaFormats.cpp
316
format(other.format)
src/kits/media/MediaFormats.cpp
487
meta_format other(description);
src/kits/media/MediaFormats.cpp
488
const meta_format* metaFormat = sFormats.BinarySearch(other,
src/kits/media/TimeCode.cpp
350
BTimeCode::operator==(const BTimeCode &other) const
src/kits/media/TimeCode.cpp
354
return ((this->LinearFrames()) == (other.LinearFrames()));
src/kits/media/TimeCode.cpp
359
BTimeCode::operator<(const BTimeCode &other) const
src/kits/media/TimeCode.cpp
363
return ((this->LinearFrames()) < (other.LinearFrames()));
src/kits/media/TimeCode.cpp
368
BTimeCode::operator+=(const BTimeCode &other)
src/kits/media/TimeCode.cpp
372
this->SetLinearFrames(this->LinearFrames() + other.LinearFrames());
src/kits/media/TimeCode.cpp
379
BTimeCode::operator-=(const BTimeCode &other)
src/kits/media/TimeCode.cpp
383
this->SetLinearFrames(this->LinearFrames() - other.LinearFrames());
src/kits/media/TimeCode.cpp
390
BTimeCode::operator+(const BTimeCode &other) const
src/kits/media/TimeCode.cpp
394
tc += other;
src/kits/media/TimeCode.cpp
400
BTimeCode::operator-(const BTimeCode &other) const
src/kits/media/TimeCode.cpp
404
tc -= other;
src/kits/midi/MidiPort.cpp
285
BMidiEndpoint* other = (BMidiEndpoint*)fDevices->ItemAt(t);
src/kits/midi/MidiPort.cpp
286
if (strcmp(endp->Name(), other->Name()) == 0) {
src/kits/midi2/MidiRosterLooper.cpp
138
BMidiEndpoint* other = EndpointAt(t - 1);
src/kits/midi2/MidiRosterLooper.cpp
139
if (endp->ID() > other->ID()) {
src/kits/network/libnetapi/AbstractSocket.cpp
37
BAbstractSocket::BAbstractSocket(const BAbstractSocket& other)
src/kits/network/libnetapi/AbstractSocket.cpp
39
fInitStatus(other.fInitStatus),
src/kits/network/libnetapi/AbstractSocket.cpp
40
fLocal(other.fLocal),
src/kits/network/libnetapi/AbstractSocket.cpp
41
fPeer(other.fPeer),
src/kits/network/libnetapi/AbstractSocket.cpp
42
fIsConnected(other.fIsConnected),
src/kits/network/libnetapi/AbstractSocket.cpp
43
fIsListening(other.fIsListening)
src/kits/network/libnetapi/AbstractSocket.cpp
45
fSocket = dup(other.fSocket);
src/kits/network/libnetapi/Certificate.cpp
157
BCertificate::operator==(const BCertificate& other) const
src/kits/network/libnetapi/Certificate.cpp
159
return X509_cmp(fPrivate->fX509, other.fPrivate->fX509) == 0;
src/kits/network/libnetapi/Certificate.cpp
181
BCertificate::BCertificate(const BCertificate& other)
src/kits/network/libnetapi/Certificate.cpp
253
BCertificate::operator==(const BCertificate& other) const
src/kits/network/libnetapi/Certificate.cpp
61
BCertificate::BCertificate(const BCertificate& other)
src/kits/network/libnetapi/Certificate.cpp
63
fPrivate = new(std::nothrow) BCertificate::Private(other.fPrivate->fX509);
src/kits/network/libnetapi/DatagramSocket.cpp
31
BDatagramSocket::BDatagramSocket(const BDatagramSocket& other)
src/kits/network/libnetapi/DatagramSocket.cpp
33
BAbstractSocket(other)
src/kits/network/libnetapi/NetAddress.cpp
106
BNetAddress::operator=(const BNetAddress& other)
src/kits/network/libnetapi/NetAddress.cpp
108
fInit = other.fInit;
src/kits/network/libnetapi/NetAddress.cpp
109
fFamily = other.fFamily;
src/kits/network/libnetapi/NetAddress.cpp
110
fPort = other.fPort;
src/kits/network/libnetapi/NetAddress.cpp
111
fAddress = other.fAddress;
src/kits/network/libnetapi/NetAddress.cpp
74
BNetAddress::BNetAddress(const BNetAddress& other)
src/kits/network/libnetapi/NetAddress.cpp
76
*this = other;
src/kits/network/libnetapi/NetworkAddress.cpp
1067
BNetworkAddress::Equals(const BNetworkAddress& other, bool includePort) const
src/kits/network/libnetapi/NetworkAddress.cpp
1069
if (IsEmpty() && other.IsEmpty())
src/kits/network/libnetapi/NetworkAddress.cpp
1072
if (Family() != other.Family()
src/kits/network/libnetapi/NetworkAddress.cpp
1073
|| (includePort && Port() != other.Port())) {
src/kits/network/libnetapi/NetworkAddress.cpp
1081
sockaddr_in& otherAddress = (sockaddr_in&)other.fAddress;
src/kits/network/libnetapi/NetworkAddress.cpp
1089
sockaddr_in6& otherAddress = (sockaddr_in6&)other.fAddress;
src/kits/network/libnetapi/NetworkAddress.cpp
1095
if (fAddress.ss_len != other.fAddress.ss_len)
src/kits/network/libnetapi/NetworkAddress.cpp
1098
return memcmp(&fAddress, &other.fAddress, fAddress.ss_len);
src/kits/network/libnetapi/NetworkAddress.cpp
1161
BNetworkAddress::operator=(const BNetworkAddress& other)
src/kits/network/libnetapi/NetworkAddress.cpp
1163
memcpy(&fAddress, &other.fAddress, other.fAddress.ss_len);
src/kits/network/libnetapi/NetworkAddress.cpp
1164
fHostName = other.fHostName;
src/kits/network/libnetapi/NetworkAddress.cpp
1165
fStatus = other.fStatus;
src/kits/network/libnetapi/NetworkAddress.cpp
1172
BNetworkAddress::operator==(const BNetworkAddress& other) const
src/kits/network/libnetapi/NetworkAddress.cpp
1174
return Equals(other);
src/kits/network/libnetapi/NetworkAddress.cpp
1179
BNetworkAddress::operator!=(const BNetworkAddress& other) const
src/kits/network/libnetapi/NetworkAddress.cpp
1181
return !Equals(other);
src/kits/network/libnetapi/NetworkAddress.cpp
1186
BNetworkAddress::operator<(const BNetworkAddress& other) const
src/kits/network/libnetapi/NetworkAddress.cpp
1188
if (Family() < other.Family())
src/kits/network/libnetapi/NetworkAddress.cpp
1190
if (Family() > other.Family())
src/kits/network/libnetapi/NetworkAddress.cpp
1200
sockaddr_in& otherAddress = (sockaddr_in&)other.fAddress;
src/kits/network/libnetapi/NetworkAddress.cpp
1209
sockaddr_in6& otherAddress = (sockaddr_in6&)other.fAddress;
src/kits/network/libnetapi/NetworkAddress.cpp
1216
if (LinkLevelAddressLength() < other.LinkLevelAddressLength())
src/kits/network/libnetapi/NetworkAddress.cpp
1218
if (LinkLevelAddressLength() > other.LinkLevelAddressLength())
src/kits/network/libnetapi/NetworkAddress.cpp
1222
compare = memcmp(LinkLevelAddress(), other.LinkLevelAddress(),
src/kits/network/libnetapi/NetworkAddress.cpp
1232
return Port() < other.Port();
src/kits/network/libnetapi/NetworkAddress.cpp
129
BNetworkAddress::BNetworkAddress(const BNetworkAddress& other)
src/kits/network/libnetapi/NetworkAddress.cpp
131
fAddress(other.fAddress),
src/kits/network/libnetapi/NetworkAddress.cpp
132
fStatus(other.fStatus),
src/kits/network/libnetapi/NetworkAddress.cpp
133
fHostName(other.fHostName)
src/kits/network/libnetapi/NetworkAddress.cpp
371
BNetworkAddress::SetTo(const BNetworkAddress& other)
src/kits/network/libnetapi/NetworkAddress.cpp
373
fAddress = other.fAddress;
src/kits/network/libnetapi/NetworkAddress.cpp
374
fStatus = other.fStatus;
src/kits/network/libnetapi/NetworkAddress.cpp
375
fHostName = other.fHostName;
src/kits/network/libnetapi/NetworkRoute.cpp
32
BNetworkRoute::SetTo(const BNetworkRoute& other)
src/kits/network/libnetapi/NetworkRoute.cpp
34
return SetTo(other.RouteEntry());
src/kits/network/libnetapi/NetworkRoute.cpp
61
BNetworkRoute::Adopt(BNetworkRoute& other)
src/kits/network/libnetapi/NetworkRoute.cpp
63
memcpy(&fRouteEntry, &other.fRouteEntry, sizeof(route_entry));
src/kits/network/libnetapi/NetworkRoute.cpp
64
memset(&other.fRouteEntry, 0, sizeof(route_entry));
src/kits/network/libnetapi/NetworkSettings.cpp
1082
const BNetworkInterfaceAddressSettings& other)
src/kits/network/libnetapi/NetworkSettings.cpp
1084
fFamily = other.fFamily;
src/kits/network/libnetapi/NetworkSettings.cpp
1085
fAutoConfigure = other.fAutoConfigure;
src/kits/network/libnetapi/NetworkSettings.cpp
1086
fAddress = other.fAddress;
src/kits/network/libnetapi/NetworkSettings.cpp
1087
fMask = other.fMask;
src/kits/network/libnetapi/NetworkSettings.cpp
1088
fPeer = other.fPeer;
src/kits/network/libnetapi/NetworkSettings.cpp
1089
fBroadcast = other.fBroadcast;
src/kits/network/libnetapi/NetworkSettings.cpp
1090
fGateway = other.fGateway;
src/kits/network/libnetapi/NetworkSettings.cpp
1415
const BNetworkServiceAddressSettings& other) const
src/kits/network/libnetapi/NetworkSettings.cpp
1417
return Family() == other.Family()
src/kits/network/libnetapi/NetworkSettings.cpp
1418
&& Type() == other.Type()
src/kits/network/libnetapi/NetworkSettings.cpp
1419
&& Protocol() == other.Protocol()
src/kits/network/libnetapi/NetworkSettings.cpp
1420
&& Address() == other.Address();
src/kits/network/libnetapi/NetworkSettings.cpp
939
const BNetworkInterfaceAddressSettings& other)
src/kits/network/libnetapi/NetworkSettings.cpp
941
fFamily(other.fFamily),
src/kits/network/libnetapi/NetworkSettings.cpp
942
fAutoConfigure(other.fAutoConfigure),
src/kits/network/libnetapi/NetworkSettings.cpp
943
fAddress(other.fAddress),
src/kits/network/libnetapi/NetworkSettings.cpp
944
fMask(other.fMask),
src/kits/network/libnetapi/NetworkSettings.cpp
945
fPeer(other.fPeer),
src/kits/network/libnetapi/NetworkSettings.cpp
946
fBroadcast(other.fBroadcast),
src/kits/network/libnetapi/NetworkSettings.cpp
947
fGateway(other.fGateway)
src/kits/network/libnetapi/ProxySecureSocket.cpp
30
BProxySecureSocket::BProxySecureSocket(const BProxySecureSocket& other)
src/kits/network/libnetapi/ProxySecureSocket.cpp
32
BSecureSocket(other),
src/kits/network/libnetapi/ProxySecureSocket.cpp
33
fProxyAddress(other.fProxyAddress)
src/kits/network/libnetapi/SecureSocket.cpp
381
BSecureSocket::BSecureSocket(const BSecureSocket& other)
src/kits/network/libnetapi/SecureSocket.cpp
383
BSocket(other)
src/kits/network/libnetapi/SecureSocket.cpp
385
fPrivate = new(std::nothrow) BSecureSocket::Private(*other.fPrivate);
src/kits/network/libnetapi/SecureSocket.cpp
646
BSecureSocket::BSecureSocket(const BSecureSocket& other)
src/kits/network/libnetapi/SecureSocket.cpp
648
BSocket(other)
src/kits/network/libnetapi/Socket.cpp
32
BSocket::BSocket(const BSocket& other)
src/kits/network/libnetapi/Socket.cpp
34
BAbstractSocket(other)
src/kits/network/libnetservices/HttpAuthentication.cpp
58
BHttpAuthentication::BHttpAuthentication(const BHttpAuthentication& other)
src/kits/network/libnetservices/HttpAuthentication.cpp
60
fAuthenticationMethod(other.fAuthenticationMethod),
src/kits/network/libnetservices/HttpAuthentication.cpp
61
fUserName(other.fUserName),
src/kits/network/libnetservices/HttpAuthentication.cpp
62
fPassword(other.fPassword),
src/kits/network/libnetservices/HttpAuthentication.cpp
63
fToken(other.fToken),
src/kits/network/libnetservices/HttpAuthentication.cpp
64
fRealm(other.fRealm),
src/kits/network/libnetservices/HttpAuthentication.cpp
65
fDigestNonce(other.fDigestNonce),
src/kits/network/libnetservices/HttpAuthentication.cpp
66
fDigestCnonce(other.fDigestCnonce),
src/kits/network/libnetservices/HttpAuthentication.cpp
67
fDigestNc(other.fDigestNc),
src/kits/network/libnetservices/HttpAuthentication.cpp
68
fDigestOpaque(other.fDigestOpaque),
src/kits/network/libnetservices/HttpAuthentication.cpp
69
fDigestStale(other.fDigestStale),
src/kits/network/libnetservices/HttpAuthentication.cpp
70
fDigestAlgorithm(other.fDigestAlgorithm),
src/kits/network/libnetservices/HttpAuthentication.cpp
71
fDigestQop(other.fDigestQop),
src/kits/network/libnetservices/HttpAuthentication.cpp
72
fAuthorizationString(other.fAuthorizationString)
src/kits/network/libnetservices/HttpAuthentication.cpp
78
const BHttpAuthentication& other)
src/kits/network/libnetservices/HttpAuthentication.cpp
80
fAuthenticationMethod = other.fAuthenticationMethod;
src/kits/network/libnetservices/HttpAuthentication.cpp
81
fUserName = other.fUserName;
src/kits/network/libnetservices/HttpAuthentication.cpp
82
fPassword = other.fPassword;
src/kits/network/libnetservices/HttpAuthentication.cpp
83
fToken = other.fToken;
src/kits/network/libnetservices/HttpAuthentication.cpp
84
fRealm = other.fRealm;
src/kits/network/libnetservices/HttpAuthentication.cpp
85
fDigestNonce = other.fDigestNonce;
src/kits/network/libnetservices/HttpAuthentication.cpp
86
fDigestCnonce = other.fDigestCnonce;
src/kits/network/libnetservices/HttpAuthentication.cpp
87
fDigestNc = other.fDigestNc;
src/kits/network/libnetservices/HttpAuthentication.cpp
88
fDigestOpaque = other.fDigestOpaque;
src/kits/network/libnetservices/HttpAuthentication.cpp
89
fDigestStale = other.fDigestStale;
src/kits/network/libnetservices/HttpAuthentication.cpp
90
fDigestAlgorithm = other.fDigestAlgorithm;
src/kits/network/libnetservices/HttpAuthentication.cpp
91
fDigestQop = other.fDigestQop;
src/kits/network/libnetservices/HttpAuthentication.cpp
92
fAuthorizationString = other.fAuthorizationString;
src/kits/network/libnetservices/HttpForm.cpp
220
BHttpFormData::operator=(const BHttpFormData& other)
src/kits/network/libnetservices/HttpForm.cpp
222
fDataType = other.fDataType;
src/kits/network/libnetservices/HttpForm.cpp
224
fFileMark = other.fFileMark;
src/kits/network/libnetservices/HttpForm.cpp
225
fName = other.fName;
src/kits/network/libnetservices/HttpForm.cpp
226
fStringValue = other.fStringValue;
src/kits/network/libnetservices/HttpForm.cpp
227
fPathValue = other.fPathValue;
src/kits/network/libnetservices/HttpForm.cpp
228
fBufferValue = other.fBufferValue;
src/kits/network/libnetservices/HttpForm.cpp
229
fBufferSize = other.fBufferSize;
src/kits/network/libnetservices/HttpForm.cpp
230
fFilename = other.fFilename;
src/kits/network/libnetservices/HttpForm.cpp
231
fMimeType = other.fMimeType;
src/kits/network/libnetservices/HttpForm.cpp
233
if (other.fCopiedBuffer)
src/kits/network/libnetservices/HttpForm.cpp
250
BHttpForm::BHttpForm(const BHttpForm& other)
src/kits/network/libnetservices/HttpForm.cpp
252
fFields(other.fFields),
src/kits/network/libnetservices/HttpForm.cpp
253
fType(other.fType),
src/kits/network/libnetservices/HttpForm.cpp
254
fMultipartBoundary(other.fMultipartBoundary)
src/kits/network/libnetservices/HttpForm.cpp
727
BHttpForm::Iterator::Iterator(const Iterator& other)
src/kits/network/libnetservices/HttpForm.cpp
729
*this = other;
src/kits/network/libnetservices/HttpForm.cpp
765
BHttpForm::Iterator::operator=(const Iterator& other)
src/kits/network/libnetservices/HttpForm.cpp
767
fForm = other.fForm;
src/kits/network/libnetservices/HttpForm.cpp
768
fStdIterator = other.fStdIterator;
src/kits/network/libnetservices/HttpForm.cpp
769
fElement = other.fElement;
src/kits/network/libnetservices/HttpForm.cpp
770
fPrevElement = other.fPrevElement;
src/kits/network/libnetservices/HttpForm.cpp
81
BHttpFormData::BHttpFormData(const BHttpFormData& other)
src/kits/network/libnetservices/HttpForm.cpp
88
*this = other;
src/kits/network/libnetservices/HttpHeaders.cpp
132
BHttpHeader::operator=(const BHttpHeader& other)
src/kits/network/libnetservices/HttpHeaders.cpp
134
fName = other.fName;
src/kits/network/libnetservices/HttpHeaders.cpp
135
fValue = other.fValue;
src/kits/network/libnetservices/HttpHeaders.cpp
152
BHttpHeaders::BHttpHeaders(const BHttpHeaders& other)
src/kits/network/libnetservices/HttpHeaders.cpp
156
*this = other;
src/kits/network/libnetservices/HttpHeaders.cpp
299
BHttpHeaders::operator=(const BHttpHeaders& other)
src/kits/network/libnetservices/HttpHeaders.cpp
301
if (&other == this)
src/kits/network/libnetservices/HttpHeaders.cpp
306
for (int32 i = 0; i < other.CountHeaders(); i++)
src/kits/network/libnetservices/HttpHeaders.cpp
307
AddHeader(other.HeaderAt(i).Name(), other.HeaderAt(i).Value());
src/kits/network/libnetservices/HttpRequest.cpp
125
BHttpRequest::BHttpRequest(const BHttpRequest& other)
src/kits/network/libnetservices/HttpRequest.cpp
127
BNetworkRequest(other.Url(), other.Output(), other.fListener,
src/kits/network/libnetservices/HttpRequest.cpp
128
other.fContext, "BUrlProtocol.HTTP", other.fSSL ? "HTTPS" : "HTTP"),
src/kits/network/libnetservices/HttpRequest.cpp
129
fSSL(other.fSSL),
src/kits/network/libnetservices/HttpRequest.cpp
130
fRequestMethod(other.fRequestMethod),
src/kits/network/libnetservices/HttpRequest.cpp
131
fHttpVersion(other.fHttpVersion),
src/kits/network/libnetservices/HttpRequest.cpp
132
fResult(other.fUrl),
src/kits/network/libnetservices/HttpRequest.cpp
138
fOptRangeStart(other.fOptRangeStart),
src/kits/network/libnetservices/HttpRequest.cpp
139
fOptRangeEnd(other.fOptRangeEnd),
src/kits/network/libnetservices/HttpRequest.cpp
140
fOptFollowLocation(other.fOptFollowLocation)
src/kits/network/libnetservices/HttpResult.cpp
134
BHttpResult::operator=(const BHttpResult& other)
src/kits/network/libnetservices/HttpResult.cpp
136
if (this == &other)
src/kits/network/libnetservices/HttpResult.cpp
139
fUrl = other.fUrl;
src/kits/network/libnetservices/HttpResult.cpp
140
fHeaders = other.fHeaders;
src/kits/network/libnetservices/HttpResult.cpp
141
fStatusCode = other.fStatusCode;
src/kits/network/libnetservices/HttpResult.cpp
142
fStatusString = other.fStatusString;
src/kits/network/libnetservices/HttpResult.cpp
27
BHttpResult::BHttpResult(const BHttpResult& other)
src/kits/network/libnetservices/HttpResult.cpp
29
fUrl(other.fUrl),
src/kits/network/libnetservices/HttpResult.cpp
30
fHeaders(other.fHeaders),
src/kits/network/libnetservices/HttpResult.cpp
31
fStatusCode(other.fStatusCode),
src/kits/network/libnetservices/HttpResult.cpp
32
fStatusString(other.fStatusString)
src/kits/network/libnetservices/NetworkCookie.cpp
711
BNetworkCookie::operator==(const BNetworkCookie& other)
src/kits/network/libnetservices/NetworkCookie.cpp
714
return fName == other.fName && fValue == other.fValue;
src/kits/network/libnetservices/NetworkCookie.cpp
719
BNetworkCookie::operator!=(const BNetworkCookie& other)
src/kits/network/libnetservices/NetworkCookie.cpp
721
return !(*this == other);
src/kits/network/libnetservices/NetworkCookieJar.cpp
42
BNetworkCookieJar::BNetworkCookieJar(const BNetworkCookieJar& other)
src/kits/network/libnetservices/NetworkCookieJar.cpp
427
BNetworkCookieJar::operator=(const BNetworkCookieJar& other)
src/kits/network/libnetservices/NetworkCookieJar.cpp
429
if (&other == this)
src/kits/network/libnetservices/NetworkCookieJar.cpp
435
BArchivable::operator=(other);
src/kits/network/libnetservices/NetworkCookieJar.cpp
436
BFlattenable::operator=(other);
src/kits/network/libnetservices/NetworkCookieJar.cpp
438
fFlattened = other.fFlattened;
src/kits/network/libnetservices/NetworkCookieJar.cpp
443
for (Iterator it = other.GetIterator(); it.HasNext();) {
src/kits/network/libnetservices/NetworkCookieJar.cpp
46
*this = other;
src/kits/network/libnetservices/NetworkCookieJar.cpp
494
BNetworkCookieJar::Iterator::Iterator(const Iterator& other)
src/kits/network/libnetservices/NetworkCookieJar.cpp
496
fCookieJar(other.fCookieJar),
src/kits/network/libnetservices/NetworkCookieJar.cpp
541
BNetworkCookieJar::Iterator::operator=(const Iterator& other)
src/kits/network/libnetservices/NetworkCookieJar.cpp
543
if (this == &other)
src/kits/network/libnetservices/NetworkCookieJar.cpp
550
fCookieJar = other.fCookieJar;
src/kits/network/libnetservices/NetworkCookieJar.cpp
714
BNetworkCookieJar::UrlIterator::UrlIterator(const UrlIterator& other)
src/kits/network/libnetservices/NetworkCookieJar.cpp
716
fCookieJar(other.fCookieJar),
src/kits/network/libnetservices/NetworkCookieJar.cpp
724
fUrl(other.fUrl)
src/kits/network/libnetservices/NetworkCookieJar.cpp
809
const BNetworkCookieJar::UrlIterator& other)
src/kits/network/libnetservices/NetworkCookieJar.cpp
811
if (this == &other)
src/kits/network/libnetservices/NetworkCookieJar.cpp
821
fCookieJar = other.fCookieJar;
src/kits/network/libnetservices/NetworkCookieJar.cpp
829
fUrl = other.fUrl;
src/kits/network/libnetservices2/ErrorsExt.cpp
133
BRuntimeError::BRuntimeError(const BRuntimeError& other) = default;
src/kits/network/libnetservices2/ErrorsExt.cpp
136
BRuntimeError::BRuntimeError(BRuntimeError&& other) noexcept = default;
src/kits/network/libnetservices2/ErrorsExt.cpp
139
BRuntimeError& BRuntimeError::operator=(const BRuntimeError& other) = default;
src/kits/network/libnetservices2/ErrorsExt.cpp
142
BRuntimeError& BRuntimeError::operator=(BRuntimeError&& other) noexcept = default;
src/kits/network/libnetservices2/ErrorsExt.cpp
169
BSystemError::BSystemError(const BSystemError& other) = default;
src/kits/network/libnetservices2/ErrorsExt.cpp
172
BSystemError::BSystemError(BSystemError&& other) noexcept = default;
src/kits/network/libnetservices2/ErrorsExt.cpp
175
BSystemError& BSystemError::operator=(const BSystemError& other) = default;
src/kits/network/libnetservices2/ErrorsExt.cpp
178
BSystemError& BSystemError::operator=(BSystemError&& other) noexcept = default;
src/kits/network/libnetservices2/HttpFields.cpp
132
BHttpFields::FieldName::FieldName(const FieldName& other) noexcept = default;
src/kits/network/libnetservices2/HttpFields.cpp
142
BHttpFields::FieldName::FieldName(FieldName&& other) noexcept
src/kits/network/libnetservices2/HttpFields.cpp
144
fName(std::move(other.fName))
src/kits/network/libnetservices2/HttpFields.cpp
146
other.fName = std::string_view();
src/kits/network/libnetservices2/HttpFields.cpp
154
const BHttpFields::FieldName& other) noexcept = default;
src/kits/network/libnetservices2/HttpFields.cpp
165
BHttpFields::FieldName::operator=(BHttpFields::FieldName&& other) noexcept
src/kits/network/libnetservices2/HttpFields.cpp
167
fName = std::move(other.fName);
src/kits/network/libnetservices2/HttpFields.cpp
168
other.fName = std::string_view();
src/kits/network/libnetservices2/HttpFields.cpp
174
BHttpFields::FieldName::operator==(const BString& other) const noexcept
src/kits/network/libnetservices2/HttpFields.cpp
176
return iequals(fName, std::string_view(other.String()));
src/kits/network/libnetservices2/HttpFields.cpp
181
BHttpFields::FieldName::operator==(const std::string_view& other) const noexcept
src/kits/network/libnetservices2/HttpFields.cpp
183
return iequals(fName, other);
src/kits/network/libnetservices2/HttpFields.cpp
188
BHttpFields::FieldName::operator==(const BHttpFields::FieldName& other) const noexcept
src/kits/network/libnetservices2/HttpFields.cpp
190
return iequals(fName, other.fName);
src/kits/network/libnetservices2/HttpFields.cpp
250
BHttpFields::Field::Field(const BHttpFields::Field& other)
src/kits/network/libnetservices2/HttpFields.cpp
255
if (other.IsEmpty()) {
src/kits/network/libnetservices2/HttpFields.cpp
260
fRawField = other.fRawField;
src/kits/network/libnetservices2/HttpFields.cpp
261
auto nameSize = other.Name().fName.size();
src/kits/network/libnetservices2/HttpFields.cpp
262
auto valueOffset = other.fValue.data() - other.fRawField.value().String();
src/kits/network/libnetservices2/HttpFields.cpp
264
fValue = std::string_view((*fRawField).String() + valueOffset, other.fValue.size());
src/kits/network/libnetservices2/HttpFields.cpp
269
BHttpFields::Field::Field(BHttpFields::Field&& other) noexcept
src/kits/network/libnetservices2/HttpFields.cpp
271
fRawField(std::move(other.fRawField)),
src/kits/network/libnetservices2/HttpFields.cpp
272
fName(std::move(other.fName)),
src/kits/network/libnetservices2/HttpFields.cpp
273
fValue(std::move(other.fValue))
src/kits/network/libnetservices2/HttpFields.cpp
275
other.fName.fName = std::string_view();
src/kits/network/libnetservices2/HttpFields.cpp
276
other.fValue = std::string_view();
src/kits/network/libnetservices2/HttpFields.cpp
281
BHttpFields::Field::operator=(const BHttpFields::Field& other)
src/kits/network/libnetservices2/HttpFields.cpp
283
if (other.IsEmpty()) {
src/kits/network/libnetservices2/HttpFields.cpp
288
fRawField = other.fRawField;
src/kits/network/libnetservices2/HttpFields.cpp
289
auto nameSize = other.Name().fName.size();
src/kits/network/libnetservices2/HttpFields.cpp
290
auto valueOffset = other.fValue.data() - other.fRawField.value().String();
src/kits/network/libnetservices2/HttpFields.cpp
292
fValue = std::string_view((*fRawField).String() + valueOffset, other.fValue.size());
src/kits/network/libnetservices2/HttpFields.cpp
299
BHttpFields::Field::operator=(BHttpFields::Field&& other) noexcept
src/kits/network/libnetservices2/HttpFields.cpp
301
fRawField = std::move(other.fRawField);
src/kits/network/libnetservices2/HttpFields.cpp
302
fName = std::move(other.fName);
src/kits/network/libnetservices2/HttpFields.cpp
303
other.fName.fName = std::string_view();
src/kits/network/libnetservices2/HttpFields.cpp
304
fValue = std::move(other.fValue);
src/kits/network/libnetservices2/HttpFields.cpp
356
BHttpFields::BHttpFields(const BHttpFields& other) = default;
src/kits/network/libnetservices2/HttpFields.cpp
359
BHttpFields::BHttpFields(BHttpFields&& other)
src/kits/network/libnetservices2/HttpFields.cpp
361
fFields(std::move(other.fFields))
src/kits/network/libnetservices2/HttpFields.cpp
365
other.fFields.clear();
src/kits/network/libnetservices2/HttpFields.cpp
374
BHttpFields& BHttpFields::operator=(const BHttpFields& other) = default;
src/kits/network/libnetservices2/HttpFields.cpp
378
BHttpFields::operator=(BHttpFields&& other) noexcept
src/kits/network/libnetservices2/HttpFields.cpp
380
fFields = std::move(other.fFields);
src/kits/network/libnetservices2/HttpFields.cpp
384
other.fFields.clear();
src/kits/network/libnetservices2/HttpRequest.cpp
100
fMethod = std::move(other.fMethod);
src/kits/network/libnetservices2/HttpRequest.cpp
101
other.fMethod = Get;
src/kits/network/libnetservices2/HttpRequest.cpp
107
BHttpMethod::operator==(const BHttpMethod::Verb& other) const noexcept
src/kits/network/libnetservices2/HttpRequest.cpp
110
return std::get<Verb>(fMethod) == other;
src/kits/network/libnetservices2/HttpRequest.cpp
112
BHttpMethod otherMethod(other);
src/kits/network/libnetservices2/HttpRequest.cpp
120
BHttpMethod::operator!=(const BHttpMethod::Verb& other) const noexcept
src/kits/network/libnetservices2/HttpRequest.cpp
122
return !operator==(other);
src/kits/network/libnetservices2/HttpRequest.cpp
210
BHttpRequest::BHttpRequest(BHttpRequest&& other) noexcept = default;
src/kits/network/libnetservices2/HttpRequest.cpp
80
BHttpMethod::BHttpMethod(const BHttpMethod& other) = default;
src/kits/network/libnetservices2/HttpRequest.cpp
83
BHttpMethod::BHttpMethod(BHttpMethod&& other) noexcept
src/kits/network/libnetservices2/HttpRequest.cpp
85
fMethod(std::move(other.fMethod))
src/kits/network/libnetservices2/HttpRequest.cpp
87
other.fMethod = Get;
src/kits/network/libnetservices2/HttpRequest.cpp
94
BHttpMethod& BHttpMethod::operator=(const BHttpMethod& other) = default;
src/kits/network/libnetservices2/HttpRequest.cpp
98
BHttpMethod::operator=(BHttpMethod&& other) noexcept
src/kits/network/libnetservices2/HttpResult.cpp
156
BHttpResult::BHttpResult(BHttpResult&& other) noexcept = default;
src/kits/network/libnetservices2/HttpResult.cpp
166
BHttpResult& BHttpResult::operator=(BHttpResult&& other) noexcept = default;
src/kits/package/CommitTransactionResult.cpp
231
BTransactionIssue::operator=(const BTransactionIssue& other)
src/kits/package/CommitTransactionResult.cpp
233
fType = other.fType;
src/kits/package/CommitTransactionResult.cpp
234
fPackageName = other.fPackageName;
src/kits/package/CommitTransactionResult.cpp
235
fPath1 = other.fPath1;
src/kits/package/CommitTransactionResult.cpp
236
fPath2 = other.fPath2;
src/kits/package/CommitTransactionResult.cpp
237
fSystemError = other.fSystemError;
src/kits/package/CommitTransactionResult.cpp
238
fExitCode = other.fExitCode;
src/kits/package/CommitTransactionResult.cpp
278
const BCommitTransactionResult& other)
src/kits/package/CommitTransactionResult.cpp
290
*this = other;
src/kits/package/CommitTransactionResult.cpp
49
BTransactionIssue::BTransactionIssue(const BTransactionIssue& other)
src/kits/package/CommitTransactionResult.cpp
51
*this = other;
src/kits/package/CommitTransactionResult.cpp
652
BCommitTransactionResult::operator=(const BCommitTransactionResult& other)
src/kits/package/CommitTransactionResult.cpp
656
fError = other.fError;
src/kits/package/CommitTransactionResult.cpp
657
fSystemError = other.fSystemError;
src/kits/package/CommitTransactionResult.cpp
658
fErrorPackage = other.fErrorPackage;
src/kits/package/CommitTransactionResult.cpp
659
fPath1 = other.fPath1;
src/kits/package/CommitTransactionResult.cpp
660
fPath2 = other.fPath2;
src/kits/package/CommitTransactionResult.cpp
661
fString1 = other.fString1;
src/kits/package/CommitTransactionResult.cpp
662
fString2 = other.fString2;
src/kits/package/CommitTransactionResult.cpp
663
fOldStateDirectory = other.fOldStateDirectory;
src/kits/package/CommitTransactionResult.cpp
665
for (int32 i = 0; const BTransactionIssue* issue = other.fIssues.ItemAt(i);
src/kits/package/HashableString.h
27
inline bool operator!= (const HashableString& other) const;
src/kits/package/HashableString.h
59
HashableString::operator!= (const HashableString& other) const
src/kits/package/HashableString.h
61
return Compare(other) != 0 || fHashCode != other.fHashCode;
src/kits/package/PackageInfoSet.cpp
230
BPackageInfoSet::BPackageInfoSet(const BPackageInfoSet& other)
src/kits/package/PackageInfoSet.cpp
232
fPackageMap(other.fPackageMap)
src/kits/package/PackageInfoSet.cpp
285
BPackageInfoSet::operator=(const BPackageInfoSet& other)
src/kits/package/PackageInfoSet.cpp
287
if (other.fPackageMap == fPackageMap)
src/kits/package/PackageInfoSet.cpp
293
fPackageMap = other.fPackageMap;
src/kits/package/PackageInfoSet.cpp
34
PackageInfo(const BPackageInfo& other)
src/kits/package/PackageInfoSet.cpp
36
BPackageInfo(other),
src/kits/package/PackageVersion.cpp
101
diff = NaturalCompare(fMicro.String(), other.fMicro.String());
src/kits/package/PackageVersion.cpp
109
if (!other.fPreRelease.IsEmpty())
src/kits/package/PackageVersion.cpp
111
} else if (other.fPreRelease.IsEmpty()) {
src/kits/package/PackageVersion.cpp
115
diff = NaturalCompare(fPreRelease.String(), other.fPreRelease.String());
src/kits/package/PackageVersion.cpp
120
return (int)fRevision - (int)other.fRevision;
src/kits/package/PackageVersion.cpp
91
BPackageVersion::Compare(const BPackageVersion& other) const
src/kits/package/PackageVersion.cpp
93
int diff = NaturalCompare(fMajor.String(), other.fMajor.String());
src/kits/package/PackageVersion.cpp
97
diff = NaturalCompare(fMinor.String(), other.fMinor.String());
src/kits/package/hpkg/PackageFileHeapAccessorBase.cpp
148
const OffsetArray& other)
src/kits/package/hpkg/PackageFileHeapAccessorBase.cpp
150
if (other.fOffsets == NULL)
src/kits/package/hpkg/PackageFileHeapAccessorBase.cpp
153
size_t elementCount = other.fOffsets[0] == 0
src/kits/package/hpkg/PackageFileHeapAccessorBase.cpp
155
: 2 * totalChunkCount - other.fOffsets[0];
src/kits/package/hpkg/PackageFileHeapAccessorBase.cpp
161
memcpy(fOffsets, other.fOffsets, elementCount * sizeof(fOffsets[0]));
src/kits/package/solver/SolverPackage.cpp
25
BSolverPackage::BSolverPackage(const BSolverPackage& other)
src/kits/package/solver/SolverPackage.cpp
27
fRepository(other.fRepository),
src/kits/package/solver/SolverPackage.cpp
28
fInfo(other.fInfo)
src/kits/package/solver/SolverPackage.cpp
77
BSolverPackage::operator=(const BSolverPackage& other)
src/kits/package/solver/SolverPackage.cpp
79
fRepository = other.fRepository;
src/kits/package/solver/SolverPackage.cpp
80
fInfo = other.fInfo;
src/kits/package/solver/SolverPackageSpecifier.cpp
44
const BSolverPackageSpecifier& other)
src/kits/package/solver/SolverPackageSpecifier.cpp
46
fType(other.fType),
src/kits/package/solver/SolverPackageSpecifier.cpp
47
fPackage(other.fPackage),
src/kits/package/solver/SolverPackageSpecifier.cpp
48
fSelectString(other.fSelectString)
src/kits/package/solver/SolverPackageSpecifier.cpp
80
BSolverPackageSpecifier::operator=(const BSolverPackageSpecifier& other)
src/kits/package/solver/SolverPackageSpecifier.cpp
82
fType = other.fType;
src/kits/package/solver/SolverPackageSpecifier.cpp
83
fPackage = other.fPackage;
src/kits/package/solver/SolverPackageSpecifier.cpp
84
fSelectString = other.fSelectString;
src/kits/package/solver/SolverPackageSpecifierList.cpp
142
BSolverPackageSpecifierList::operator=(const BSolverPackageSpecifierList& other)
src/kits/package/solver/SolverPackageSpecifierList.cpp
144
if (this == &other)
src/kits/package/solver/SolverPackageSpecifierList.cpp
150
if (other.fSpecifiers == NULL)
src/kits/package/solver/SolverPackageSpecifierList.cpp
154
fSpecifiers = new(std::nothrow) Vector(*other.fSpecifiers);
src/kits/package/solver/SolverPackageSpecifierList.cpp
29
Vector(const std::vector<BSolverPackageSpecifier>& other)
src/kits/package/solver/SolverPackageSpecifierList.cpp
31
std::vector<BSolverPackageSpecifier>(other)
src/kits/package/solver/SolverPackageSpecifierList.cpp
45
const BSolverPackageSpecifierList& other)
src/kits/package/solver/SolverPackageSpecifierList.cpp
49
*this = other;
src/kits/package/solver/SolverResult.cpp
27
BSolverResultElement::BSolverResultElement(const BSolverResultElement& other)
src/kits/package/solver/SolverResult.cpp
29
fType(other.fType),
src/kits/package/solver/SolverResult.cpp
30
fPackage(other.fPackage)
src/kits/package/solver/SolverResult.cpp
55
BSolverResultElement::operator=(const BSolverResultElement& other)
src/kits/package/solver/SolverResult.cpp
57
fType = other.fType;
src/kits/package/solver/SolverResult.cpp
58
fPackage = other.fPackage;
src/kits/shared/ExpressionParser.cpp
60
Token(const Token& other)
src/kits/shared/ExpressionParser.cpp
61
: string(other.string),
src/kits/shared/ExpressionParser.cpp
62
type(other.type),
src/kits/shared/ExpressionParser.cpp
63
value(other.value),
src/kits/shared/ExpressionParser.cpp
64
position(other.position)
src/kits/shared/ExpressionParser.cpp
76
Token& operator=(const Token& other)
src/kits/shared/ExpressionParser.cpp
78
string = other.string;
src/kits/shared/ExpressionParser.cpp
79
type = other.type;
src/kits/shared/ExpressionParser.cpp
80
value = other.value;
src/kits/shared/ExpressionParser.cpp
81
position = other.position;
src/kits/shared/Keymap.cpp
482
BKeymap::operator==(const BKeymap& other) const
src/kits/shared/Keymap.cpp
484
return fCharsSize == other.fCharsSize
src/kits/shared/Keymap.cpp
485
&& !memcmp(&fKeys, &other.fKeys, sizeof(fKeys))
src/kits/shared/Keymap.cpp
486
&& !memcmp(fChars, other.fChars, fCharsSize);
src/kits/shared/Keymap.cpp
491
BKeymap::operator!=(const BKeymap& other) const
src/kits/shared/Keymap.cpp
493
return !(*this == other);
src/kits/shared/Keymap.cpp
498
BKeymap::operator=(const BKeymap& other)
src/kits/shared/Keymap.cpp
502
fCharsSize = other.fCharsSize;
src/kits/shared/Keymap.cpp
504
memcpy(fChars, other.fChars, fCharsSize);
src/kits/shared/Keymap.cpp
505
memcpy(&fKeys, &other.fKeys, sizeof(fKeys));
src/kits/shared/RegExp.cpp
211
RegExp::RegExp(const RegExp& other)
src/kits/shared/RegExp.cpp
213
fData(other.fData)
src/kits/shared/RegExp.cpp
262
RegExp::operator=(const RegExp& other)
src/kits/shared/RegExp.cpp
267
fData = other.fData;
src/kits/shared/RegExp.cpp
293
RegExp::MatchResult::MatchResult(const MatchResult& other)
src/kits/shared/RegExp.cpp
295
fData(other.fData)
src/kits/shared/RegExp.cpp
360
RegExp::MatchResult::operator=(const MatchResult& other)
src/kits/shared/RegExp.cpp
365
fData = other.fData;
src/kits/shared/Variant.cpp
137
BVariant::operator==(const BVariant& other) const
src/kits/shared/Variant.cpp
140
return other.fType == 0;
src/kits/shared/Variant.cpp
141
if (other.fType == 0)
src/kits/shared/Variant.cpp
150
return fBool == other.ToBool();
src/kits/shared/Variant.cpp
155
if (!other.IsNumber())
src/kits/shared/Variant.cpp
157
return ToInt64() == other.ToInt64();
src/kits/shared/Variant.cpp
162
if (!other.IsNumber())
src/kits/shared/Variant.cpp
164
return ToUInt64() == other.ToUInt64();
src/kits/shared/Variant.cpp
167
if (!other.IsNumber())
src/kits/shared/Variant.cpp
169
return ToDouble() == other.ToDouble();
src/kits/shared/Variant.cpp
171
return other.fType == B_POINTER_TYPE
src/kits/shared/Variant.cpp
172
&& fPointer == other.fPointer;
src/kits/shared/Variant.cpp
174
if (other.fType != B_STRING_TYPE)
src/kits/shared/Variant.cpp
176
if (fString == NULL || other.fString == NULL)
src/kits/shared/Variant.cpp
177
return fString == other.fString;
src/kits/shared/Variant.cpp
178
return strcmp(fString, other.fString) == 0;
src/kits/shared/Variant.cpp
181
== BRect(other.fRect.left, other.fRect.top, other.fRect.right,
src/kits/shared/Variant.cpp
182
other.fRect.bottom);
src/kits/shared/Variant.cpp
339
BVariant::_SetTo(const BVariant& other)
src/kits/shared/Variant.cpp
341
if ((other.fFlags & B_VARIANT_OWNS_DATA) != 0) {
src/kits/shared/Variant.cpp
342
switch (other.fType) {
src/kits/shared/Variant.cpp
345
fString = strdup(other.fString);
src/kits/shared/Variant.cpp
351
} else if ((other.fFlags & B_VARIANT_REFERENCEABLE_DATA) != 0) {
src/kits/shared/Variant.cpp
352
if (other.fReferenceable != NULL)
src/kits/shared/Variant.cpp
353
other.fReferenceable->AcquireReference();
src/kits/shared/Variant.cpp
356
memcpy((void*)this, (void*)&other, sizeof(BVariant));
src/kits/storage/DriverSettings.cpp
103
BDriverParameterIterator::operator=(const BDriverParameterIterator& other)
src/kits/storage/DriverSettings.cpp
105
_SetTo(other.fDelegate, true);
src/kits/storage/DriverSettings.cpp
471
BDriverParameter::BDriverParameter(const BDriverParameter& other)
src/kits/storage/DriverSettings.cpp
474
fParameter(other.fParameter)
src/kits/storage/DriverSettings.cpp
575
BDriverParameter::operator=(const BDriverParameter& other)
src/kits/storage/DriverSettings.cpp
577
fParameter = other.fParameter;
src/kits/storage/DriverSettings.cpp
64
const BDriverParameterIterator& other)
src/kits/storage/DriverSettings.cpp
68
_SetTo(other.fDelegate, true);
src/kits/storage/Node.cpp
51
node_ref::node_ref(const node_ref& other)
src/kits/storage/Node.cpp
56
*this = other;
src/kits/storage/Node.cpp
61
node_ref::operator==(const node_ref& other) const
src/kits/storage/Node.cpp
63
return (device == other.device && node == other.node);
src/kits/storage/Node.cpp
68
node_ref::operator!=(const node_ref& other) const
src/kits/storage/Node.cpp
70
return !(*this == other);
src/kits/storage/Node.cpp
75
node_ref::operator<(const node_ref& other) const
src/kits/storage/Node.cpp
77
if (this->device != other.device)
src/kits/storage/Node.cpp
78
return this->device < other.device;
src/kits/storage/Node.cpp
80
return this->node < other.node;
src/kits/storage/Node.cpp
85
node_ref::operator=(const node_ref& other)
src/kits/storage/Node.cpp
87
device = other.device;
src/kits/storage/Node.cpp
88
node = other.node;
src/kits/storage/SymLink.cpp
34
BSymLink::BSymLink(const BSymLink& other)
src/kits/storage/SymLink.cpp
36
BNode(other)
src/kits/storage/disk_device/DiskSystem.cpp
25
BDiskSystem::BDiskSystem(const BDiskSystem& other)
src/kits/storage/disk_device/DiskSystem.cpp
27
fID(other.fID),
src/kits/storage/disk_device/DiskSystem.cpp
28
fName(other.fName),
src/kits/storage/disk_device/DiskSystem.cpp
29
fShortName(other.fShortName),
src/kits/storage/disk_device/DiskSystem.cpp
30
fPrettyName(other.fPrettyName),
src/kits/storage/disk_device/DiskSystem.cpp
31
fFlags(other.fFlags)
src/kits/storage/disk_device/DiskSystem.cpp
318
BDiskSystem::operator=(const BDiskSystem& other)
src/kits/storage/disk_device/DiskSystem.cpp
320
fID = other.fID;
src/kits/storage/disk_device/DiskSystem.cpp
321
fName = other.fName;
src/kits/storage/disk_device/DiskSystem.cpp
322
fShortName = other.fShortName;
src/kits/storage/disk_device/DiskSystem.cpp
323
fPrettyName = other.fPrettyName;
src/kits/storage/disk_device/DiskSystem.cpp
324
fFlags = other.fFlags;
src/kits/support/ArchivingManagers.cpp
232
operator<(const ArchiveInfo& other)
src/kits/support/ArchivingManagers.cpp
234
return archivable < other.archivable;
src/kits/support/DateTime.cpp
468
BDate::BDate(const BDate& other)
src/kits/support/DateTime.cpp
470
fDay(other.fDay),
src/kits/support/DateTime.cpp
471
fYear(other.fYear),
src/kits/support/DateTime.cpp
472
fMonth(other.fMonth)
src/kits/support/DateTime.cpp
52
BTime::BTime(const BTime& other)
src/kits/support/DateTime.cpp
54
fMicroseconds(other.fMicroseconds)
src/kits/support/List.cpp
45
BList::BList(const BList& other)
src/kits/support/List.cpp
50
fBlockSize(other.fBlockSize)
src/kits/support/List.cpp
52
*this = other;
src/kits/support/List.cpp
63
BList::operator=(const BList& other)
src/kits/support/List.cpp
65
if (&other != this) {
src/kits/support/List.cpp
66
fBlockSize = other.fBlockSize;
src/kits/support/List.cpp
67
if (_ResizeArray(other.fItemCount)) {
src/kits/support/List.cpp
68
fItemCount = other.fItemCount;
src/kits/support/List.cpp
69
memcpy(fObjectList, other.fObjectList, fItemCount * sizeof(void*));
src/kits/support/List.cpp
78
BList::operator==(const BList& other) const
src/kits/support/List.cpp
80
if (&other == this)
src/kits/support/List.cpp
83
if (other.fItemCount != fItemCount)
src/kits/support/List.cpp
87
return memcmp(fObjectList, other.fObjectList,
src/kits/support/List.cpp
96
BList::operator!=(const BList& other) const
src/kits/support/List.cpp
98
return !(*this == other);
src/kits/support/StringList.cpp
318
BStringList::operator=(const BStringList& other)
src/kits/support/StringList.cpp
320
if (this != &other) {
src/kits/support/StringList.cpp
322
fStrings = other.fStrings;
src/kits/support/StringList.cpp
331
BStringList::operator==(const BStringList& other) const
src/kits/support/StringList.cpp
333
if (this == &other)
src/kits/support/StringList.cpp
337
if (count != other.fStrings.CountItems())
src/kits/support/StringList.cpp
341
if (StringAt(i) != other.StringAt(i))
src/kits/support/StringList.cpp
43
BStringList::BStringList(const BStringList& other)
src/kits/support/StringList.cpp
45
fStrings(other.fStrings)
src/kits/support/Url.cpp
100
fHasFragment(other.fHasFragment)
src/kits/support/Url.cpp
103
fUrlString = other.fUrlString;
src/kits/support/Url.cpp
106
fAuthority = other.fAuthority;
src/kits/support/Url.cpp
109
fUserInfo = other.fUserInfo;
src/kits/support/Url.cpp
78
BUrl::BUrl(const BUrl& other)
src/kits/support/Url.cpp
786
BUrl::operator==(BUrl& other) const
src/kits/support/Url.cpp
789
other.UrlString();
src/kits/support/Url.cpp
791
return fUrlString == other.fUrlString;
src/kits/support/Url.cpp
796
BUrl::operator!=(BUrl& other) const
src/kits/support/Url.cpp
798
return !(*this == other);
src/kits/support/Url.cpp
806
BUrl::operator=(const BUrl& other)
src/kits/support/Url.cpp
808
fUrlStringValid = other.fUrlStringValid;
src/kits/support/Url.cpp
810
fUrlString = other.fUrlString;
src/kits/support/Url.cpp
812
fAuthorityValid = other.fAuthorityValid;
src/kits/support/Url.cpp
814
fAuthority = other.fAuthority;
src/kits/support/Url.cpp
816
fUserInfoValid = other.fUserInfoValid;
src/kits/support/Url.cpp
818
fUserInfo = other.fUserInfo;
src/kits/support/Url.cpp
82
fProtocol(other.fProtocol),
src/kits/support/Url.cpp
820
fProtocol = other.fProtocol;
src/kits/support/Url.cpp
821
fUser = other.fUser;
src/kits/support/Url.cpp
822
fPassword = other.fPassword;
src/kits/support/Url.cpp
823
fHost = other.fHost;
src/kits/support/Url.cpp
824
fPort = other.fPort;
src/kits/support/Url.cpp
825
fPath = other.fPath;
src/kits/support/Url.cpp
826
fRequest = other.fRequest;
src/kits/support/Url.cpp
827
fFragment = other.fFragment;
src/kits/support/Url.cpp
829
fHasProtocol = other.fHasProtocol;
src/kits/support/Url.cpp
83
fUser(other.fUser),
src/kits/support/Url.cpp
830
fHasUserName = other.fHasUserName;
src/kits/support/Url.cpp
831
fHasPassword = other.fHasPassword;
src/kits/support/Url.cpp
832
fHasHost = other.fHasHost;
src/kits/support/Url.cpp
833
fHasPort = other.fHasPort;
src/kits/support/Url.cpp
834
fHasPath = other.fHasPath;
src/kits/support/Url.cpp
835
fHasRequest = other.fHasRequest;
src/kits/support/Url.cpp
836
fHasFragment = other.fHasFragment;
src/kits/support/Url.cpp
84
fPassword(other.fPassword),
src/kits/support/Url.cpp
85
fHost(other.fHost),
src/kits/support/Url.cpp
86
fPort(other.fPort),
src/kits/support/Url.cpp
87
fPath(other.fPath),
src/kits/support/Url.cpp
88
fRequest(other.fRequest),
src/kits/support/Url.cpp
89
fFragment(other.fFragment),
src/kits/support/Url.cpp
90
fUrlStringValid(other.fUrlStringValid),
src/kits/support/Url.cpp
91
fAuthorityValid(other.fAuthorityValid),
src/kits/support/Url.cpp
92
fUserInfoValid(other.fUserInfoValid),
src/kits/support/Url.cpp
93
fHasProtocol(other.fHasProtocol),
src/kits/support/Url.cpp
94
fHasUserName(other.fHasUserName),
src/kits/support/Url.cpp
95
fHasPassword(other.fHasPassword),
src/kits/support/Url.cpp
96
fHasHost(other.fHasHost),
src/kits/support/Url.cpp
97
fHasPort(other.fHasPort),
src/kits/support/Url.cpp
98
fHasPath(other.fHasPath),
src/kits/support/Url.cpp
99
fHasRequest(other.fHasRequest),
src/kits/support/Uuid.cpp
103
BUuid::Compare(const BUuid& other) const
src/kits/support/Uuid.cpp
105
return memcmp(fValue, other.fValue, sizeof(fValue));
src/kits/support/Uuid.cpp
110
BUuid::operator=(const BUuid& other)
src/kits/support/Uuid.cpp
112
memcpy(fValue, other.fValue, sizeof(fValue));
src/kits/support/Uuid.cpp
48
BUuid::BUuid(const BUuid& other)
src/kits/support/Uuid.cpp
50
memcpy(fValue, other.fValue, sizeof(fValue));
src/kits/tracker/AttributeStream.cpp
110
AttributeInfo::SetTo(const AttributeInfo& other)
src/kits/tracker/AttributeStream.cpp
112
fName = other.fName;
src/kits/tracker/AttributeStream.cpp
113
fInfo = other.fInfo;
src/kits/tracker/AttributeStream.cpp
62
AttributeInfo::AttributeInfo(const AttributeInfo& other)
src/kits/tracker/AttributeStream.cpp
64
fName(other.fName),
src/kits/tracker/AttributeStream.cpp
65
fInfo(other.fInfo)
src/kits/tracker/AttributeStream.h
77
AttributeInfo(const AttributeInfo& other);
src/kits/tracker/AttributeStream.h
81
void SetTo(const AttributeInfo& other);
src/kits/tracker/DeskWindow.cpp
125
Model* other = static_cast<Model*>(castToOther);
src/kits/tracker/DeskWindow.cpp
126
if (*item->model->EntryRef() == *other->EntryRef())
src/kits/tracker/Model.cpp
104
Model::Model(const Model& other)
src/kits/tracker/Model.cpp
106
fEntryRef(other.fEntryRef),
src/kits/tracker/Model.cpp
107
fMimeType(other.fMimeType),
src/kits/tracker/Model.cpp
109
fBaseType(other.fBaseType),
src/kits/tracker/Model.cpp
110
fIconFrom(other.fIconFrom),
src/kits/tracker/Model.cpp
113
fLocalizedName(other.fLocalizedName),
src/kits/tracker/Model.cpp
114
fHasLocalizedName(other.fHasLocalizedName),
src/kits/tracker/Model.cpp
115
fLocalizedNameIsCached(other.fLocalizedNameIsCached)
src/kits/tracker/Model.cpp
117
fStatBuf.st_dev = other.NodeRef()->device;
src/kits/tracker/Model.cpp
118
fStatBuf.st_ino = other.NodeRef()->node;
src/kits/tracker/Model.cpp
120
if (other.IsSymLink() && other.LinkTo())
src/kits/tracker/Model.cpp
121
fLinkTo = new Model(*other.LinkTo());
src/kits/tracker/Model.cpp
123
fStatus = OpenNode(other.IsNodeOpenForWriting());
src/kits/tracker/Model.cpp
127
ASSERT(fStatBuf.st_dev == other.NodeRef()->device);
src/kits/tracker/Model.cpp
128
ASSERT(fStatBuf.st_ino == other.NodeRef()->node);
src/kits/tracker/Model.cpp
130
if (!other.IsNodeOpen())
src/kits/tracker/Model.h
81
Model(const Model& other);
src/kits/tracker/PoseView.h
693
node_ref_key operator=(const node_ref_key& other)
src/kits/tracker/PoseView.h
695
value = other.value;
src/kits/tracker/PoseView.h
699
bool operator==(const node_ref_key& other) const
src/kits/tracker/PoseView.h
701
return (value == other.value);
src/kits/tracker/PoseView.h
704
bool operator!=(const node_ref_key& other) const
src/kits/tracker/PoseView.h
706
return (value != other.value);
src/kits/tracker/WidgetAttributeText.h
221
virtual int Compare(WidgetAttributeText& other, BPoseView* view);
src/kits/translation/TranslatorRoster.cpp
1783
BTranslatorRoster::BTranslatorRoster(const BTranslatorRoster &other)
src/libs/glut/glutEvent.cpp
53
GLUTtimer *timer, *other;
src/libs/glut/glutEvent.cpp
73
other = *prevptr;
src/libs/glut/glutEvent.cpp
74
while (other && (other->timeout < timer->timeout)) {
src/libs/glut/glutEvent.cpp
75
prevptr = &other->next;
src/libs/glut/glutEvent.cpp
76
other = *prevptr;
src/libs/glut/glutEvent.cpp
78
timer->next = other;
src/libs/icon/Icon.cpp
101
int32 index = other.fPaths.IndexOf(remote);
src/libs/icon/Icon.cpp
45
Icon::Icon(const Icon& other)
src/libs/icon/Icon.cpp
57
int32 styleCount = other.fStyles.CountItems();
src/libs/icon/Icon.cpp
59
Style* style = other.fStyles.ItemAtFast(i);
src/libs/icon/Icon.cpp
67
int32 pathCount = other.fPaths.CountItems();
src/libs/icon/Icon.cpp
69
VectorPath* path = other.fPaths.ItemAtFast(i);
src/libs/icon/Icon.cpp
77
int32 shapeCount = other.fShapes.CountItems();
src/libs/icon/Icon.cpp
79
Shape* shape = other.fShapes.ItemAtFast(i);
src/libs/icon/Icon.cpp
94
int32 styleIndex = other.fStyles.IndexOf(pathSourceShape->Style());
src/libs/icon/Icon.h
54
Icon(const Icon& other);
src/libs/icon/flat_icon/LittleEndianBuffer.cpp
144
LittleEndianBuffer::Write(const LittleEndianBuffer& other)
src/libs/icon/flat_icon/LittleEndianBuffer.cpp
146
return Write(other.Buffer(), other.SizeUsed());
src/libs/icon/flat_icon/LittleEndianBuffer.cpp
244
LittleEndianBuffer::Read(LittleEndianBuffer& other, size_t bytes)
src/libs/icon/flat_icon/LittleEndianBuffer.cpp
249
if (other.Write(fHandle, bytes)) {
src/libs/icon/flat_icon/LittleEndianBuffer.cpp
251
other.fHandle -= bytes;
src/libs/icon/flat_icon/LittleEndianBuffer.h
34
bool Write(const LittleEndianBuffer& other);
src/libs/icon/flat_icon/LittleEndianBuffer.h
42
bool Read(LittleEndianBuffer& other, size_t bytes);
src/libs/icon/generic/VertexSource.h
38
VertexSource(const VertexSource& other) NOT_ALLOWED;
src/libs/icon/generic/VertexSource.h
39
VertexSource& operator=(const VertexSource& other) NOT_ALLOWED;
src/libs/icon/shape/PathSourceShape.cpp
38
PathSourceShape::PathSourceShape(const PathSourceShape& other)
src/libs/icon/shape/PathSourceShape.cpp
39
: Shape(other),
src/libs/icon/shape/PathSourceShape.cpp
41
fMinVisibilityScale(other.fMinVisibilityScale),
src/libs/icon/shape/PathSourceShape.cpp
42
fMaxVisibilityScale(other.fMaxVisibilityScale)
src/libs/icon/shape/PathSourceShape.h
35
PathSourceShape(const PathSourceShape& other);
src/libs/icon/shape/ReferenceImage.cpp
52
ReferenceImage::ReferenceImage(const ReferenceImage& other)
src/libs/icon/shape/ReferenceImage.cpp
61
BBitmap* bitmap = new (nothrow) BBitmap(other.Style()->Bitmap());
src/libs/icon/shape/ReferenceImage.cpp
65
SetName(other.Name());
src/libs/icon/shape/ReferenceImage.cpp
67
SetTransform(other);
src/libs/icon/shape/ReferenceImage.cpp
68
Style()->SetAlpha(other.Style()->Alpha());
src/libs/icon/shape/ReferenceImage.h
39
ReferenceImage(const ReferenceImage& other);
src/libs/icon/shape/Shape.cpp
111
SetStyle(other.fStyle);
src/libs/icon/shape/Shape.cpp
122
if (other.fPaths) {
src/libs/icon/shape/Shape.cpp
123
int32 count = other.fPaths->CountItems();
src/libs/icon/shape/Shape.cpp
125
if (!fPaths->AddItem(other.fPaths->ItemAtFast(i)))
src/libs/icon/shape/Shape.cpp
131
int32 count = other.Transformers()->CountItems();
src/libs/icon/shape/Shape.cpp
133
Transformer* original = other.Transformers()->ItemAtFast(i);
src/libs/icon/shape/Shape.cpp
86
Shape::Shape(const Shape& other)
src/libs/icon/shape/Shape.cpp
88
: IconObject(other),
src/libs/icon/shape/Shape.cpp
89
Transformable(other),
src/libs/icon/shape/Shape.cpp
93
: Transformable(other),
src/libs/icon/shape/Shape.h
62
Shape(const Shape& other);
src/libs/icon/shape/VectorPath.cpp
322
VectorPath::operator==(const VectorPath& other) const
src/libs/icon/shape/VectorPath.cpp
324
if (fClosed != other.fClosed)
src/libs/icon/shape/VectorPath.cpp
327
if (fPointCount != other.fPointCount)
src/libs/icon/shape/VectorPath.cpp
330
if (fPath == NULL && other.fPath == NULL)
src/libs/icon/shape/VectorPath.cpp
333
if (fPath == NULL || other.fPath == NULL)
src/libs/icon/shape/VectorPath.cpp
337
if (fPath[i].point != other.fPath[i].point
src/libs/icon/shape/VectorPath.cpp
338
|| fPath[i].point_in != other.fPath[i].point_in
src/libs/icon/shape/VectorPath.cpp
339
|| fPath[i].point_out != other.fPath[i].point_out
src/libs/icon/shape/VectorPath.cpp
340
|| fPath[i].connected != other.fPath[i].connected) {
src/libs/icon/style/GradientTransformable.cpp
100
Transformable(other),
src/libs/icon/style/GradientTransformable.cpp
102
: Transformable(other),
src/libs/icon/style/GradientTransformable.cpp
106
fType(other.fType),
src/libs/icon/style/GradientTransformable.cpp
107
fInterpolation(other.fInterpolation),
src/libs/icon/style/GradientTransformable.cpp
108
fInheritTransformation(other.fInheritTransformation)
src/libs/icon/style/GradientTransformable.cpp
110
for (int32 i = 0; BGradient::ColorStop* step = other.ColorAt(i); i++) {
src/libs/icon/style/GradientTransformable.cpp
168
Gradient::operator=(const Gradient& other)
src/libs/icon/style/GradientTransformable.cpp
174
SetTransform(other);
src/libs/icon/style/GradientTransformable.cpp
175
SetColors(other);
src/libs/icon/style/GradientTransformable.cpp
176
SetType(other.fType);
src/libs/icon/style/GradientTransformable.cpp
177
SetInterpolation(other.fInterpolation);
src/libs/icon/style/GradientTransformable.cpp
178
SetInheritTransformation(other.fInheritTransformation);
src/libs/icon/style/GradientTransformable.cpp
185
Gradient::operator==(const Gradient& other) const
src/libs/icon/style/GradientTransformable.cpp
187
if (Transformable::operator==(other))
src/libs/icon/style/GradientTransformable.cpp
188
return ColorStepsAreEqual(other);
src/libs/icon/style/GradientTransformable.cpp
194
Gradient::operator!=(const Gradient& other) const
src/libs/icon/style/GradientTransformable.cpp
196
return !(*this == other);
src/libs/icon/style/GradientTransformable.cpp
201
Gradient::ColorStepsAreEqual(const Gradient& other) const
src/libs/icon/style/GradientTransformable.cpp
204
if (count == other.CountColors() &&
src/libs/icon/style/GradientTransformable.cpp
205
fType == other.fType &&
src/libs/icon/style/GradientTransformable.cpp
206
fInterpolation == other.fInterpolation &&
src/libs/icon/style/GradientTransformable.cpp
207
fInheritTransformation == other.fInheritTransformation) {
src/libs/icon/style/GradientTransformable.cpp
212
BGradient::ColorStop* otherStep = other.ColorAtFast(i);
src/libs/icon/style/GradientTransformable.cpp
225
Gradient::SetColors(const Gradient& other)
src/libs/icon/style/GradientTransformable.cpp
232
for (int32 i = 0; BGradient::ColorStop* step = other.ColorAt(i); i++)
src/libs/icon/style/GradientTransformable.cpp
95
Gradient::Gradient(const Gradient& other)
src/libs/icon/style/GradientTransformable.cpp
97
: BArchivable(other),
src/libs/icon/style/GradientTransformable.h
58
Gradient(const Gradient& other);
src/libs/icon/style/GradientTransformable.h
67
Gradient& operator=(const Gradient& other);
src/libs/icon/style/GradientTransformable.h
69
bool operator==(const Gradient& other) const;
src/libs/icon/style/GradientTransformable.h
70
bool operator!=(const Gradient& other) const;
src/libs/icon/style/GradientTransformable.h
72
const Gradient& other) const;
src/libs/icon/style/GradientTransformable.h
74
void SetColors(const Gradient& other);
src/libs/icon/style/Style.cpp
101
fImage(other.fImage != NULL ? new (nothrow) BBitmap(other.fImage) : NULL),
src/libs/icon/style/Style.cpp
108
SetGradient(other.fGradient);
src/libs/icon/style/Style.cpp
192
Style::operator==(const Style& other) const
src/libs/icon/style/Style.cpp
195
if (other.fGradient)
src/libs/icon/style/Style.cpp
196
return *fGradient == *other.fGradient;
src/libs/icon/style/Style.cpp
200
if (!other.fGradient)
src/libs/icon/style/Style.cpp
201
return *(uint32*)&fColor == *(uint32*)&other.fColor;
src/libs/icon/style/Style.cpp
89
Style::Style(const Style& other)
src/libs/icon/style/Style.cpp
91
: IconObject(other),
src/libs/icon/style/Style.cpp
97
fColor(other.fColor),
src/libs/icon/style/Style.h
46
Style(const Style& other);
src/libs/icon/style/Style.h
64
bool operator==(const Style& other) const;
src/libs/icon/transformable/Transformable.cpp
106
Transformable::SetTransform(const Transformable& other)
src/libs/icon/transformable/Transformable.cpp
108
if (*this != other) {
src/libs/icon/transformable/Transformable.cpp
109
*this = other;
src/libs/icon/transformable/Transformable.cpp
116
Transformable::operator=(const Transformable& other)
src/libs/icon/transformable/Transformable.cpp
118
if (other != *this) {
src/libs/icon/transformable/Transformable.cpp
120
multiply(other);
src/libs/icon/transformable/Transformable.cpp
128
Transformable::Multiply(const Transformable& other)
src/libs/icon/transformable/Transformable.cpp
130
if (!other.IsIdentity()) {
src/libs/icon/transformable/Transformable.cpp
131
multiply(other);
src/libs/icon/transformable/Transformable.cpp
197
Transformable::operator==(const Transformable& other) const
src/libs/icon/transformable/Transformable.cpp
200
other.store_to(m1);
src/libs/icon/transformable/Transformable.cpp
208
Transformable::operator!=(const Transformable& other) const
src/libs/icon/transformable/Transformable.cpp
210
return !(*this == other);
src/libs/icon/transformable/Transformable.cpp
25
Transformable::Transformable(const Transformable& other)
src/libs/icon/transformable/Transformable.cpp
26
: agg::trans_affine(other)
src/libs/icon/transformable/Transformable.h
35
Transformable(const Transformable& other);
src/libs/icon/transformable/Transformable.h
54
void SetTransform(const Transformable& other);
src/libs/icon/transformable/Transformable.h
55
Transformable& operator=(const Transformable& other);
src/libs/icon/transformable/Transformable.h
56
Transformable& Multiply(const Transformable& other);
src/libs/icon/transformable/Transformable.h
64
bool operator==(const Transformable& other) const;
src/libs/icon/transformable/Transformable.h
65
bool operator!=(const Transformable& other) const;
src/libs/icon/transformer/PerspectiveTransformer.cpp
73
PerspectiveTransformer::PerspectiveTransformer(const PerspectiveTransformer& other)
src/libs/icon/transformer/PerspectiveTransformer.cpp
75
: Transformer(other.Name()),
src/libs/icon/transformer/PerspectiveTransformer.cpp
79
PathTransformer(*other.fSource),
src/libs/icon/transformer/PerspectiveTransformer.cpp
81
fShape(other.fShape)
src/libs/icon/transformer/PerspectiveTransformer.cpp
83
, fInverted(other.fInverted),
src/libs/icon/transformer/PerspectiveTransformer.cpp
84
fFromBox(other.fFromBox),
src/libs/icon/transformer/PerspectiveTransformer.cpp
85
fToLeftTop(other.fToLeftTop),
src/libs/icon/transformer/PerspectiveTransformer.cpp
86
fToRightTop(other.fToRightTop),
src/libs/icon/transformer/PerspectiveTransformer.cpp
87
fToLeftBottom(other.fToLeftBottom),
src/libs/icon/transformer/PerspectiveTransformer.cpp
88
fToRightBottom(other.fToRightBottom),
src/libs/icon/transformer/PerspectiveTransformer.cpp
89
fValid(other.fValid)
src/libs/icon/transformer/PerspectiveTransformer.cpp
93
other.store_to(matrix);
src/libs/icon/transformer/PerspectiveTransformer.h
66
const PerspectiveTransformer& other);
src/libs/iconv/iso2022_jp2.h
313
japanese + (european << 3) + (chinese << 6) + (korean << 9) + (other << 12),
src/libs/iconv/iso2022_jp2.h
315
japanese + (european << 3) + (chinese << 6) + (korean << 9) + (other << 12),
src/libs/iconv/iso2022_jp2.h
317
korean + (european << 3) + (japanese << 6) + (chinese << 9) + (other << 12),
src/libs/iconv/iso2022_jp2.h
319
chinese + (european << 3) + (japanese << 6) + (korean << 9) + (other << 12)
src/libs/iconv/iso2022_jp2.h
612
case other:
src/libs/libsolv/solv/policy.c
448
Id other;
src/libs/libsolv/solv/policy.c
454
other = plist->elements[1 - i];
src/libs/libsolv/solv/policy.c
463
if (p != other)
src/preferences/filetypes/AttributeListView.cpp
182
AttributeItem::AttributeItem(const AttributeItem& other)
src/preferences/filetypes/AttributeListView.cpp
184
BStringItem(other.PublicName())
src/preferences/filetypes/AttributeListView.cpp
186
*this = other;
src/preferences/filetypes/AttributeListView.cpp
244
AttributeItem::operator=(const AttributeItem& other)
src/preferences/filetypes/AttributeListView.cpp
246
SetText(other.PublicName());
src/preferences/filetypes/AttributeListView.cpp
247
fName = other.Name();
src/preferences/filetypes/AttributeListView.cpp
248
fType = other.Type();
src/preferences/filetypes/AttributeListView.cpp
249
fDisplayAs = other.DisplayAs();
src/preferences/filetypes/AttributeListView.cpp
250
fAlignment = other.Alignment();
src/preferences/filetypes/AttributeListView.cpp
251
fWidth = other.Width();
src/preferences/filetypes/AttributeListView.cpp
252
fVisible = other.Visible();
src/preferences/filetypes/AttributeListView.cpp
253
fEditable = other.Editable();
src/preferences/filetypes/AttributeListView.cpp
260
AttributeItem::operator==(const AttributeItem& other) const
src/preferences/filetypes/AttributeListView.cpp
262
return !strcmp(Name(), other.Name())
src/preferences/filetypes/AttributeListView.cpp
263
&& !strcmp(PublicName(), other.PublicName())
src/preferences/filetypes/AttributeListView.cpp
264
&& !strcmp(DisplayAs(), other.DisplayAs())
src/preferences/filetypes/AttributeListView.cpp
265
&& Type() == other.Type()
src/preferences/filetypes/AttributeListView.cpp
266
&& Alignment() == other.Alignment()
src/preferences/filetypes/AttributeListView.cpp
267
&& Width() == other.Width()
src/preferences/filetypes/AttributeListView.cpp
268
&& Visible() == other.Visible()
src/preferences/filetypes/AttributeListView.cpp
269
&& Editable() == other.Editable();
src/preferences/filetypes/AttributeListView.cpp
274
AttributeItem::operator!=(const AttributeItem& other) const
src/preferences/filetypes/AttributeListView.cpp
276
return !(*this == other);
src/preferences/filetypes/AttributeListView.h
20
AttributeItem(const AttributeItem& other);
src/preferences/filetypes/AttributeListView.h
36
AttributeItem& operator=(const AttributeItem& other);
src/preferences/filetypes/AttributeListView.h
38
bool operator==(const AttributeItem& other) const;
src/preferences/filetypes/AttributeListView.h
39
bool operator!=(const AttributeItem& other) const;
src/preferences/keymap/Keymap.cpp
391
Keymap::operator=(const Keymap& other)
src/preferences/keymap/Keymap.cpp
393
if (this == &other)
src/preferences/keymap/Keymap.cpp
399
fChars = new(std::nothrow) char[other.fCharsSize];
src/preferences/keymap/Keymap.cpp
401
memcpy(fChars, other.fChars, other.fCharsSize);
src/preferences/keymap/Keymap.cpp
402
fCharsSize = other.fCharsSize;
src/preferences/keymap/Keymap.cpp
406
memcpy(&fKeys, &other.fKeys, sizeof(key_map));
src/preferences/keymap/Keymap.cpp
407
strlcpy(fName, other.fName, sizeof(fName));
src/preferences/keymap/Keymap.cpp
409
fTarget = other.fTarget;
src/preferences/keymap/Keymap.cpp
411
if (other.fModificationMessage != NULL)
src/preferences/keymap/Keymap.cpp
412
fModificationMessage = new BMessage(*other.fModificationMessage);
src/preferences/keymap/Keymap.h
63
Keymap& operator=(const Keymap& other);
src/preferences/locale/LanguageListView.cpp
122
const LanguageListItemWithFlag& other)
src/preferences/locale/LanguageListView.cpp
124
LanguageListItem(other),
src/preferences/locale/LanguageListView.cpp
125
fCountryCode(other.fCountryCode),
src/preferences/locale/LanguageListView.cpp
126
fIcon(other.fIcon != NULL ? new BBitmap(*other.fIcon) : NULL)
src/preferences/locale/LanguageListView.cpp
46
LanguageListItem::LanguageListItem(const LanguageListItem& other)
src/preferences/locale/LanguageListView.cpp
48
BStringItem(other.Text()),
src/preferences/locale/LanguageListView.cpp
49
fID(other.fID),
src/preferences/locale/LanguageListView.cpp
50
fCode(other.fCode)
src/preferences/locale/LanguageListView.h
25
const LanguageListItem& other);
src/preferences/locale/LanguageListView.h
50
const LanguageListItemWithFlag& other);
src/preferences/screen/ScreenMode.cpp
144
screen_mode::operator==(const screen_mode &other) const
src/preferences/screen/ScreenMode.cpp
146
return !(*this != other);
src/preferences/screen/ScreenMode.cpp
151
screen_mode::operator!=(const screen_mode &other) const
src/preferences/screen/ScreenMode.cpp
153
return width != other.width || height != other.height
src/preferences/screen/ScreenMode.cpp
154
|| space != other.space || refresh != other.refresh
src/preferences/screen/ScreenMode.cpp
155
|| combine != other.combine
src/preferences/screen/ScreenMode.cpp
156
|| swap_displays != other.swap_displays
src/preferences/screen/ScreenMode.cpp
157
|| use_laptop_panel != other.use_laptop_panel
src/preferences/screen/ScreenMode.cpp
158
|| tv_standard != other.tv_standard;
src/servers/app/ClickTarget.h
62
bool operator==(const ClickTarget& other) const
src/servers/app/ClickTarget.h
64
return fType == other.fType && fWindow == other.fWindow
src/servers/app/ClickTarget.h
65
&& fWindowElement == other.fWindowElement;
src/servers/app/ClickTarget.h
68
bool operator!=(const ClickTarget& other) const
src/servers/app/ClickTarget.h
70
return !(*this == other);
src/servers/app/DelayedMessage.cpp
124
void MergeTargets(DelayedMessageData* other);
src/servers/app/DelayedMessage.cpp
127
bool MergeData(DelayedMessageData* other);
src/servers/app/DelayedMessage.cpp
364
DelayedMessageData::MergeTargets(DelayedMessageData* other)
src/servers/app/DelayedMessage.cpp
368
for (int32 index = 0; index < other->fTargets.CountItems(); ++index)
src/servers/app/DelayedMessage.cpp
369
AddTarget(*(other->fTargets.ItemAt(index)));
src/servers/app/DelayedMessage.cpp
398
DelayedMessageData::MergeData(DelayedMessageData* other)
src/servers/app/DelayedMessage.cpp
401
|| other == NULL
src/servers/app/DelayedMessage.cpp
402
|| other->fCode != fCode
src/servers/app/DelayedMessage.cpp
404
|| other->fMergeMode == DM_NO_MERGE
src/servers/app/DelayedMessage.cpp
405
|| other->fMergeMode != fMergeMode
src/servers/app/DelayedMessage.cpp
406
|| other->fAttachments.CountItems() != fAttachments.CountItems())
src/servers/app/DelayedMessage.cpp
409
if (other->fMergeMode == DM_MERGE_CANCEL) {
src/servers/app/DelayedMessage.cpp
410
MergeTargets(other);
src/servers/app/DelayedMessage.cpp
420
otherAttached = other->fAttachments.ItemAt(index);
src/servers/app/DelayedMessage.cpp
435
MergeTargets(other);
src/servers/app/DelayedMessage.cpp
446
otherAttached = other->fAttachments.ItemAt(index);
src/servers/app/DelayedMessage.cpp
63
bool operator<(const ScheduledMessage& other) const;
src/servers/app/DelayedMessage.cpp
635
ScheduledMessage::Merge(DelayedMessage& other)
src/servers/app/DelayedMessage.cpp
640
return fData->MergeData(other.Data());
src/servers/app/DelayedMessage.cpp
645
ScheduledMessage::operator<(const ScheduledMessage& other) const
src/servers/app/DelayedMessage.cpp
647
if (!IsValid() || !other.IsValid())
src/servers/app/DelayedMessage.cpp
650
return fData->ScheduledTime() < other.fData->ScheduledTime();
src/servers/app/DrawState.cpp
101
fSubPixelPrecise(other.fSubPixelPrecise),
src/servers/app/DrawState.cpp
103
fLineCapMode(other.fLineCapMode),
src/servers/app/DrawState.cpp
104
fLineJoinMode(other.fLineJoinMode),
src/servers/app/DrawState.cpp
105
fMiterLimit(other.fMiterLimit),
src/servers/app/DrawState.cpp
106
fFillRule(other.fFillRule),
src/servers/app/DrawState.cpp
111
fUnscaledFontSize(other.fUnscaledFontSize),
src/servers/app/DrawState.cpp
71
DrawState::DrawState(const DrawState& other)
src/servers/app/DrawState.cpp
73
fOrigin(other.fOrigin),
src/servers/app/DrawState.cpp
74
fCombinedOrigin(other.fCombinedOrigin),
src/servers/app/DrawState.cpp
75
fScale(other.fScale),
src/servers/app/DrawState.cpp
76
fCombinedScale(other.fCombinedScale),
src/servers/app/DrawState.cpp
77
fTransform(other.fTransform),
src/servers/app/DrawState.cpp
78
fCombinedTransform(other.fCombinedTransform),
src/servers/app/DrawState.cpp
82
fHighColor(other.fHighColor),
src/servers/app/DrawState.cpp
83
fLowColor(other.fLowColor),
src/servers/app/DrawState.cpp
84
fWhichHighColor(other.fWhichHighColor),
src/servers/app/DrawState.cpp
85
fWhichLowColor(other.fWhichLowColor),
src/servers/app/DrawState.cpp
86
fWhichHighColorTint(other.fWhichHighColorTint),
src/servers/app/DrawState.cpp
87
fWhichLowColorTint(other.fWhichLowColorTint),
src/servers/app/DrawState.cpp
88
fPattern(other.fPattern),
src/servers/app/DrawState.cpp
90
fDrawingMode(other.fDrawingMode),
src/servers/app/DrawState.cpp
91
fAlphaSrcMode(other.fAlphaSrcMode),
src/servers/app/DrawState.cpp
92
fAlphaFncMode(other.fAlphaFncMode),
src/servers/app/DrawState.cpp
93
fDrawingModeLocked(other.fDrawingModeLocked),
src/servers/app/DrawState.cpp
95
fPenLocation(other.fPenLocation),
src/servers/app/DrawState.cpp
96
fPenSize(other.fPenSize),
src/servers/app/DrawState.cpp
98
fFont(other.fFont),
src/servers/app/DrawState.cpp
99
fFontAliasing(other.fFontAliasing),
src/servers/app/DrawState.h
43
DrawState(const DrawState& other);
src/servers/app/MultiLocker.h
71
MultiLocker(const MultiLocker& other);
src/servers/app/MultiLocker.h
72
MultiLocker& operator=(const MultiLocker& other);
src/servers/app/RegionPool.cpp
64
RegionPool::GetRegion(const BRegion& other)
src/servers/app/RegionPool.cpp
70
*region = other;
src/servers/app/RegionPool.cpp
72
region = new (nothrow) BRegion(other);
src/servers/app/RegionPool.h
24
BRegion* GetRegion(const BRegion& other);
src/servers/app/ServerFont.cpp
203
ServerFont::operator==(const ServerFont& other) const
src/servers/app/ServerFont.cpp
205
if (GetFamilyAndStyle() != other.GetFamilyAndStyle())
src/servers/app/ServerFont.cpp
208
return fSize == other.fSize && fRotation == other.fRotation
src/servers/app/ServerFont.cpp
209
&& fShear == other.fShear && fFalseBoldWidth == other.fFalseBoldWidth
src/servers/app/ServerFont.cpp
210
&& fFlags == other.fFlags && fSpacing == other.fSpacing
src/servers/app/ServerFont.cpp
211
&& fEncoding == other.fEncoding && fBounds == other.fBounds
src/servers/app/ServerFont.cpp
212
&& fDirection == other.fDirection && fFace == other.fFace;
src/servers/app/ServerFont.h
41
bool operator==(const ServerFont& other) const;
src/servers/app/ServerPicture.h
39
ServerPicture(const ServerPicture& other);
src/servers/app/drawing/AlphaMask.cpp
361
VectorAlphaMask* other)
src/servers/app/drawing/AlphaMask.cpp
363
AlphaMask(previousMask, other),
src/servers/app/drawing/AlphaMask.cpp
364
fWhere(other->fWhere)
src/servers/app/drawing/AlphaMask.cpp
523
ShapeAlphaMask* other)
src/servers/app/drawing/AlphaMask.cpp
525
VectorAlphaMask<ShapeAlphaMask>(previousMask, other),
src/servers/app/drawing/AlphaMask.cpp
526
fShape(other->fShape),
src/servers/app/drawing/AlphaMask.cpp
527
fShapeBounds(other->fShapeBounds)
src/servers/app/drawing/AlphaMask.cpp
57
AlphaMask::AlphaMask(AlphaMask* previousMask, AlphaMask* other)
src/servers/app/drawing/AlphaMask.cpp
60
fBounds(other->fBounds),
src/servers/app/drawing/AlphaMask.cpp
61
fClippedToCanvas(other->fClippedToCanvas),
src/servers/app/drawing/AlphaMask.cpp
62
fCanvasOrigin(other->fCanvasOrigin),
src/servers/app/drawing/AlphaMask.cpp
63
fCanvasBounds(other->fCanvasBounds),
src/servers/app/drawing/AlphaMask.cpp
64
fInverse(other->fInverse),
src/servers/app/drawing/AlphaMask.cpp
65
fBackgroundOpacity(other->fBackgroundOpacity),
src/servers/app/drawing/AlphaMask.cpp
69
fBits(other->fBits),
src/servers/app/drawing/AlphaMask.cpp
70
fBuffer(other->fBuffer),
src/servers/app/drawing/AlphaMask.cpp
71
fMask(other->fMask),
src/servers/app/drawing/AlphaMask.h
123
VectorAlphaMask* other);
src/servers/app/drawing/AlphaMask.h
167
ShapeAlphaMask* other);
src/servers/app/drawing/AlphaMask.h
35
AlphaMask* other);
src/servers/app/drawing/AlphaMaskCache.h
56
bool operator<(const ShapeMaskElement& other) const
src/servers/app/drawing/AlphaMaskCache.h
58
if (fInverse != other.fInverse)
src/servers/app/drawing/AlphaMaskCache.h
59
return fInverse < other.fInverse;
src/servers/app/drawing/AlphaMaskCache.h
60
if (fPreviousMask != other.fPreviousMask)
src/servers/app/drawing/AlphaMaskCache.h
61
return fPreviousMask < other.fPreviousMask;
src/servers/app/drawing/AlphaMaskCache.h
64
if (fShape->ptCount != other.fShape->ptCount)
src/servers/app/drawing/AlphaMaskCache.h
65
return fShape->ptCount < other.fShape->ptCount;
src/servers/app/drawing/AlphaMaskCache.h
66
if (fShape->opCount != other.fShape->opCount)
src/servers/app/drawing/AlphaMaskCache.h
67
return fShape->opCount < other.fShape->opCount;
src/servers/app/drawing/AlphaMaskCache.h
68
int diff = memcmp(fShape->ptList, other.fShape->ptList,
src/servers/app/drawing/AlphaMaskCache.h
72
diff = memcmp(fShape->opList, other.fShape->opList,
src/servers/app/drawing/Overlay.cpp
187
Overlay::TakeOverToken(Overlay* other)
src/servers/app/drawing/Overlay.cpp
189
overlay_token token = other->OverlayToken();
src/servers/app/drawing/Overlay.h
35
void TakeOverToken(Overlay* other);
src/servers/app/drawing/Painter/Transformable.cpp
107
Transformable::SetTransformable(const Transformable& other)
src/servers/app/drawing/Painter/Transformable.cpp
109
if (*this != other) {
src/servers/app/drawing/Painter/Transformable.cpp
110
*this = other;
src/servers/app/drawing/Painter/Transformable.cpp
117
Transformable::operator=(const Transformable& other)
src/servers/app/drawing/Painter/Transformable.cpp
119
if (other != *this) {
src/servers/app/drawing/Painter/Transformable.cpp
120
agg::trans_affine::operator=(other);
src/servers/app/drawing/Painter/Transformable.cpp
128
Transformable::operator=(const agg::trans_affine& other)
src/servers/app/drawing/Painter/Transformable.cpp
130
if (other != *this) {
src/servers/app/drawing/Painter/Transformable.cpp
131
agg::trans_affine::operator=(other);
src/servers/app/drawing/Painter/Transformable.cpp
139
Transformable::Multiply(const Transformable& other)
src/servers/app/drawing/Painter/Transformable.cpp
141
if (!other.IsIdentity()) {
src/servers/app/drawing/Painter/Transformable.cpp
142
multiply(other);
src/servers/app/drawing/Painter/Transformable.cpp
37
Transformable::Transformable(const Transformable& other)
src/servers/app/drawing/Painter/Transformable.cpp
38
: agg::trans_affine(other)
src/servers/app/drawing/Painter/Transformable.h
22
Transformable(const Transformable& other);
src/servers/app/drawing/Painter/Transformable.h
34
void SetTransformable(const Transformable& other);
src/servers/app/drawing/Painter/Transformable.h
35
Transformable& operator=(const agg::trans_affine& other);
src/servers/app/drawing/Painter/Transformable.h
36
Transformable& operator=(const Transformable& other);
src/servers/app/drawing/Painter/Transformable.h
37
Transformable& Multiply(const Transformable& other);
src/servers/app/drawing/PatternHandler.cpp
91
PatternHandler::PatternHandler(const PatternHandler& other)
src/servers/app/drawing/PatternHandler.cpp
92
: fPattern(other.fPattern),
src/servers/app/drawing/PatternHandler.cpp
93
fHighColor(other.fHighColor),
src/servers/app/drawing/PatternHandler.cpp
94
fLowColor(other.fLowColor),
src/servers/app/drawing/PatternHandler.cpp
95
fXOffset(other.fXOffset),
src/servers/app/drawing/PatternHandler.cpp
96
fYOffset(other.fYOffset)
src/servers/app/drawing/PatternHandler.h
61
bool operator==(const Pattern& other) const
src/servers/app/drawing/PatternHandler.h
62
{ return fPattern.type64 == other.fPattern.type64; }
src/servers/app/drawing/PatternHandler.h
64
bool operator==(const pattern& other) const
src/servers/app/drawing/PatternHandler.h
65
{ return fPattern.type64 == *(uint64*)other.data; }
src/servers/app/drawing/PatternHandler.h
96
PatternHandler(const PatternHandler& other);
src/servers/app/drawing/interface/local/AccelerantBuffer.cpp
31
AccelerantBuffer::AccelerantBuffer(const AccelerantBuffer& other,
src/servers/app/drawing/interface/local/AccelerantBuffer.cpp
33
: fDisplayMode(other.fDisplayMode),
src/servers/app/drawing/interface/local/AccelerantBuffer.cpp
34
fFrameBufferConfig(other.fFrameBufferConfig),
src/servers/app/drawing/interface/local/AccelerantBuffer.cpp
35
fDisplayModeSet(other.fDisplayModeSet),
src/servers/app/drawing/interface/local/AccelerantBuffer.cpp
36
fFrameBufferConfigSet(other.fFrameBufferConfigSet),
src/servers/app/drawing/interface/local/AccelerantBuffer.cpp
37
fIsOffscreenBuffer(other.fIsOffscreenBuffer || offscreenBuffer)
src/servers/app/drawing/interface/local/AccelerantBuffer.h
16
AccelerantBuffer(const AccelerantBuffer& other,
src/servers/app/font/FontManager.h
95
bool operator==(const FontKey& other) const
src/servers/app/font/FontManager.h
97
return familyID == other.familyID
src/servers/app/font/FontManager.h
98
&& styleID == other.styleID;
src/servers/launch/Job.cpp
44
Job::Job(const Job& other)
src/servers/launch/Job.cpp
46
BaseJob(other.Name()),
src/servers/launch/Job.cpp
47
fEnabled(other.IsEnabled()),
src/servers/launch/Job.cpp
48
fService(other.IsService()),
src/servers/launch/Job.cpp
49
fCreateDefaultPort(other.CreateDefaultPort()),
src/servers/launch/Job.cpp
50
fLaunching(other.IsLaunching()),
src/servers/launch/Job.cpp
56
fTarget(other.Target()),
src/servers/launch/Job.cpp
61
fCondition = other.fCondition;
src/servers/launch/Job.cpp
64
fEnvironment = other.fEnvironment;
src/servers/launch/Job.cpp
65
fSourceFiles = other.fSourceFiles;
src/servers/launch/Job.cpp
67
for (int32 i = 0; i < other.Arguments().CountStrings(); i++)
src/servers/launch/Job.cpp
68
AddArgument(other.Arguments().StringAt(i));
src/servers/launch/Job.cpp
70
for (int32 i = 0; i < other.Requirements().CountStrings(); i++)
src/servers/launch/Job.cpp
71
AddRequirement(other.Requirements().StringAt(i));
src/servers/launch/Job.cpp
73
PortMap::const_iterator constIterator = other.Ports().begin();
src/servers/launch/Job.cpp
74
for (; constIterator != other.Ports().end(); constIterator++) {
src/servers/launch/Job.h
108
Job& operator=(const Job& other);
src/servers/launch/Job.h
44
Job(const Job& other);
src/servers/net/Services.cpp
101
service::operator==(const struct service& other) const
src/servers/net/Services.cpp
103
if (name != other.name
src/servers/net/Services.cpp
104
|| arguments.size() != other.arguments.size()
src/servers/net/Services.cpp
105
|| connections.size() != other.connections.size()
src/servers/net/Services.cpp
106
|| stand_alone != other.stand_alone)
src/servers/net/Services.cpp
112
if (arguments[i] != other.arguments[i])
src/servers/net/Services.cpp
125
= other.connections.begin();
src/servers/net/Services.cpp
126
for (; otherIterator != other.connections.end(); otherIterator++) {
src/servers/net/Services.cpp
131
if (otherIterator == other.connections.end())
src/servers/net/Services.cpp
46
bool operator==(const struct service_connection& other) const;
src/servers/net/Services.cpp
63
bool operator!=(const struct service& other) const;
src/servers/net/Services.cpp
64
bool operator==(const struct service& other) const;
src/servers/net/Services.cpp
72
service_connection::operator==(const struct service_connection& other) const
src/servers/net/Services.cpp
74
return address == other.address;
src/servers/net/Services.cpp
94
service::operator!=(const struct service& other) const
src/servers/net/Services.cpp
96
return !(*this == other);
src/servers/registrar/AuthenticationManager.cpp
148
User(const User& other)
src/servers/registrar/AuthenticationManager.cpp
150
fUID(other.fUID),
src/servers/registrar/AuthenticationManager.cpp
151
fGID(other.fGID),
src/servers/registrar/AuthenticationManager.cpp
152
fName(other.fName),
src/servers/registrar/AuthenticationManager.cpp
153
fPassword(other.fPassword),
src/servers/registrar/AuthenticationManager.cpp
154
fHome(other.fHome),
src/servers/registrar/AuthenticationManager.cpp
155
fShell(other.fShell),
src/servers/registrar/AuthenticationManager.cpp
156
fRealName(other.fRealName),
src/servers/registrar/AuthenticationManager.cpp
157
fShadowPassword(other.fShadowPassword),
src/servers/registrar/AuthenticationManager.cpp
158
fLastChanged(other.fLastChanged),
src/servers/registrar/AuthenticationManager.cpp
159
fMin(other.fMin),
src/servers/registrar/AuthenticationManager.cpp
160
fMax(other.fMax),
src/servers/registrar/AuthenticationManager.cpp
161
fWarn(other.fWarn),
src/servers/registrar/AuthenticationManager.cpp
162
fInactive(other.fInactive),
src/servers/registrar/AuthenticationManager.cpp
163
fExpiration(other.fExpiration),
src/servers/registrar/AuthenticationManager.cpp
164
fFlags(other.fFlags)
src/servers/registrar/MessageDeliverer.cpp
282
TargetMessageHandle(const TargetMessageHandle &other)
src/servers/registrar/MessageDeliverer.cpp
283
: fMessage(other.fMessage)
src/servers/registrar/MessageDeliverer.cpp
292
TargetMessageHandle &operator=(const TargetMessageHandle &other)
src/servers/registrar/MessageDeliverer.cpp
294
fMessage = other.fMessage;
src/servers/registrar/MessageDeliverer.cpp
298
bool operator==(const TargetMessageHandle &other) const
src/servers/registrar/MessageDeliverer.cpp
300
return (fMessage == other.fMessage);
src/servers/registrar/MessageDeliverer.cpp
303
bool operator!=(const TargetMessageHandle &other) const
src/servers/registrar/MessageDeliverer.cpp
305
return (fMessage != other.fMessage);
src/servers/registrar/MessageDeliverer.cpp
308
bool operator<(const TargetMessageHandle &other) const
src/servers/registrar/MessageDeliverer.cpp
311
bigtime_t otherTimeout = other.fMessage->GetMessage()->TimeoutTime();
src/servers/registrar/MessageDeliverer.cpp
316
return (fMessage < other.fMessage);
src/system/boot/arch/x86/arch_cpu.cpp
120
uint128 operator+(const uint128& other) const
src/system/boot/arch/x86/arch_cpu.cpp
122
uint64 resultLow = low + other.low;
src/system/boot/arch/x86/arch_cpu.cpp
124
high + other.high + (resultLow < low ? 1 : 0));
src/system/boot/arch/x86/arch_cpu.cpp
127
uint128 operator-(const uint128& other) const
src/system/boot/arch/x86/arch_cpu.cpp
129
uint64 resultLow = low - other.low;
src/system/boot/arch/x86/arch_cpu.cpp
131
high - other.high - (resultLow > low ? 1 : 0));
src/system/boot/arch/x86/arch_cpu.cpp
134
uint128 operator*(uint32 other) const
src/system/boot/arch/x86/arch_cpu.cpp
136
uint64 resultMid = (low >> 32) * other;
src/system/boot/arch/x86/arch_cpu.cpp
137
uint64 resultLow = (low & 0xffffffff) * other + (resultMid << 32);
src/system/boot/arch/x86/arch_cpu.cpp
139
high * other + (resultMid >> 32)
src/system/boot/arch/x86/arch_cpu.cpp
143
uint128 operator/(const uint128& other) const
src/system/boot/arch/x86/arch_cpu.cpp
146
uint128 shiftedDivider = other;
src/system/boot/arch/x86/arch_cpu.cpp
82
bool operator<(const uint128& other) const
src/system/boot/arch/x86/arch_cpu.cpp
84
return high < other.high || (high == other.high && low < other.low);
src/system/boot/arch/x86/arch_cpu.cpp
87
bool operator<=(const uint128& other) const
src/system/boot/arch/x86/arch_cpu.cpp
89
return !(other < *this);
src/system/kernel/UserTimer.cpp
1174
UserTimer* other = it.Next();) {
src/system/kernel/UserTimer.cpp
1175
if (other->ID() > id)
src/system/kernel/UserTimer.cpp
1177
if (other->ID() == id)
src/system/kernel/UserTimer.cpp
1179
insertAfter = other;
src/system/kernel/UserTimer.cpp
1189
UserTimer* other = it.Next();) {
src/system/kernel/UserTimer.cpp
1190
if (other->ID() > id)
src/system/kernel/UserTimer.cpp
1192
if (other->ID() == id) {
src/system/kernel/UserTimer.cpp
1196
insertAfter = other;
src/system/kernel/arch/generic/acpi_irq_routing_table.cpp
331
irq_routing_entry& other = routingTable.ElementAt(j);
src/system/kernel/arch/generic/acpi_irq_routing_table.cpp
332
if (other.source == irqEntry.source) {
src/system/kernel/arch/generic/acpi_irq_routing_table.cpp
333
other.irq = configuration.irq;
src/system/kernel/arch/generic/acpi_irq_routing_table.cpp
334
other.polarity = configuration.polarity;
src/system/kernel/arch/generic/acpi_irq_routing_table.cpp
335
other.trigger_mode = configuration.trigger_mode;
src/system/kernel/arch/x86/arch_vm.cpp
79
bool operator<(const memory_type_range_point& other) const
src/system/kernel/arch/x86/arch_vm.cpp
81
return address < other.address;
src/system/kernel/events/Notifications.cpp
49
NotificationListener::operator==(const NotificationListener& other) const
src/system/kernel/events/Notifications.cpp
51
return &other == this;
src/system/kernel/fs/KPath.cpp
108
KPath::Adopt(KPath& other)
src/system/kernel/fs/KPath.cpp
112
fBuffer = other.fBuffer;
src/system/kernel/fs/KPath.cpp
113
fBufferSize = other.fBufferSize;
src/system/kernel/fs/KPath.cpp
114
fPathLength = other.fPathLength;
src/system/kernel/fs/KPath.cpp
115
fLazy = other.fLazy;
src/system/kernel/fs/KPath.cpp
116
fFailed = other.fFailed;
src/system/kernel/fs/KPath.cpp
117
fIsNull = other.fIsNull;
src/system/kernel/fs/KPath.cpp
119
other.fBuffer = NULL;
src/system/kernel/fs/KPath.cpp
120
if (!other.fLazy)
src/system/kernel/fs/KPath.cpp
121
other.fBufferSize = 0;
src/system/kernel/fs/KPath.cpp
122
other.fPathLength = 0;
src/system/kernel/fs/KPath.cpp
123
other.fFailed = false;
src/system/kernel/fs/KPath.cpp
124
other.fIsNull = other.fLazy;
src/system/kernel/fs/KPath.cpp
372
KPath::operator=(const KPath& other)
src/system/kernel/fs/KPath.cpp
374
if (other.fBuffer == fBuffer)
src/system/kernel/fs/KPath.cpp
377
SetTo(other.fBuffer, fLazy ? KPath::LAZY_ALLOC : KPath::DEFAULT,
src/system/kernel/fs/KPath.cpp
378
other.fBufferSize);
src/system/kernel/fs/KPath.cpp
392
KPath::operator==(const KPath& other) const
src/system/kernel/fs/KPath.cpp
395
return !other.fBuffer;
src/system/kernel/fs/KPath.cpp
397
return other.fBuffer != NULL
src/system/kernel/fs/KPath.cpp
398
&& fPathLength == other.fPathLength
src/system/kernel/fs/KPath.cpp
399
&& strcmp(fBuffer, other.fBuffer) == 0;
src/system/kernel/fs/KPath.cpp
414
KPath::operator!=(const KPath& other) const
src/system/kernel/fs/KPath.cpp
416
return !(*this == other);
src/system/kernel/fs/KPath.cpp
59
KPath::KPath(const KPath& other)
src/system/kernel/fs/KPath.cpp
69
*this = other;
src/system/kernel/fs/node_monitor.cpp
82
const UserNodeListener* other
src/system/kernel/fs/node_monitor.cpp
84
return other != NULL && other->Port() == Port()
src/system/kernel/fs/node_monitor.cpp
85
&& other->Token() == Token();
src/system/kernel/locks/lock.cpp
642
rw_lock_waiter* other = lock->waiters;
src/system/kernel/locks/lock.cpp
643
while (other != &waiter) {
src/system/kernel/locks/lock.cpp
644
previous = other;
src/system/kernel/locks/lock.cpp
645
other = other->next;
src/system/kernel/scheduler/RunQueue.h
172
RUN_QUEUE_CLASS_NAME::ConstIterator::operator=(const ConstIterator& other)
src/system/kernel/scheduler/RunQueue.h
174
fList = other.fList;
src/system/kernel/scheduler/RunQueue.h
175
fPriority = other.fPriority;
src/system/kernel/scheduler/RunQueue.h
176
fNext = other.fNext;
src/system/kernel/scheduler/RunQueue.h
67
inline ConstIterator& operator=(const ConstIterator& other);
src/system/kernel/scheduler/low_latency.cpp
102
CoreEntry* other;
src/system/kernel/scheduler/low_latency.cpp
104
other = gCoreLoadHeap.PeekMinimum(index++);
src/system/kernel/scheduler/low_latency.cpp
105
if (other != NULL && (useMask && other->CPUMask().IsEmpty()))
src/system/kernel/scheduler/low_latency.cpp
107
} while (useMask && other != NULL && !other->CPUMask().Matches(mask));
src/system/kernel/scheduler/low_latency.cpp
109
if (other == NULL) {
src/system/kernel/scheduler/low_latency.cpp
112
other = gCoreHighLoadHeap.PeekMinimum(index++);
src/system/kernel/scheduler/low_latency.cpp
113
} while (useMask && other != NULL && !other->CPUMask().Matches(mask));
src/system/kernel/scheduler/low_latency.cpp
116
ASSERT(other != NULL);
src/system/kernel/scheduler/low_latency.cpp
121
int32 otherLoad = other->GetLoad();
src/system/kernel/scheduler/low_latency.cpp
122
if (other == core || otherLoad + kLoadDifference >= coreLoad)
src/system/kernel/scheduler/low_latency.cpp
131
return difference >= threadLoad ? other : core;
src/system/kernel/scheduler/low_latency.cpp
163
CoreEntry* other = gCoreLoadHeap.PeekMinimum();
src/system/kernel/scheduler/low_latency.cpp
164
if (other == NULL)
src/system/kernel/scheduler/low_latency.cpp
165
other = gCoreHighLoadHeap.PeekMinimum();
src/system/kernel/scheduler/low_latency.cpp
168
int32 newCPU = other->CPUHeap()->PeekRoot()->ID();
src/system/kernel/scheduler/low_latency.cpp
170
ASSERT(other != NULL);
src/system/kernel/scheduler/low_latency.cpp
173
if (other == core)
src/system/kernel/scheduler/low_latency.cpp
175
if (other->GetLoad() + kLoadDifference >= core->GetLoad())
src/system/kernel/scheduler/power_saving.cpp
159
CoreEntry* other;
src/system/kernel/scheduler/power_saving.cpp
162
other = gCoreLoadHeap.PeekMaximum(index++);
src/system/kernel/scheduler/power_saving.cpp
163
} while (useMask && other != NULL && !other->CPUMask().Matches(mask));
src/system/kernel/scheduler/power_saving.cpp
164
if (other == NULL) {
src/system/kernel/scheduler/power_saving.cpp
167
other = gCoreHighLoadHeap.PeekMinimum(index++);
src/system/kernel/scheduler/power_saving.cpp
168
} while (useMask && other != NULL && !other->CPUMask().Matches(mask));
src/system/kernel/scheduler/power_saving.cpp
171
ASSERT(other != NULL);
src/system/kernel/scheduler/power_saving.cpp
174
int32 otherNewLoad = other->GetLoad() + threadLoad;
src/system/kernel/scheduler/power_saving.cpp
175
return coreNewLoad - otherNewLoad >= kLoadDifference / 2 ? other : core;
src/system/kernel/scheduler/power_saving.cpp
248
CoreEntry* other = gCoreLoadHeap.PeekMinimum();
src/system/kernel/scheduler/power_saving.cpp
250
if (other == NULL)
src/system/kernel/scheduler/power_saving.cpp
252
int32 newCPU = other->CPUHeap()->PeekRoot()->ID();
src/system/kernel/scheduler/power_saving.cpp
255
if (other == core)
src/system/kernel/scheduler/power_saving.cpp
257
if (other->GetLoad() + kLoadDifference >= core->GetLoad())
src/system/kernel/signal.cpp
232
Signal::Signal(const Signal& other)
src/system/kernel/signal.cpp
235
fNumber(other.fNumber),
src/system/kernel/signal.cpp
236
fSignalCode(other.fSignalCode),
src/system/kernel/signal.cpp
237
fErrorCode(other.fErrorCode),
src/system/kernel/signal.cpp
238
fSendingProcess(other.fSendingProcess),
src/system/kernel/signal.cpp
239
fSendingUser(other.fSendingUser),
src/system/kernel/signal.cpp
240
fStatus(other.fStatus),
src/system/kernel/signal.cpp
241
fPollBand(other.fPollBand),
src/system/kernel/signal.cpp
242
fAddress(other.fAddress),
src/system/kernel/signal.cpp
243
fUserValue(other.fUserValue),
src/system/kernel/team.cpp
2471
job_control_entry::operator=(const job_control_entry& other)
src/system/kernel/team.cpp
2473
state = other.state;
src/system/kernel/team.cpp
2474
thread = other.thread;
src/system/kernel/team.cpp
2475
signal = other.signal;
src/system/kernel/team.cpp
2477
signaling_user = other.signaling_user;
src/system/kernel/team.cpp
2478
team = other.team;
src/system/kernel/team.cpp
2479
group_id = other.group_id;
src/system/kernel/team.cpp
2480
status = other.status;
src/system/kernel/team.cpp
2481
reason = other.reason;
src/system/kernel/team.cpp
2482
user_time = other.user_time;
src/system/kernel/team.cpp
2483
kernel_time = other.kernel_time;
src/system/kernel/vm/VMKernelArea.h
52
const VMKernelAddressRange* other)
src/system/kernel/vm/VMKernelArea.h
56
type(other->type)
src/system/kernel/vm/VMKernelArea.h
59
reserved.base = other->reserved.base;
src/system/kernel/vm/VMKernelArea.h
60
reserved.flags = other->reserved.flags;
src/system/kernel/vm/vm_page.cpp
176
bool operator<(const PageReservationWaiter& other) const
src/system/kernel/vm/vm_page.cpp
180
if (dontTouch != other.dontTouch)
src/system/kernel/vm/vm_page.cpp
181
return dontTouch < other.dontTouch;
src/system/kernel/vm/vm_page.cpp
182
return thread->priority > other.thread->priority;
src/system/libroot/os/image.cpp
186
bool operator<(const Entry& other) const
src/system/libroot/os/image.cpp
188
return index < other.index;
src/tests/add-ons/kernel/drivers/tty/tty-test.cpp
100
if (fCount != other.fCount)
src/tests/add-ons/kernel/drivers/tty/tty-test.cpp
104
if (FD_ISSET(i, this) != FD_ISSET(i, &other))
src/tests/add-ons/kernel/drivers/tty/tty-test.cpp
111
bool operator!=(const FDSet &other) const
src/tests/add-ons/kernel/drivers/tty/tty-test.cpp
113
return !(*this == other);
src/tests/add-ons/kernel/drivers/tty/tty-test.cpp
171
bool operator==(const SelectSet &other) const
src/tests/add-ons/kernel/drivers/tty/tty-test.cpp
173
return (fReadSet == other.fReadSet
src/tests/add-ons/kernel/drivers/tty/tty-test.cpp
174
&& fWriteSet == other.fWriteSet
src/tests/add-ons/kernel/drivers/tty/tty-test.cpp
175
&& fErrorSet == other.fErrorSet);
src/tests/add-ons/kernel/drivers/tty/tty-test.cpp
178
bool operator!=(const SelectSet &other) const
src/tests/add-ons/kernel/drivers/tty/tty-test.cpp
180
return !(*this == other);
src/tests/add-ons/kernel/drivers/tty/tty-test.cpp
98
bool operator==(const FDSet &other) const
src/tests/add-ons/kernel/file_systems/shared/consistency_check/consistency_check.cpp
94
bool operator<(const struct file_entry& other) const
src/tests/add-ons/kernel/file_systems/shared/consistency_check/consistency_check.cpp
96
return path < other.path;
src/tests/add-ons/kernel/file_systems/shared/consistency_check/generate_hashs.cpp
94
bool operator<(const struct file_entry& other) const
src/tests/add-ons/kernel/file_systems/shared/consistency_check/generate_hashs.cpp
96
return path < other.path;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
103
KPath::Adopt(KPath& other)
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
107
fBuffer = other.fBuffer;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
108
fBufferSize = other.fBufferSize;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
109
fPathLength = other.fPathLength;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
110
fLazy = other.fLazy;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
111
fFailed = other.fFailed;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
112
fIsNull = other.fIsNull;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
114
other.fBuffer = NULL;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
115
if (!other.fLazy)
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
116
other.fBufferSize = 0;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
117
other.fPathLength = 0;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
118
other.fFailed = false;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
119
other.fIsNull = other.fLazy;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
357
KPath::operator=(const KPath& other)
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
359
SetTo(other.fBuffer, fLazy ? KPath::LAZY_ALLOC : KPath::DEFAULT,
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
360
other.fBufferSize);
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
374
KPath::operator==(const KPath& other) const
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
377
return !other.fBuffer;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
379
return other.fBuffer != NULL
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
380
&& fPathLength == other.fPathLength
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
381
&& strcmp(fBuffer, other.fBuffer) == 0;
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
396
KPath::operator!=(const KPath& other) const
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
398
return !(*this == other);
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
53
KPath::KPath(const KPath& other)
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
63
*this = other;
src/tests/add-ons/kernel/kernelland_emu/lock.cpp
446
rw_lock_waiter* other = lock->waiters;
src/tests/add-ons/kernel/kernelland_emu/lock.cpp
447
while (other != &waiter) {
src/tests/add-ons/kernel/kernelland_emu/lock.cpp
448
previous = other;
src/tests/add-ons/kernel/kernelland_emu/lock.cpp
449
other = other->next;
src/tests/servers/app/newerClipping/WindowLayer.cpp
930
UpdateSession::operator=(const UpdateSession& other)
src/tests/servers/app/newerClipping/WindowLayer.cpp
932
fDirtyRegion = other.fDirtyRegion;
src/tests/servers/app/newerClipping/WindowLayer.cpp
933
fInUse = other.fInUse;
src/tests/servers/app/newerClipping/WindowLayer.h
47
UpdateSession& operator=(const UpdateSession& other);
src/tests/system/kernel/file_corruption/CheckSum.h
30
CheckSum& operator=(const CheckSum& other)
src/tests/system/kernel/file_corruption/CheckSum.h
32
memcpy(fData, other.fData, sizeof(fData));
src/tests/system/kernel/file_corruption/fs/Block.cpp
16
Block::TransferFrom(Block& other)
src/tests/system/kernel/file_corruption/fs/Block.cpp
20
fVolume = other.fVolume;
src/tests/system/kernel/file_corruption/fs/Block.cpp
21
fData = other.fData;
src/tests/system/kernel/file_corruption/fs/Block.cpp
22
fIndex = other.fIndex;
src/tests/system/kernel/file_corruption/fs/Block.cpp
23
fTransaction = other.fTransaction;
src/tests/system/kernel/file_corruption/fs/Block.cpp
25
other.fVolume = NULL;
src/tests/system/kernel/file_corruption/fs/Block.cpp
26
other.fData = NULL;
src/tests/system/kernel/file_corruption/fs/Block.h
21
void TransferFrom(Block& other);
src/tests/system/kernel/file_corruption/fs/Directory.cpp
408
DirEntryBlock::SplitBlock(int32 splitIndex, DirEntryBlock& other)
src/tests/system/kernel/file_corruption/fs/Directory.cpp
410
ASSERT(other.EntryCount() == 0);
src/tests/system/kernel/file_corruption/fs/Directory.cpp
421
= (uint64*)((uint8*)other.fBlock + other.fBlockSize);
src/tests/system/kernel/file_corruption/fs/Directory.cpp
430
other.fBlock->nameEnds[i - splitIndex] = fBlock->nameEnds[i]
src/tests/system/kernel/file_corruption/fs/Directory.cpp
437
= (char*)(other.fBlock->nameEnds + otherEntryCount);
src/tests/system/kernel/file_corruption/fs/Directory.cpp
449
other.fBlock->entryCount = otherEntryCount;
src/tests/system/kernel/file_corruption/fs/Directory.cpp
451
ASSERT(other.Check());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
52
DirEntryBlock& other);
src/tests/system/kernel/util/VectorMapTest.cpp
146
inline TestIterator(const Iterator& other)
src/tests/system/kernel/util/VectorMapTest.cpp
148
fMap(other.fMap),
src/tests/system/kernel/util/VectorMapTest.cpp
149
fMyIterator(other.fMyIterator),
src/tests/system/kernel/util/VectorMapTest.cpp
150
fReferenceIterator(other.fReferenceIterator)
src/tests/system/kernel/util/VectorMapTest.cpp
152
CPPUNIT_ASSERT(fMyIterator == other.fMyIterator);
src/tests/system/kernel/util/VectorMapTest.cpp
203
inline Iterator& operator=(const Iterator& other)
src/tests/system/kernel/util/VectorMapTest.cpp
205
fMap = other.fMap;
src/tests/system/kernel/util/VectorMapTest.cpp
206
fMyIterator = other.fMyIterator;
src/tests/system/kernel/util/VectorMapTest.cpp
207
fReferenceIterator = other.fReferenceIterator;
src/tests/system/kernel/util/VectorMapTest.cpp
208
CPPUNIT_ASSERT(fMyIterator == other.fMyIterator);
src/tests/system/kernel/util/VectorMapTest.cpp
212
inline bool operator==(const Iterator& other) const
src/tests/system/kernel/util/VectorMapTest.cpp
214
bool result = (fMyIterator == other.fMyIterator);
src/tests/system/kernel/util/VectorMapTest.cpp
215
CPPUNIT_ASSERT((fReferenceIterator == other.fReferenceIterator) == result);
src/tests/system/kernel/util/VectorMapTest.cpp
219
inline bool operator!=(const Iterator& other) const
src/tests/system/kernel/util/VectorMapTest.cpp
221
bool result = (fMyIterator != other.fMyIterator);
src/tests/system/kernel/util/VectorMapTest.cpp
222
CPPUNIT_ASSERT((fReferenceIterator != other.fReferenceIterator) == result);
src/tests/system/kernel/util/VectorSetTest.cpp
101
inline bool operator!=(const Iterator& other) const
src/tests/system/kernel/util/VectorSetTest.cpp
103
bool result = (fMyIterator != other.fMyIterator);
src/tests/system/kernel/util/VectorSetTest.cpp
104
CPPUNIT_ASSERT((fReferenceIterator != other.fReferenceIterator) == result);
src/tests/system/kernel/util/VectorSetTest.cpp
34
inline TestIterator(const Iterator& other)
src/tests/system/kernel/util/VectorSetTest.cpp
36
fSet(other.fSet),
src/tests/system/kernel/util/VectorSetTest.cpp
37
fMyIterator(other.fMyIterator),
src/tests/system/kernel/util/VectorSetTest.cpp
38
fReferenceIterator(other.fReferenceIterator)
src/tests/system/kernel/util/VectorSetTest.cpp
40
CPPUNIT_ASSERT(fMyIterator == other.fMyIterator);
src/tests/system/kernel/util/VectorSetTest.cpp
85
inline Iterator& operator=(const Iterator& other)
src/tests/system/kernel/util/VectorSetTest.cpp
87
fSet = other.fSet;
src/tests/system/kernel/util/VectorSetTest.cpp
88
fMyIterator = other.fMyIterator;
src/tests/system/kernel/util/VectorSetTest.cpp
89
fReferenceIterator = other.fReferenceIterator;
src/tests/system/kernel/util/VectorSetTest.cpp
90
CPPUNIT_ASSERT(fMyIterator == other.fMyIterator);
src/tests/system/kernel/util/VectorSetTest.cpp
94
inline bool operator==(const Iterator& other) const
src/tests/system/kernel/util/VectorSetTest.cpp
96
bool result = (fMyIterator == other.fMyIterator);
src/tests/system/kernel/util/VectorSetTest.cpp
97
CPPUNIT_ASSERT((fReferenceIterator == other.fReferenceIterator) == result);
src/tests/system/kernel/util/VectorTest.cpp
101
inline bool operator!=(const Iterator& other) const
src/tests/system/kernel/util/VectorTest.cpp
103
bool result = (fMyIterator != other.fMyIterator);
src/tests/system/kernel/util/VectorTest.cpp
104
CPPUNIT_ASSERT((fReferenceIterator != other.fReferenceIterator) == result);
src/tests/system/kernel/util/VectorTest.cpp
34
inline TestIterator(const Iterator& other)
src/tests/system/kernel/util/VectorTest.cpp
36
fVector(other.fVector),
src/tests/system/kernel/util/VectorTest.cpp
37
fMyIterator(other.fMyIterator),
src/tests/system/kernel/util/VectorTest.cpp
38
fReferenceIterator(other.fReferenceIterator)
src/tests/system/kernel/util/VectorTest.cpp
40
CPPUNIT_ASSERT(fMyIterator == other.fMyIterator);
src/tests/system/kernel/util/VectorTest.cpp
85
inline Iterator& operator=(const Iterator& other)
src/tests/system/kernel/util/VectorTest.cpp
87
fVector = other.fVector;
src/tests/system/kernel/util/VectorTest.cpp
88
fMyIterator = other.fMyIterator;
src/tests/system/kernel/util/VectorTest.cpp
89
fReferenceIterator = other.fReferenceIterator;
src/tests/system/kernel/util/VectorTest.cpp
90
CPPUNIT_ASSERT(fMyIterator == other.fMyIterator);
src/tests/system/kernel/util/VectorTest.cpp
94
inline bool operator==(const Iterator& other) const
src/tests/system/kernel/util/VectorTest.cpp
96
bool result = (fMyIterator == other.fMyIterator);
src/tests/system/kernel/util/VectorTest.cpp
97
CPPUNIT_ASSERT((fReferenceIterator == other.fReferenceIterator) == result);
src/tools/cppunit/cppunit/Exception.cpp
21
Exception::Exception( const Exception &other ) :
src/tools/cppunit/cppunit/Exception.cpp
22
exception( other )
src/tools/cppunit/cppunit/Exception.cpp
24
m_message = other.m_message;
src/tools/cppunit/cppunit/Exception.cpp
25
m_sourceLine = other.m_sourceLine;
src/tools/cppunit/cppunit/Exception.cpp
62
Exception::operator =( const Exception& other )
src/tools/cppunit/cppunit/Exception.cpp
69
if ( &other != this )
src/tools/cppunit/cppunit/Exception.cpp
71
m_message = other.m_message;
src/tools/cppunit/cppunit/Exception.cpp
72
m_sourceLine = other.m_sourceLine;
src/tools/cppunit/cppunit/NotEqualException.cpp
41
NotEqualException::NotEqualException( const NotEqualException &other ) :
src/tools/cppunit/cppunit/NotEqualException.cpp
42
Exception( other ),
src/tools/cppunit/cppunit/NotEqualException.cpp
43
m_expected( other.m_expected ),
src/tools/cppunit/cppunit/NotEqualException.cpp
44
m_actual( other.m_actual ),
src/tools/cppunit/cppunit/NotEqualException.cpp
45
m_additionalMessage( other.m_additionalMessage )
src/tools/cppunit/cppunit/NotEqualException.cpp
56
NotEqualException::operator =( const NotEqualException &other )
src/tools/cppunit/cppunit/NotEqualException.cpp
58
Exception::operator =( other );
src/tools/cppunit/cppunit/NotEqualException.cpp
60
if ( &other != this )
src/tools/cppunit/cppunit/NotEqualException.cpp
62
m_expected = other.m_expected;
src/tools/cppunit/cppunit/NotEqualException.cpp
63
m_actual = other.m_actual;
src/tools/cppunit/cppunit/NotEqualException.cpp
64
m_additionalMessage = other.m_additionalMessage;
src/tools/cppunit/cppunit/SourceLine.cpp
50
SourceLine::operator ==( const SourceLine &other ) const
src/tools/cppunit/cppunit/SourceLine.cpp
52
return m_fileName == other.m_fileName &&
src/tools/cppunit/cppunit/SourceLine.cpp
53
m_lineNumber == other.m_lineNumber;
src/tools/cppunit/cppunit/SourceLine.cpp
58
SourceLine::operator !=( const SourceLine &other ) const
src/tools/cppunit/cppunit/SourceLine.cpp
60
return !( *this == other );
src/tools/fs_shell/KPath.cpp
239
KPath::operator=(const KPath& other)
src/tools/fs_shell/KPath.cpp
241
SetTo(other.fBuffer, other.fBufferSize);
src/tools/fs_shell/KPath.cpp
255
KPath::operator==(const KPath& other) const
src/tools/fs_shell/KPath.cpp
258
return !other.fBuffer;
src/tools/fs_shell/KPath.cpp
260
return (other.fBuffer
src/tools/fs_shell/KPath.cpp
261
&& fPathLength == other.fPathLength
src/tools/fs_shell/KPath.cpp
262
&& fssh_strcmp(fBuffer, other.fBuffer) == 0);
src/tools/fs_shell/KPath.cpp
277
KPath::operator!=(const KPath& other) const
src/tools/fs_shell/KPath.cpp
279
return !(*this == other);
src/tools/fs_shell/KPath.cpp
43
KPath::KPath(const KPath& other)
src/tools/fs_shell/KPath.cpp
50
*this = other;