Searched refs:other (Results 376 - 400 of 632) sorted by relevance

<<11121314151617181920>>

/haiku/headers/os/support/
H A DUrl.h19 BUrl(const BUrl& other);
89 bool operator==(BUrl& other) const;
90 bool operator!=(BUrl& other) const;
93 const BUrl& operator=(const BUrl& other);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageDirectory.h32 bool HasPrecedenceOver(const PackageDirectory* other)
/haiku/src/apps/mediaplayer/settings/
H A DSettings.h57 bool operator!=(const mpSettings& other) const;
/haiku/headers/os/media/
H A DTimedEventQueue.h27 const media_timed_event& other);
32 void operator=(const media_timed_event& other);
154 const BTimedEventQueue& other);
155 BTimedEventQueue& operator=(const BTimedEventQueue& other);
H A DControllable.h92 BControllable(const BControllable& other);
93 BControllable& operator=(const BControllable& other);
H A DMediaTheme.h69 BMediaTheme(const BMediaTheme& other);
70 BMediaTheme& operator=(const BMediaTheme& other);
/haiku/src/libs/icon/shape/
H A DReferenceImage.h39 ReferenceImage(const ReferenceImage& other);
/haiku/src/apps/icon-o-matic/document/
H A DIconObject.h26 IconObject(const IconObject& other);
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h59 PackageInfo(const PackageInfo& other);
61 PackageInfo& operator=(const PackageInfo& other);
62 bool operator==(const PackageInfo& other) const;
63 bool operator!=(const PackageInfo& other) const;
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp286 TargetMessageHandle(const TargetMessageHandle &other) argument
287 : fMessage(other.fMessage)
296 TargetMessageHandle &operator=(const TargetMessageHandle &other) argument
298 fMessage = other.fMessage;
302 bool operator==(const TargetMessageHandle &other) const
304 return (fMessage == other.fMessage);
307 bool operator!=(const TargetMessageHandle &other) const
309 return (fMessage != other.fMessage);
312 bool operator<(const TargetMessageHandle &other) const
315 bigtime_t otherTimeout = other
[all...]
/haiku/src/preferences/keymap/
H A DKeymap.cpp391 Keymap::operator=(const Keymap& other)
393 if (this == &other)
399 fChars = new(std::nothrow) char[other.fCharsSize];
401 memcpy(fChars, other.fChars, other.fCharsSize);
402 fCharsSize = other.fCharsSize;
406 memcpy(&fKeys, &other.fKeys, sizeof(key_map));
407 strlcpy(fName, other.fName, sizeof(fName));
409 fTarget = other.fTarget;
411 if (other
[all...]
/haiku/src/preferences/screen/
H A DScreenMode.cpp28 * application if you can avoid it. No other driver is using this, or should
144 screen_mode::operator==(const screen_mode &other) const
146 return !(*this != other);
151 screen_mode::operator!=(const screen_mode &other) const
153 return width != other.width || height != other.height
154 || space != other.space || refresh != other.refresh
155 || combine != other.combine
156 || swap_displays != other
[all...]
/haiku/headers/private/kernel/util/
H A DVectorMap.h169 const Iterator &other)
170 : fParent(other.fParent),
171 fIterator(other.fIterator)
201 inline Iterator &operator=(const Iterator &other) argument
203 fParent = other.fParent;
204 fIterator = other.fIterator;
208 inline bool operator==(const Iterator &other) const
210 return (fParent == other.fParent && fIterator == other.fIterator);
213 inline bool operator!=(const Iterator &other) cons
168 VectorMapIterator( const Iterator &other) argument
[all...]
/haiku/headers/os/translation/
H A DTranslationUtils.h27 const BTranslationUtils& other);
30 BTranslationUtils& operator=(const BTranslationUtils& other);
/haiku/headers/tools/cppunit/cppunit/
H A DTestCaller.h191 TestCaller( const TestCaller &other );
192 TestCaller &operator =( const TestCaller &other );
/haiku/src/apps/debuganalyzer/gui/
H A DListSelectionModel.h22 const ListSelectionModel& other);
44 ListSelectionModel& operator=(const ListSelectionModel& other);
/haiku/src/preferences/locale/
H A DLanguageListView.h25 const LanguageListItem& other);
50 const LanguageListItemWithFlag& other);
/haiku/src/kits/storage/
H A DDriverSettings.cpp64 const BDriverParameterIterator& other)
68 _SetTo(other.fDelegate, true);
103 BDriverParameterIterator::operator=(const BDriverParameterIterator& other) argument
105 _SetTo(other.fDelegate, true);
471 BDriverParameter::BDriverParameter(const BDriverParameter& other) argument
474 fParameter(other.fParameter)
575 BDriverParameter::operator=(const BDriverParameter& other) argument
577 fParameter = other.fParameter;
63 BDriverParameterIterator( const BDriverParameterIterator& other) argument
/haiku/headers/os/storage/
H A DNodeInfo.h60 BNodeInfo &operator=(const BNodeInfo& other);
61 BNodeInfo(const BNodeInfo& other);
/haiku/headers/os/interface/
H A DOptionPopUp.h56 BOptionPopUp(const BOptionPopUp& other);
57 BOptionPopUp& operator=(const BOptionPopUp& other);
H A DOptionControl.h50 BOptionControl(const BOptionControl& other);
51 BOptionControl& operator=(const BOptionControl& other);
/haiku/headers/os/app/
H A DPropertyInfo.h92 BPropertyInfo(const BPropertyInfo& other);
93 BPropertyInfo& operator=(const BPropertyInfo& other);
/haiku/src/kits/debugger/model/
H A DExpressionInfo.cpp123 ExpressionInfo::ExpressionInfo(const ExpressionInfo& other) argument
125 fExpression(other.fExpression)
/haiku/src/kits/debugger/settings/
H A DTeamSignalSettings.cpp27 TeamSignalSettings::operator=(const TeamSignalSettings& other) argument
29 fValues = other.fValues;
/haiku/headers/private/debugger/model/
H A DUserBreakpoint.h33 const UserBreakpointLocation& other);
44 const UserBreakpointLocation& other);

Completed in 213 milliseconds

<<11121314151617181920>>