Searched refs:other_second (Results 1 – 1 of 1) sorted by relevance
476 MapPair(const Key& other_first, const T& other_second) in MapPair() argument477 : first(other_first), second(other_second) {} in MapPair()