Lines Matching refs:pair
24 // value_type is std::pair<const std::string, Value>. It's reference type is a
25 // std::pair<const std::string&, Value&>, so that callers have read-write
30 using value_type = std::pair<const std::string, Value>;
31 using reference = std::pair<const std::string&, Value&>;
68 // value_type is std::pair<const std::string, Value>. It's reference type is a
69 // std::pair<const std::string&, const Value&>, so that callers have read-only
74 using value_type = std::pair<const std::string, Value>;
75 using reference = std::pair<const std::string&, const Value&>;
121 using value_type = std::pair<key_type, mapped_type>;
160 using value_type = std::pair<key_type, mapped_type>;