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

Method begin

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

Source from the content-addressed store, hash-verified

1989 }
1990
1991 iterator begin() {
1992 ROBIN_HOOD_TRACE(this)
1993 if (empty()) {
1994 return end();
1995 }
1996 return iterator(mKeyVals, mInfo, fast_forward_tag{});
1997 }
1998 const_iterator begin() const { // NOLINT(modernize-use-nodiscard)
1999 ROBIN_HOOD_TRACE(this)
2000 return cbegin();

Callers 15

addTaskMethod · 0.45
threadLoopMethod · 0.45
ResolveModuleCallbackFunction · 0.45
TableMethod · 0.45
JoinStringMethod · 0.45
GetExtendLocationMethod · 0.45
onDisposeIsolateMethod · 0.45

Calls 3

emptyFunction · 0.85
iteratorClass · 0.85
endFunction · 0.50

Tested by

no test coverage detected