Searched refs:other (Results 276 - 300 of 632) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/debugger/model/
H A DExpressionValues.cpp36 bool operator==(const Key& other) const
38 return *function == *other.function
39 && thread->ID() == other.thread->ID()
40 && expression == other.expression;
99 ExpressionValues::ExpressionValues(const ExpressionValues& other) argument
109 for (ValueTable::Iterator it = other.fValues->GetIterator();
/haiku/src/kits/network/libnetapi/
H A DCertificate.cpp61 BCertificate::BCertificate(const BCertificate& other) argument
63 fPrivate = new(std::nothrow) BCertificate::Private(other.fPrivate->fX509);
157 BCertificate::operator==(const BCertificate& other) const
159 return X509_cmp(fPrivate->fX509, other.fPrivate->fX509) == 0;
181 BCertificate::BCertificate(const BCertificate& other) argument
253 BCertificate::operator==(const BCertificate& other) const
/haiku/src/kits/locale/
H A DCountry.cpp42 BCountry::BCountry(const BCountry& other) argument
44 fICULocale(new icu::Locale(*other.fICULocale))
50 BCountry::operator=(const BCountry& other) argument
52 if (this == &other)
56 fICULocale = new icu::Locale(*other.fICULocale);
58 *fICULocale = *other.fICULocale;
/haiku/headers/os/media/
H A DMediaAddOn.h59 flavor_info& operator=(const flavor_info& other);
67 const dormant_flavor_info& other);
68 dormant_flavor_info& operator=(const dormant_flavor_info& other);
69 dormant_flavor_info& operator=(const flavor_info& other);
149 BMediaAddOn(const BMediaAddOn& other);
150 BMediaAddOn& operator=(const BMediaAddOn& other);
/haiku/headers/private/netservices/
H A DNetworkCookieJar.h48 const BNetworkCookieJar& other);
78 BNetworkCookieJar& operator=(const BNetworkCookieJar& other);
99 Iterator(const Iterator& other);
102 Iterator& operator=(const Iterator& other);
132 UrlIterator(const UrlIterator& other);
138 UrlIterator& operator=(const UrlIterator& other);
/haiku/src/apps/aboutsystem/
H A DUtilities.h35 StringVector(const StringVector& other);
61 PackageCredit(const PackageCredit& other);
66 bool IsBetterThan(const PackageCredit& other) const;
/haiku/src/apps/terminal/
H A DTerminalRoster.h44 bool operator==(const Info& other) const;
45 bool operator!=(const Info& other) const
46 { return !(*this == other); }
/haiku/headers/os/app/
H A DMessenger.h29 BMessenger(const BMessenger& other);
68 BMessenger& operator=(const BMessenger& other);
69 bool operator==(const BMessenger& other) const;
/haiku/src/kits/media/
H A DTimeCode.cpp350 BTimeCode::operator==(const BTimeCode &other) const
354 return ((this->LinearFrames()) == (other.LinearFrames()));
359 BTimeCode::operator<(const BTimeCode &other) const
363 return ((this->LinearFrames()) < (other.LinearFrames()));
368 BTimeCode::operator+=(const BTimeCode &other) argument
372 this->SetLinearFrames(this->LinearFrames() + other.LinearFrames());
379 BTimeCode::operator-=(const BTimeCode &other) argument
383 this->SetLinearFrames(this->LinearFrames() - other.LinearFrames());
390 BTimeCode::operator+(const BTimeCode &other) const
394 tc += other;
[all...]
/haiku/src/build/libbe/app/
H A DMessenger.cpp91 \param other The other messenger.
96 BMessenger::operator==(const BMessenger &other) const
99 return fPort == other.fPort
100 && fHandlerToken == other.fHandlerToken;
/haiku/src/kits/app/
H A DMessenger.cpp72 BMessenger::BMessenger(const BMessenger& other) argument
74 fPort(other.fPort),
75 fHandlerToken(other.fHandlerToken),
76 fTeam(other.fTeam)
242 BMessenger::operator=(const BMessenger& other) argument
244 if (this != &other) {
245 fPort = other.fPort;
246 fHandlerToken = other.fHandlerToken;
247 fTeam = other.fTeam;
255 BMessenger::operator==(const BMessenger& other) cons
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.cpp118 PackageNode::HasPrecedenceOver(const PackageNode* other) const
121 BReference<Package> package(GetPackage()), otherPackage(other->GetPackage());
135 return fModifiedTime > other->fModifiedTime;
/haiku/headers/private/shared/
H A DArray.h27 Array(const Array<Element>& other);
50 Array<Element>& operator=(const Array<Element>& other);
75 Array<Element>::Array(const Array<Element>& other) argument
81 *this = other;
231 Array<Element>::operator=(const Array<Element>& other) argument
235 if (other.fSize > 0 && _Resize(0, other.fSize)) {
236 fSize = other.fSize;
237 memcpy(fElements, other.fElements, fSize * sizeof(Element));
/haiku/headers/private/storage/
H A DDriverSettings.h31 const BDriverParameterIterator& other);
38 const BDriverParameterIterator& other);
115 BDriverParameter(const BDriverParameter& other);
134 BDriverParameter& operator=(const BDriverParameter& other);
/haiku/headers/os/interface/
H A DSeparatorItem.h35 BSeparatorItem& operator=(const BSeparatorItem& other);
/haiku/headers/private/kernel/util/
H A DSplayTree.h258 SplayTree& operator=(const SplayTree& other) argument
260 fRoot = other.fRoot;
274 This means, among other things, that if you splay with
367 Iterator(const Iterator& other) argument
369 *this = other;
415 Iterator &operator=(const Iterator &other) argument
417 fTree = other.fTree;
418 fCurrent = other.fCurrent;
419 fNext = other.fNext;
441 ConstIterator(const ConstIterator& other) argument
473 operator =(const ConstIterator &other) argument
601 operator =(const IteratableSplayTree& other) argument
[all...]
/haiku/src/kits/debugger/settings/
H A DTeamFileManagerSettings.h18 const TeamFileManagerSettings& other);
H A DTeamSignalSettings.h20 const TeamSignalSettings& other);
H A DTeamSettings.cpp33 TeamSettings::TeamSettings(const TeamSettings& other) argument
36 *this = other;
260 TeamSettings::operator=(const TeamSettings& other) argument
262 if (this == &other)
267 fTeamName = other.fTeamName;
270 = other.fBreakpoints.ItemAt(i); i++) {
280 = other.fUiSettings.ItemAt(i); i++) {
289 *fFileManagerSettings = *other.fFileManagerSettings;
291 *fSignalSettings = *other.fSignalSettings;
/haiku/headers/private/debugger/model/
H A DSystemInfo.h19 SystemInfo(const SystemInfo& other);
H A DThreadInfo.h15 ThreadInfo(const ThreadInfo& other);
/haiku/headers/os/locale/
H A DFormattingConventions.h59 const BFormattingConventions& other);
63 const BFormattingConventions& other);
68 const BFormattingConventions& other) const;
70 const BFormattingConventions& other) const;
H A DRelativeDateTimeFormat.h33 BRelativeDateTimeFormat(const BRelativeDateTimeFormat& other);
/haiku/src/system/kernel/vm/
H A DVMKernelArea.h52 const VMKernelAddressRange* other)
56 type(other->type)
59 reserved.base = other->reserved.base;
60 reserved.flags = other->reserved.flags;
51 VMKernelAddressRange(addr_t base, size_t size, const VMKernelAddressRange* other) argument
/haiku/headers/os/package/
H A DCommitTransactionResult.h74 const BTransactionIssue& other);
89 BTransactionIssue& operator=(const BTransactionIssue& other);
107 const BCommitTransactionResult& other);
150 const BCommitTransactionResult& other);

Completed in 109 milliseconds

<<11121314151617181920>>