Searched refs:other (Results 201 - 225 of 632) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp42 EntryKey(const EntryKey& other) argument
43 : directoryID(other.directoryID),
44 name(other.name)
56 EntryKey& operator=(const EntryKey& other) argument
58 directoryID = other.directoryID;
59 name = other.name;
63 bool operator==(const EntryKey& other) const
65 if (directoryID != other.directoryID)
69 return (other.name && strcmp(name, other
[all...]
/haiku/src/apps/activitymonitor/
H A DDataSource.cpp68 DataSource::DataSource(const DataSource& other) argument
70 fMinimum = other.fMinimum;
71 fMaximum = other.fMaximum;
72 fInterval = other.fInterval;
73 fColor = other.fColor;
819 CPUFrequencyDataSource::CPUFrequencyDataSource(const CPUFrequencyDataSource& other) argument
820 : DataSource(other)
822 fCPU = other.fCPU;
823 fLabel = other.fLabel;
824 fShortLabel = other
965 CPUUsageDataSource(const CPUUsageDataSource& other) argument
1121 CPUCombinedUsageDataSource( const CPUCombinedUsageDataSource& other) argument
1237 PageFaultsDataSource(const PageFaultsDataSource& other) argument
1343 NetworkUsageDataSource( const NetworkUsageDataSource& other) argument
1453 ClipboardSizeDataSource( const ClipboardSizeDataSource& other) argument
[all...]
/haiku/src/kits/support/
H A DUrl.cpp78 BUrl::BUrl(const BUrl& other) argument
82 fProtocol(other.fProtocol),
83 fUser(other.fUser),
84 fPassword(other.fPassword),
85 fHost(other.fHost),
86 fPort(other.fPort),
87 fPath(other.fPath),
88 fRequest(other.fRequest),
89 fFragment(other.fFragment),
90 fUrlStringValid(other
828 operator =(const BUrl& other) argument
[all...]
/haiku/headers/private/locale/
H A DEditableCatalog.h53 EditableCatalog(const EditableCatalog& other);
54 const EditableCatalog& operator=(const EditableCatalog& other);
/haiku/headers/private/storage/
H A DFileDescriptorIO.h34 const BFileDescriptorIO& other);
35 BFileDescriptorIO& operator=(const BFileDescriptorIO& other);
H A DFdIO.h36 BFdIO(const BFdIO& other);
37 BFdIO& operator=(const BFdIO& other);
/haiku/headers/tools/cppunit/
H A DTestSuite.h34 BTestSuite(const BTestSuite &other);
35 BTestSuite& operator=(const BTestSuite &other);
/haiku/headers/tools/cppunit/cppunit/
H A DNotEqualException.h34 NotEqualException( const NotEqualException &other );
46 * @param other Object to copy.
49 NotEqualException &operator =( const NotEqualException &other );
H A DTestCase.h52 TestCase( const TestCase &other );
53 TestCase &operator=( const TestCase &other );
H A DTestFailure.h52 TestFailure( const TestFailure &other );
53 TestFailure &operator =( const TestFailure& other );
H A DTestSuite.h64 TestSuite( const TestSuite &other );
65 TestSuite &operator =( const TestSuite &other );
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DRtList.h61 RtList(const RtList<value>& other);
62 RtList<value> &operator=(const RtList<value>& other);
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindow.h20 virtual bool Equals(const SubWindowKey* other) const = 0;
29 virtual bool Equals(const SubWindowKey* other) const;
/haiku/headers/os/package/
H A DPackageInfoSet.h24 BPackageInfoSet(const BPackageInfoSet& other);
33 BPackageInfoSet& operator=(const BPackageInfoSet& other);
/haiku/headers/os/package/solver/
H A DSolverResult.h29 const BSolverResultElement& other);
35 BSolverResultElement& operator=(const BSolverResultElement& other);
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DVersion.h31 int Compare(const Version& other) const;
33 const Version& other) const;
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.h27 const BreakpointSetting& other);
49 BreakpointSetting& operator=(const BreakpointSetting& other);
/haiku/headers/private/debugger/types/
H A DTargetAddressRangeList.h21 const TargetAddressRangeList& other);
37 const TargetAddressRangeList& other);
/haiku/headers/os/locale/
H A DFormat.h51 BFormat(const BFormat& other);
55 BFormat& operator=(const BFormat& other);
H A DCountry.h31 BCountry(const BCountry& other);
32 BCountry& operator=(const BCountry& other);
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h44 mac_addr_t(const mac_addr_t& other) argument
46 memcpy(address, other.address, sizeof(address));
64 mac_addr_t& operator=(const mac_addr_t& other) argument
66 memcpy(address, other.address, sizeof(address));
70 bool operator==(const mac_addr_t& other) const
72 return memcmp(address, other.address, sizeof(address)) == 0;
75 bool operator!=(const mac_addr_t& other) const
77 return !(*this == other);
/haiku/headers/private/kernel/util/
H A DAVLTreeBase.h118 inline AVLTreeIterator(const AVLTreeIterator& other) argument
120 fParent(other.fParent),
121 fCurrent(other.fCurrent),
122 fNext(other.fNext)
168 inline AVLTreeIterator& operator=(const AVLTreeIterator& other) argument
170 fParent = other.fParent;
171 fCurrent = other.fCurrent;
172 fNext = other.fNext;
/haiku/headers/private/netservices/
H A DHttpResult.h28 BHttpResult(const BHttpResult& other);
48 BHttpResult& operator=(const BHttpResult& other);
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingDirectory.cpp111 PackageDirectory* other = fPackageDirectories.Head(); local
112 bool overridesHead = other == NULL
113 || packageDirectory->HasPrecedenceOver(other);
116 fPackageDirectories.InsertBefore(other, packageDirectory);
117 NodeReinitVFS(deviceID, fID, packageDirectory, other, fFlags);
173 PackageDirectory* other = fPackageDirectories.Head();
174 return other == NULL || packageDirectory->HasPrecedenceOver(other);
/haiku/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...]

Completed in 203 milliseconds

1234567891011>>