Searched defs:other (Results 76 - 100 of 294) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/scheduler/
H A Dlow_latency.cpp85 CoreEntry* other = gCoreLoadHeap.PeekMinimum(); local
136 CoreEntry* other = gCoreLoadHeap.PeekMinimum(); local
[all...]
H A Dpower_saving.cpp142 CoreEntry* other = gCoreLoadHeap.PeekMaximum(); local
223 CoreEntry* other = gCoreLoadHeap.PeekMinimum(); local
[all...]
/haiku/headers/os/interface/
H A DRect.h142 BRect::BRect(const BRect& other) argument
186 operator =(const BRect& other) argument
[all...]
/haiku/src/kits/support/
H A DUuid.cpp48 BUuid::BUuid(const BUuid& other) argument
110 BUuid::operator=(const BUuid& other) argument
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyleData.cpp37 CharacterStyleData::CharacterStyleData(const CharacterStyleData& other) argument
355 operator =(const CharacterStyleData& other) argument
[all...]
H A DParagraphStyle.cpp16 ParagraphStyle::ParagraphStyle(const ParagraphStyle& other) argument
24 ParagraphStyle::operator=(const ParagraphStyle& other) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/settings/
H A DGuiTeamUiSettings.cpp24 GuiTeamUiSettings::GuiTeamUiSettings(const GuiTeamUiSettings& other) argument
123 GuiTeamUiSettings::operator=(const GuiTeamUiSettings& other) argument
133 GuiTeamUiSettings::_SetTo(const GuiTeamUiSettings& other) argument
/haiku/src/kits/debugger/model/
H A DExpressionInfo.cpp123 ExpressionInfo::ExpressionInfo(const ExpressionInfo& other) argument
H A DExpressionValues.cpp99 ExpressionValues::ExpressionValues(const ExpressionValues& other) argument
H A DStackFrameValues.cpp91 StackFrameValues::StackFrameValues(const StackFrameValues& other) argument
/haiku/src/kits/debugger/settings/
H A DTeamFileManagerSettings.cpp20 TeamFileManagerSettings::operator=(const TeamFileManagerSettings& other) argument
H A DTeamSettings.cpp33 TeamSettings::TeamSettings(const TeamSettings& other) argument
260 TeamSettings::operator=(const TeamSettings& other) argument
/haiku/src/kits/debugger/types/
H A DValueLocation.cpp72 ValueLocation::ValueLocation(const ValueLocation& other) argument
81 ValueLocation::SetToByteOffset(const ValueLocation& other, uint64 byteOffset, argument
96 ValueLocation::SetTo(const ValueLocation& other, uint64 bitOffset, argument
270 operator =(const ValueLocation& other) argument
[all...]
/haiku/headers/private/debugger/model/
H A DTypeComponentPath.h39 TypeComponent(const TypeComponent& other) argument
94 TypeComponent& operator=(const TypeComponent& other) argument
[all...]
/haiku/headers/private/media/
H A DTMap.h25 Map(const Map<key, value> &other) argument
30 Map<key, value> &operator=(const Map<key, value> &other) argument
H A DTList.h24 List(const List<value> &other) argument
29 List<value> &operator=(const List<value> &other) argument
/haiku/headers/private/interface/
H A DShapePrivate.h55 shape_data(const shape_data& other) argument
/haiku/src/kits/interface/
H A DPolygon.cpp35 BPolygon::BPolygon(const BPolygon& other) argument
45 BPolygon::BPolygon(const BPolygon* other) argument
71 BPolygon::operator=(const BPolygon& other) argument
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageTokenizer.cpp38 Token::Token(const Token& other) argument
59 Token::operator=(const Token& other) argument
[all...]
/haiku/src/apps/haikudepot/model/
H A DUserDetail.cpp162 UserDetail::operator=(const UserDetail& other) argument
84 operator =( const UserUsageConditionsAgreement& other) argument
/haiku/src/kits/network/libnetapi/
H A DCertificate.cpp61 BCertificate::BCertificate(const BCertificate& other) argument
181 BCertificate::BCertificate(const BCertificate& other) argument
/haiku/src/kits/storage/
H A DSymLink.cpp34 BSymLink::BSymLink(const BSymLink& other) argument
/haiku/src/kits/locale/
H A DLanguage.cpp50 BLanguage::BLanguage(const BLanguage& other) argument
H A DDurationFormat.cpp73 BDurationFormat::BDurationFormat(const BDurationFormat& other) argument
/haiku/headers/os/support/
H A DReferenceable.h56 BReference(const BReference<Type>& other) argument
64 BReference(const BReference<OtherType>& other) argument
126 BReference& operator=(const BReference<Type>& other) argument
132 BReference& operator=(Type* other) argument
139 BReference& operator=(const BReference<OtherType>& other) argument
182 BReference(const BReference<const Type>& other) argument
189 BReference(const BReference<OtherType>& other) argument
235 operator =(const BReference<const Type>& other) argument
241 operator =(Type* other) argument
248 operator =(const BReference<OtherType>& other) argument
[all...]

Completed in 96 milliseconds

1234567891011>>