Searched refs:other (Results 226 - 250 of 632) sorted by relevance

1234567891011>>

/haiku/headers/private/kernel/util/
H A DDoublyLinkedList.h131 Iterator(const Iterator &other) argument
133 *this = other;
164 Iterator &operator=(const Iterator& other) argument
166 fList = other.fList;
167 fCurrent = other.fCurrent;
168 fNext = other.fNext;
193 ConstIterator(const ConstIterator& other) argument
195 *this = other;
211 ConstIterator& operator=(const ConstIterator& other) argument
213 fList = other
237 ReverseIterator(const ReverseIterator& other) argument
265 operator =(const ReverseIterator& other) argument
294 ConstReverseIterator(const ConstReverseIterator& other) argument
312 operator =(const ConstReverseIterator& other) argument
[all...]
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.h30 TextEditor(const TextEditor& other);
33 TextEditor& operator=(const TextEditor& other);
34 bool operator==(const TextEditor& other) const;
35 bool operator!=(const TextEditor& other) const;
H A DCharacterStyleData.h40 const CharacterStyleData& other);
43 const CharacterStyleData& other) const;
45 const CharacterStyleData& other) const;
109 CharacterStyleData& operator=(const CharacterStyleData& other);
H A DCharacterStyle.cpp16 CharacterStyle::CharacterStyle(const CharacterStyle& other) argument
18 fStyleData(other.fStyleData)
24 CharacterStyle::operator=(const CharacterStyle& other) argument
26 if (this == &other)
29 fStyleData = other.fStyleData;
35 CharacterStyle::operator==(const CharacterStyle& other) const
37 if (this == &other)
40 if (fStyleData == other.fStyleData)
43 if (fStyleData.IsSet() && other.fStyleData.IsSet())
44 return *fStyleData == *other
[all...]
/haiku/headers/os/net/
H A DProxySecureSocket.h18 BProxySecureSocket(const BProxySecureSocket& other);
H A DNetworkRoute.h18 status_t SetTo(const BNetworkRoute& other);
21 void Adopt(BNetworkRoute& other);
65 BNetworkRoute(const BNetworkRoute& other);
/haiku/headers/private/debugger/model/
H A DSignalInfo.h16 SignalInfo(const SignalInfo& other);
H A DTeamInfo.h17 TeamInfo(const TeamInfo& other);
/haiku/headers/private/debugger/value/values/
H A DIntegerValue.h29 virtual bool operator==(const Value& other) const;
/haiku/headers/private/netservices2/
H A DHttpResult.h109 BHttpResult(const BHttpResult& other) = delete; member in class:BPrivate::Network::BHttpStatusClass::BHttpResult
110 BHttpResult(BHttpResult&& other) noexcept;
114 BHttpResult& operator=(const BHttpResult& other) = delete; member in class:BPrivate::Network::BHttpStatusClass::BHttpResult
115 BHttpResult& operator=(BHttpResult&& other) noexcept;
/haiku/src/libs/icon/shape/
H A DPathSourceShape.cpp38 PathSourceShape::PathSourceShape(const PathSourceShape& other) argument
39 : Shape(other),
41 fMinVisibilityScale(other.fMinVisibilityScale),
42 fMaxVisibilityScale(other.fMaxVisibilityScale)
/haiku/src/apps/haikudepot/packagemodel/
H A DLanguage.h24 Language(const Language& other);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h77 Iterator(const Iterator &other) argument
79 *this = other;
110 Iterator &operator=(const Iterator &other) argument
112 fList = other.fList;
113 fPrevious = other.fPrevious;
114 fCurrent = other.fCurrent;
115 fNext = other.fNext;
134 ConstIterator(const ConstIterator &other) argument
136 *this = other;
152 ConstIterator &operator=(const ConstIterator &other) argument
[all...]
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindow.cpp32 ObjectSubWindowKey::Equals(const SubWindowKey* other) const
34 if (this == other)
38 = dynamic_cast<const ObjectSubWindowKey*>(other);
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DViewState.cpp29 ViewState::ViewState(const ViewState& other) argument
30 : fView(other.fView),
31 fMouseInfo(other.fMouseInfo)
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.h21 PropertyObject(const PropertyObject& other);
37 const PropertyObject& other) const;
39 status_t Assign(const PropertyObject& other);
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DIconProperty.h23 IconProperty(const IconProperty& other);
39 virtual bool SetValue(const Property* other);
42 virtual bool InterpolateTo(const Property* other,
/haiku/src/apps/icon-o-matic/transformable/
H A DChannelTransform.h17 ChannelTransform(const ChannelTransform& other);
23 void SetTransformation(const Transformable& other);
58 ChannelTransform& operator=(const ChannelTransform& other);
/haiku/src/kits/storage/disk_device/
H A DDiskSystem.cpp27 BDiskSystem::BDiskSystem(const BDiskSystem& other) argument
29 fID(other.fID),
30 fName(other.fName),
31 fShortName(other.fShortName),
32 fPrettyName(other.fPrettyName),
33 fFlags(other.fFlags)
347 BDiskSystem::operator=(const BDiskSystem& other) argument
349 fID = other.fID;
350 fName = other.fName;
351 fShortName = other
[all...]
/haiku/src/servers/app/
H A DRegionPool.cpp64 RegionPool::GetRegion(const BRegion& other) argument
70 *region = other;
72 region = new (nothrow) BRegion(other);
/haiku/headers/private/shared/
H A DKeymap.h48 bool operator==(const BKeymap& other) const;
49 bool operator!=(const BKeymap& other) const;
51 BKeymap& operator=(const BKeymap& other);
H A DExpressionParser.h25 ParseException(const ParseException& other) argument
26 : message(other.message),
27 position(other.position)
/haiku/src/kits/network/libnetapi/
H A DProxySecureSocket.cpp30 BProxySecureSocket::BProxySecureSocket(const BProxySecureSocket& other) argument
32 BSecureSocket(other),
33 fProxyAddress(other.fProxyAddress)
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.cpp73 PerspectiveTransformer::PerspectiveTransformer(const PerspectiveTransformer& other) argument
75 : Transformer(other.Name()),
79 PathTransformer(*other.fSource),
81 fShape(other.fShape)
83 , fInverted(other.fInverted),
84 fFromBox(other.fFromBox),
85 fToLeftTop(other.fToLeftTop),
86 fToRightTop(other.fToRightTop),
87 fToLeftBottom(other.fToLeftBottom),
88 fToRightBottom(other
[all...]
/haiku/src/kits/package/
H A DCommitTransactionResult.cpp49 BTransactionIssue::BTransactionIssue(const BTransactionIssue& other) argument
51 *this = other;
231 BTransactionIssue::operator=(const BTransactionIssue& other) argument
233 fType = other.fType;
234 fPackageName = other.fPackageName;
235 fPath1 = other.fPath1;
236 fPath2 = other.fPath2;
237 fSystemError = other.fSystemError;
238 fExitCode = other.fExitCode;
278 const BCommitTransactionResult& other)
277 BCommitTransactionResult( const BCommitTransactionResult& other) argument
652 operator =(const BCommitTransactionResult& other) argument
[all...]

Completed in 145 milliseconds

1234567891011>>