MCPcopy Create free account
hub / github.com/HexHive/NASS / indexOfKey

Method indexOfKey

binderlib/include_android9/utils/KeyedVector.h:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130template<typename KEY, typename VALUE> inline
131ssize_t KeyedVector<KEY,VALUE>::indexOfKey(const KEY& key) const {
132 return mVector.indexOf( key_value_pair_t<KEY,VALUE>(key) );
133}
134
135template<typename KEY, typename VALUE> inline
136const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {

Callers 15

ioConfigChangedMethod · 0.80
getIoDescriptor_lMethod · 0.80
ioConfigChangedMethod · 0.80
getIoDescriptor_lMethod · 0.80
ioConfigChangedMethod · 0.80
getIoDescriptor_lMethod · 0.80

Calls 1

indexOfMethod · 0.80

Tested by

no test coverage detected