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

Method add

binderlib/include_android9/utils/KeyedVector.h:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169template<typename KEY, typename VALUE> inline
170ssize_t KeyedVector<KEY,VALUE>::add(const KEY& key, const VALUE& value) {
171 return mVector.add( key_value_pair_t<KEY,VALUE>(key, value) );
172}
173
174template<typename KEY, typename VALUE> inline
175ssize_t KeyedVector<KEY,VALUE>::replaceValueFor(const KEY& key, const VALUE& value) {

Callers 1

replaceValueForMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected