Home
last modified time | relevance | path

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

/third_party/gn/src/base/containers/
Dflat_map.h23 struct GetKeyFromValuePairFirst { struct
24 const Key& operator()(const std::pair<Key, Mapped>& p) const { in operator()