Searched refs:isLast (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DMarkupParser.h43 void _FinishParagraph(bool isLast);
H A DMarkupParser.cpp288 MarkupParser::_FinishParagraph(bool isLast) argument
290 if (!isLast)
/haiku/src/apps/webpositive/tabview/
H A DTabView.cpp80 bool isLast = index == fContainerView->LastTabIndex(); local
81 if (isLast)
H A DTabContainerView.cpp200 bool isLast = index == GroupLayout()->CountItems() - 1; local
201 if (isLast) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp1927 bool isLast = left == BPLUSTREE_NULL && right == BPLUSTREE_NULL; local
1929 if ((isLast && arrayCount == 1) || arrayCount == 0) {
1991 if (isLast && arrayCount <= NUM_FRAGMENT_VALUES) {

Completed in 99 milliseconds