Home
last modified time | relevance | path

Searched defs:AddWithID (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/containers/
Did_map.h72 void AddWithID(V data, KeyType id) { AddWithIDInternal(std::move(data), id); } in AddWithID() function
/external/cronet/base/containers/
Did_map.h82 void AddWithID(V data, KeyType id) { AddWithIDInternal(std::move(data), id); } in AddWithID() function