MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / operator<

Method operator<

highlevelilinstruction.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248
249
250bool HighLevelILIntegerList::ListIterator::operator<(const ListIterator& a) const
251{
252 return count > a.count;
253}
254
255
256HighLevelILIntegerList::ListIterator& HighLevelILIntegerList::ListIterator::operator++()

Callers

nothing calls this directly

Calls 9

CompareExprListFunction · 0.85
GetLeftExprMethod · 0.45
GetRightExprMethod · 0.45
GetCarryExprMethod · 0.45
GetConstantMethod · 0.45
GetSourceExprMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected