Searched refs:CountComponents (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/os/mail/
H A DMailContainer.h25 virtual int32 CountComponents() const = 0;
52 virtual int32 CountComponents() const;
H A DMailMessage.h99 virtual int32 CountComponents() const;
/haiku/src/kits/mail/
H A DMailContainer.cpp117 if (index >= CountComponents())
156 BMIMEMultipartMailContainer::CountComponents() const function in class:BMIMEMultipartMailContainer
182 if (index >= CountComponents())
H A DMailMessage.cpp203 for (int32 i = 0; i < CountComponents(); i++) {
545 BEmailMessage::CountComponents() const function in class:BEmailMessage
641 for (int32 i = 0; i < container->CountComponents(); i++) {
720 fComponentCount = container->CountComponents();
/haiku/headers/private/debugger/model/
H A DTypeComponentPath.h120 int32 CountComponents() const;
/haiku/src/kits/debugger/model/
H A DTypeComponentPath.cpp131 TypeComponentPath::CountComponents() const function in class:TypeComponentPath
/haiku/src/apps/mail/
H A DEnclosures.cpp84 for (int32 i = 0; i < mail->CountComponents(); i++) {
300 for (int32 i = 0; i < mail->CountComponents(); i++) {
H A DContent.cpp2232 for (int32 i = 0; i < container->CountComponents(); i++) {
H A DMailWindow.cpp1993 if (fMail->CountComponents() > 1) {
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.h36 int32 CountComponents() const;
H A DTreeTable.cpp90 TreeTablePath::CountComponents() const function in class:TreeTablePath
178 int32 count = path.CountComponents();
1119 int32 count = path.CountComponents();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp492 for (int32 i = 1; i < path.CountComponents(); i++)
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5087 NumComponents = ContainerPntr->CountComponents ();

Completed in 242 milliseconds