Lines Matching refs:pair
39 using value_type = std::pair<Key, Value>;
50 struct KeyValue : std::pair<Key, Value> {
53 using std::pair<Key, Value>::pair;
75 // Add or overwrite an existing key-value pair.
121 // Find the {FocusedTree} that contains a key-value pair with key hash {hash}.
124 // Find the {FocusedTree} that contains a key-value pair with key hash {hash}.
323 auto pair = *first_;
325 pair.first, pair.second,
329 auto pair = *second_;
330 return std::make_tuple(pair.first, first_.def_value(), pair.second);
514 for (auto pair : map) {
517 os << pair.first << ": " << pair.second;