Searched refs:deep (Results 1 - 25 of 328) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DBlockAllocatorAreaBucket.cpp25 BlockAllocator::AreaBucket::SanityCheck(bool deep) const
29 if (deep) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DBlockAllocatorAreaBucket.cpp25 BlockAllocator::AreaBucket::SanityCheck(bool deep) const
29 if (deep) {
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DConfigView.cpp25 status_t Archive(BMessage *into, bool deep = true) const;
68 POP3ConfigView::Archive(BMessage *into, bool deep) const
70 fFileView->Archive(into, deep);
71 return BMailProtocolConfigView::Archive(into, deep);
/haiku-fatelf/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.h18 virtual status_t Archive(BMessage *into, bool deep = true) const;
/haiku-fatelf/src/tests/kits/support/barchivable/
H A DLocalTestObject.h31 status_t Archive(BMessage* archive, bool deep = true);
H A DLocalTestObject.cpp31 status_t TIOTest::Archive(BMessage *archive, bool deep) argument
/haiku-fatelf/src/tests/kits/support/barchivable/remoteobjectdef/
H A DRemoteTestObject.h32 status_t Archive(BMessage* archive, bool deep = true);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DConfigView.h26 virtual status_t Archive(BMessage *into, bool deep = true) const;
/haiku-fatelf/src/add-ons/input_server/filters/shortcut_catcher/
H A DBitFieldTesters.cpp33 BitFieldTester::Archive(BMessage* into, bool deep) const
35 return BArchivable::Archive(into, deep);
58 ConstantFieldTester::Archive(BMessage* into, bool deep) const
60 status_t ret = BitFieldTester::Archive(into, deep);
107 HasBitsFieldTester::Archive(BMessage* into, bool deep) const
109 status_t ret = BitFieldTester::Archive(into, deep);
171 NotFieldTester::Archive(BMessage* into, bool deep) const
176 status_t ret = BitFieldTester::Archive(into, deep);
180 ret = fSlave->Archive(&msg, deep);
260 MinMatchFieldTester::Archive(BMessage* into, bool deep) cons
[all...]
H A DBitFieldTesters.h36 virtual status_t Archive(BMessage* into, bool deep = true) const;
47 virtual status_t Archive(BMessage* into, bool deep = true) const;
65 virtual status_t Archive(BMessage* into, bool deep = true) const;
84 virtual status_t Archive(BMessage* into, bool deep = true) const;
107 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DCommandActuators.h63 virtual status_t Archive(BMessage* into, bool deep = true)
76 virtual status_t Archive(BMessage* into, bool deep = true)
105 virtual status_t Archive(BMessage* into, bool deep = true)
124 virtual status_t Archive(BMessage* into, bool deep = true)
161 virtual status_t Archive(BMessage * into, bool deep = true)
178 virtual status_t Archive(BMessage* into, bool deep = true)
205 virtual status_t Archive(BMessage* into, bool deep = true)
225 virtual status_t Archive(BMessage* into, bool deep = true)
246 virtual status_t Archive(BMessage* into, bool deep = true)
264 virtual status_t Archive(BMessage* into, bool deep) cons
[all...]
/haiku-fatelf/src/add-ons/locale/collators/
H A DGermanDIN-2.cpp31 virtual status_t Archive(BMessage *archive, bool deep) const;
101 CollatorDeutsch::Archive(BMessage *archive, bool deep) const
103 status_t status = BArchivable::Archive(archive, deep);
/haiku-fatelf/src/tests/servers/app/newerClipping/
H A DViewLayer.h50 uint32 CountChildren(bool deep = false) const;
94 bool deep = false);
111 void RebuildClipping(bool deep);
114 void InvalidateScreenClipping(bool deep);
121 bool deep);
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DTransformGradientBox.cpp62 TransformGradientBox::Update(bool deep) argument
66 TransformBox::Update(deep);
72 if (!deep || !fGradient)
H A DTransformPointsBox.h41 virtual void Update(bool deep = true);
H A DTransformShapesBox.h34 virtual void Update(bool deep = true);
/haiku-fatelf/headers/build/os/support/
H A DArchivable.h55 virtual status_t Archive(BMessage* into, bool deep = true) const;
/haiku-fatelf/headers/os/interface/
H A DSeparatorItem.h22 bool deep = true) const;
/haiku-fatelf/headers/private/interface/
H A DZombieReplicantView.h52 bool deep = true) const;
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/
H A Dimap_config.cpp36 virtual status_t Archive(BMessage *into, bool deep = true) const;
102 IMAPConfig::Archive(BMessage *into, bool deep) const
104 fFileView->Archive(into, deep);
105 return BMailProtocolConfigView::Archive(into, deep);
/haiku-fatelf/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DConfigView.cpp28 status_t Archive(BMessage *into, bool deep = true) const;
92 SMTPConfigView::Archive(BMessage *into, bool deep) const
94 fFileView->Archive(into, deep);
95 return BMailProtocolConfigView::Archive(into, deep);
/haiku-fatelf/src/apps/activitymonitor/
H A DSystemInfoHandler.h17 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku-fatelf/src/apps/icon-o-matic/document/
H A DIconObject.h36 bool deep = true) const;
/haiku-fatelf/src/apps/pulse/
H A DDeskbarPulseView.h29 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku-fatelf/src/apps/webwatch/
H A DWatchView.h48 virtual status_t Archive(BMessage* archive, bool deep = true) const;

Completed in 201 milliseconds

1234567891011>>