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

Method indexOf

binderlib/include_android9/utils/SortedVector.h:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224template<class TYPE> inline
225ssize_t SortedVector<TYPE>::indexOf(const TYPE& item) const {
226 return SortedVectorImpl::indexOf(&item);
227}
228
229template<class TYPE> inline
230size_t SortedVector<TYPE>::orderOf(const TYPE& item) const {

Callers 10

removeLayerLockedMethod · 0.80
setClientStateLockedMethod · 0.80
findMetadataFunction · 0.80
addNewMetadataUpdateMethod · 0.80
findMetadataFunction · 0.80
hasClientMethod · 0.80
addNewMetadataUpdateMethod · 0.80
indexOfKeyMethod · 0.80
setup_instrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected