Home
last modified time | relevance | path

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

/external/libprotobuf-mutator/src/
Dfield_instance.h168 bool CanStore(const T& value) const { in CanStore() function
172 bool CanStore(const std::string& value) const { in CanStore() function
Dmutator.cc140 if (!dst.CanStore(s)) return false; in ForType()