MCPcopy Create free account
hub / github.com/ablab/spades / begin

Method begin

ext/include/llvm/ADT/SparseBitVector.h:809–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807 }
808
809 iterator begin() const {
810 return iterator(this);
811 }
812
813 iterator end() const {
814 return iterator(this, true);

Callers 13

FindLowerBoundImplMethod · 0.45
AdvanceToFirstNonZeroMethod · 0.45
SparseBitVectorMethod · 0.45
SparseBitVectorClass · 0.45
operator==Method · 0.45
operator|=Method · 0.45
operator&=Method · 0.45
intersectsMethod · 0.45
find_firstMethod · 0.45
countMethod · 0.45

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected