Home
last modified time | relevance | path

Searched refs:other_first (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap.h476 MapPair(const Key& other_first, const T& other_second) in MapPair() argument
477 : first(other_first), second(other_second) {} in MapPair()
478 explicit MapPair(const Key& other_first) : first(other_first), second() {} in MapPair() argument