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

Method find

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

Source from the content-addressed store, hash-verified

1947 }
1948
1949 const_iterator find(const key_type& key) const { // NOLINT(modernize-use-nodiscard)
1950 ROBIN_HOOD_TRACE(this)
1951 const size_t idx = findIdx(key);
1952 return const_iterator{mKeyVals + idx, mInfo + idx};
1953 }
1954
1955 template <typename OtherKey>
1956 const_iterator find(const OtherKey& key, is_transparent_tag /*unused*/) const {

Callers 15

GetRuntimeMethod · 0.45
removeTaskMethod · 0.45
threadLoopMethod · 0.45
PumpTimerLoopCallbackMethod · 0.45
ParseReturnTypeMethod · 0.45
GetTypeLongCacheMethod · 0.45
onDisposeIsolateMethod · 0.45

Calls

no outgoing calls