MCPcopy Create free account
hub / github.com/NativeScript/android / end

Method end

test-app/runtime/src/main/cpp/robin_hood.h:2010–2015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2008 }
2009
2010 iterator end() {
2011 ROBIN_HOOD_TRACE(this)
2012 // no need to supply valid info pointer: end() must not be dereferenced, and only node
2013 // pointer is compared.
2014 return iterator{reinterpret_cast_no_cast_align_warning<Node*>(mInfo), nullptr};
2015 }
2016 const_iterator end() const { // NOLINT(modernize-use-nodiscard)
2017 ROBIN_HOOD_TRACE(this)
2018 return cend();

Callers 15

listMilestonesFunction · 0.45
createReleaseNotesFunction · 0.45
GetRuntimeMethod · 0.45
addTaskMethod · 0.45
removeTaskMethod · 0.45
threadLoopMethod · 0.45
PumpTimerLoopCallbackMethod · 0.45
GetTypeLongCacheMethod · 0.45
onDisposeIsolateMethod · 0.45
GetRequireFunctionMethod · 0.45
LoadImplMethod · 0.45
LoadESModuleMethod · 0.45

Calls

no outgoing calls

Tested by 2

dispatchMessageMethod · 0.36