Searched refs:other (Results 176 - 200 of 605) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/debugger/settings/
H A DBreakpointSetting.h26 const BreakpointSetting& other);
43 BreakpointSetting& operator=(const BreakpointSetting& other);
H A DTeamSettings.h23 TeamSettings(const TeamSettings& other);
41 TeamSettings& operator=(const TeamSettings& other);
/haiku-fatelf/src/apps/debugger/types/
H A DTargetAddressRangeList.h21 const TargetAddressRangeList& other);
37 const TargetAddressRangeList& other);
/haiku-fatelf/headers/private/fs_shell/
H A DDoublyLinkedList.h126 Iterator(const Iterator &other) argument
128 *this = other;
159 Iterator &operator=(const Iterator &other) argument
161 fList = other.fList;
162 fCurrent = other.fCurrent;
163 fNext = other.fNext;
188 ConstIterator(const ConstIterator &other) argument
190 *this = other;
206 ConstIterator &operator=(const ConstIterator &other) argument
208 fList = other
232 ReverseIterator(const ReverseIterator &other) argument
260 operator =(const ReverseIterator &other) argument
289 ConstReverseIterator(const ConstReverseIterator &other) argument
307 operator =(const ConstReverseIterator &other) argument
[all...]
/haiku-fatelf/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-fatelf/headers/private/shared/
H A DHashMap.h24 // not be used in advertising or otherwise to promote the sale, use or other
90 Iterator(const Iterator& other) argument
92 fMap(other.fMap),
93 fIndex(other.fIndex),
94 fElement(other.fElement),
95 fLastElement(other.fElement)
133 Iterator& operator=(const Iterator& other) argument
135 fMap = other.fMap;
136 fIndex = other.fIndex;
137 fElement = other
293 operator =(const HashKey32<Value>& other) argument
325 operator =(const HashKey64<Value>& other) argument
[all...]
H A DKeymap.h44 bool operator==(const BKeymap& other) const;
45 bool operator!=(const BKeymap& other) const;
47 BKeymap& operator=(const BKeymap& other);
H A DExpressionParser.h25 ParseException(const ParseException& other) argument
26 : message(other.message),
27 position(other.position)
/haiku-fatelf/src/apps/webpositive/support/
H A DHashMap.h24 // not be used in advertising or otherwise to promote the sale, use or other
90 Iterator(const Iterator& other) argument
92 fMap(other.fMap),
93 fIndex(other.fIndex),
94 fElement(other.fElement),
95 fLastElement(other.fElement)
133 Iterator& operator=(const Iterator& other) argument
135 fMap = other.fMap;
136 fIndex = other.fIndex;
137 fElement = other
293 operator =(const HashKey32<Value>& other) argument
325 operator =(const HashKey64<Value>& other) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DHashMap.h24 // not be used in advertising or otherwise to promote the sale, use or other
87 Iterator(const Iterator& other) argument
88 : fMap(other.fMap),
89 fIndex(other.fIndex),
90 fElement(other.fElement),
91 fLastElement(other.fElement)
119 Iterator& operator=(const Iterator& other) argument
121 fMap = other.fMap;
122 fIndex = other.fIndex;
123 fElement = other
277 operator =(const HashKey32<Value>& other) argument
309 operator =(const HashKey64<Value>& other) argument
[all...]
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-fatelf/src/apps/debugger/value/values/
H A DIntegerValue.h29 virtual bool operator==(const Value& other) const;
/haiku-fatelf/src/apps/icon-o-matic/
H A DUtil.h34 AddPathsCommand** command, VectorPath* other = NULL);
/haiku-fatelf/src/servers/media/
H A DBufferManager.h76 id_hash(const id_hash& other) argument
78 fID = other.fID;
91 id_hash& operator=(const id_hash& other) argument
93 fID = other.fID;
/haiku-fatelf/headers/os/support/
H A DList.h18 BList& operator=(const BList& other);
19 bool operator==(const BList& other) const;
20 bool operator!=(const BList& other) const;
/haiku-fatelf/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-fatelf/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-fatelf/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-fatelf/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-fatelf/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-fatelf/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-fatelf/src/bin/gdb/gdb/
H A Dsymfile-mem.c96 sai->other[i].addr = bfd_get_section_vma (nbfd, sec) + loadbase;
97 sai->other[i].name = (char *) bfd_get_section_name (nbfd, sec);
98 sai->other[i].sectindex = sec->index;
/haiku-fatelf/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-fatelf/src/servers/app/
H A DRegionPool.cpp64 RegionPool::GetRegion(const BRegion& other) argument
70 *region = other;
72 region = new (nothrow) BRegion(other);
/haiku-fatelf/src/kits/interface/
H A DAffineTransform.cpp57 BAffineTransform::BAffineTransform(const BAffineTransform& other) argument
59 sx(other.sx),
60 shy(other.shy),
61 shx(other.shx),
62 sy(other.sy),
63 tx(other.tx),
64 ty(other.ty)
475 BAffineTransform::PreMultiply(const BAffineTransform& other) argument
477 double t0 = sx * other.sx + shy * other
517 IsEqual(const BAffineTransform& other, double epsilon) const argument
[all...]

Completed in 309 milliseconds

1234567891011>>