Searched refs:Private (Results 51 - 75 of 126) sorted by relevance

123456

/haiku/src/kits/locale/
H A DDateTimeFormat.cpp58 *BLanguage::Private(&fLanguage).ICULocale(), error);
158 ? BLanguage::Private(&fLanguage).ICULocale()
159 : BFormattingConventions::Private(&fConventions).ICULocale();
H A DStringFormat.cpp83 = BLanguage::Private(&fLanguage).ICULocale();
H A DNumberFormat.cpp76 *BFormattingConventions::Private(convention).ICULocale(),
98 *BFormattingConventions::Private(convention).ICULocale(),
120 *BFormattingConventions::Private(convention).ICULocale(),
142 *BFormattingConventions::Private(convention).ICULocale(),
H A DDateFormat.cpp272 *BFormattingConventions::Private(&fConventions).ICULocale(), err));
407 ? BLanguage::Private(&fLanguage).ICULocale()
408 : BFormattingConventions::Private(&fConventions).ICULocale();
H A DDurationFormat.cpp105 BTimeZone::Private zonePrivate;
H A DTimeFormat.cpp235 ? BLanguage::Private(&fLanguage).ICULocale()
236 : BFormattingConventions::Private(&fConventions).ICULocale();
/haiku/src/kits/support/
H A DArchivingManagers.h52 BMessage::Private(archive).ArchivingPointer());
59 BMessage::Private(archive).SetArchivingPointer(manager);
H A DByteOrder.cpp99 BMessenger::Private messengerPrivate(messenger);
/haiku/headers/os/locale/
H A DFormattingConventions.h119 class Private;
121 friend class Private;
/haiku/headers/os/interface/
H A DDragger.h75 class Private;
83 friend class Private;
H A DBitmap.h113 class Private;
131 friend class Private;
H A DTabView.h55 class Private;
58 friend class Private;
/haiku/headers/private/interface/
H A DViewPrivate.h59 class BView::Private { class in class:BView
61 Private(BView* view) function in class:BView::Private
/haiku/src/kits/network/libnetapi/
H A Dnotifications.cpp35 BMessenger::Private targetPrivate(const_cast<BMessenger&>(target));
/haiku/src/kits/app/
H A DMessageRunner.cpp70 result = BRoster::Private().SendTo(&request, &reply, false);
110 result = BRoster::Private().SendTo(&request, &reply, false);
258 result = BRoster::Private().SendTo(&request, &reply, false);
321 result = BRoster::Private().SendTo(&request, &reply, false);
H A DLaunchRoster.cpp25 BLaunchRoster::Private::Private(BLaunchRoster* roster) function in class:BLaunchRoster::Private
32 BLaunchRoster::Private::Private(BLaunchRoster& roster) function in class:BLaunchRoster::Private
40 BLaunchRoster::Private::RegisterSessionDaemon(const BMessenger& daemon)
366 BMessenger::Private(fMessenger).SetTo(info.team, daemonPort,
H A DMessenger.cpp186 return BMessage::Private(message).SendMessage(fPort, fTeam, fHandlerToken,
207 status_t result = BMessage::Private(message).SendMessage(fPort, fTeam,
284 // #pragma mark - Private or reserved
430 BMessenger::Private a(const_cast<BMessenger&>(_a));
431 BMessenger::Private b(const_cast<BMessenger&>(_b));
/haiku/src/kits/interface/
H A DWindowStack.cpp179 BMessenger::Private messengerPrivate(const_cast<BMessenger&>(window));
197 BMessenger::Private messengerPrivate(window);
H A DLayoutItem.cpp195 BView::Private(view).DeregisterLayoutItem(this);
197 BView::Private(view).RegisterLayoutItem(this);
H A DLayout.cpp51 BView::Private(view).RemoveSelf();
204 int32 remaining = BView::Private(child).CountLayoutItems();
245 if (fTarget && view && BView::Private(view).CountLayoutItems() == 0)
282 BView::Private viewPrivate(child);
402 if (fOwner && BView::Private(fOwner).WillLayout()) {
/haiku/headers/os/app/
H A DApplication.h97 // Private or reserved
100 class Private;
105 friend class Private;
/haiku/src/servers/registrar/
H A DRegistrar.cpp96 BRoster::Private().SetTo(BMessenger(), BMessenger());
160 BRoster::Private().SetTo(be_app_messenger, BMessenger(NULL, fMIMEManager));
174 BMessenger::Private messengerPrivate(target);
/haiku/src/kits/storage/
H A DStatable.cpp22 class BStatable::Private { class in class:BStatable
24 Private(const BStatable* object) function in class:BStatable::Private
315 status_t result = BStatable::Private(self).GetStatBeOS(&oldStat);
/haiku/src/bin/
H A Dshutdown.cpp184 BRoster::Private rosterPrivate(roster);
/haiku/headers/build/os/app/
H A DRoster.h143 class Private;
147 friend class Private;

Completed in 164 milliseconds

123456