Searched refs:getIncomplete (Results 1 – 3 of 3) sorted by relevance
37 if (getIncomplete() > 0) { in formatStatusCounts()38 text += " (" + getIncomplete() + " incomplete)"; in formatStatusCounts()57 protected abstract int getIncomplete(); in getIncomplete() method in AbstractStatusSummary
63 protected int getIncomplete() { in getIncomplete() method in StatusSummary
64 IncompleteT* getIncomplete();123 IncompleteT* p = getIncomplete(); in test_incomplete()130 IncompleteT* p = getIncomplete(); in test_incomplete()147 IncompleteT* getIncomplete() { in getIncomplete() function