MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / contains

Method contains

src/simulate/simulate_gc.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 void clear() { from = to = nullptr; }
22 __forceinline bool empty() const { return from==to; }
23 __forceinline bool contains ( const PtrRange & r ) { return !empty() && !r.empty() && from<=r.from && to>=r.to; }
24 };
25
26 using loop_point = pair<void *,uint64_t>;

Callers 15

dFunction · 0.45
tFunction · 0.45
closeMethod · 0.45
_isAnimatedMethod · 0.45
bootstrap.min.jsFile · 0.45
_isShownMethod · 0.45
_getDimensionMethod · 0.45
_isShownMethod · 0.45
_getPlacementMethod · 0.45
clearMenusMethod · 0.45
_handleFocusinMethod · 0.45
_showElementMethod · 0.45

Calls 2

emptyFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected