Searched refs:CanStore (Results 1 – 2 of 2) sorted by relevance
168 bool CanStore(const T& value) const { in CanStore() function172 bool CanStore(const std::string& value) const { in CanStore() function
140 if (!dst.CanStore(s)) return false; in ForType()