MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getCount

Method getCount

src/common/classes/stack.h:658–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656 }
657
658 FB_SIZE_T getCount() const throw()
659 {
660 FB_SIZE_T rc = 0;
661 for (Entry* entry = stk; entry; entry = entry->next)
662 {
663 rc += entry->getCount();
664 }
665 return rc;
666 }
667
668 bool hasMore(FB_SIZE_T value) const
669 {

Callers 15

hasMoreMethod · 0.45
popMethod · 0.45
AutoRestoreMethod · 0.45
~AutoRestoreMethod · 0.45
reverse_iteratorClass · 0.45
removeMethod · 0.45
iteratorMethod · 0.45
iteratorClass · 0.45
operator==Method · 0.45
const_iteratorMethod · 0.45
const_iteratorClass · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected