Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dstl_util.h23 struct OrderByFirst { struct
25 bool operator()(const T& p1, const T& p2) const { in operator()