MCPcopy Create free account
hub / github.com/SVF-tools/SVF / begin

Method begin

svf/include/Util/SparseBitVector.h:1153–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1151 }
1152
1153 iterator begin() const
1154 {
1155 return iterator(this);
1156 }
1157
1158 iterator end() const
1159 {

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

no outgoing calls

Tested by

no test coverage detected