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

Method erase

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

Source from the content-addressed store, hash-verified

2023 }
2024
2025 iterator erase(const_iterator pos) {
2026 ROBIN_HOOD_TRACE(this)
2027 // its safe to perform const cast here
2028 // NOLINTNEXTLINE(cppcoreguidelines-pro-type-const-cast)
2029 return erase(iterator{const_cast<Node*>(pos.mKeyVals), const_cast<uint8_t*>(pos.mInfo)});
2030 }
2031
2032 // Erases element at pos, returns iterator to the next element.
2033 iterator erase(iterator pos) {

Callers 15

DestroyRuntimeMethod · 0.80
~TempModuleMethod · 0.80
removeTaskMethod · 0.80
threadLoopMethod · 0.80
onDisposeIsolateMethod · 0.80
ResolveModuleCallbackFunction · 0.80
ClearWorkerPersistentMethod · 0.80
RemoveIsolateEntriesMethod · 0.80
disposeIsolateFunction · 0.80

Calls 1

getFirstMethod · 0.45

Tested by

no test coverage detected