Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dutility.cc311 bool IsValidBoolString(const string& bool_string) { in IsValidBoolString() argument
312 return bool_string == "true" || bool_string == "false" || in IsValidBoolString()
313 bool_string == "1" || bool_string == "0"; in IsValidBoolString()
Dutility.h160 LIBPROTOBUF_EXPORT bool IsValidBoolString(const string& bool_string);