Lines Matching refs:Alloc
65 template <typename T, typename Pred, typename Alloc>
67 std::map<std::string, T, Pred, Alloc>* out_value);
69 template <typename T, typename Alloc>
70 bool FromValue(const base::Value& in_value, std::vector<T, Alloc>* out_value) { in FromValue()
85 template <typename T, typename Pred, typename Alloc>
87 std::map<std::string, T, Pred, Alloc>* out_value) { in FromValue()
114 template <typename T, typename Pred, typename Alloc>
116 const std::map<std::string, T, Pred, Alloc>& dictionary);
118 template <typename T, typename Alloc>
119 std::unique_ptr<base::Value> ToValue(const std::vector<T, Alloc>& list) { in ToValue()
127 template <typename T, typename Pred, typename Alloc>
129 const std::map<std::string, T, Pred, Alloc>& dictionary) { in ToValue()