Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc359 bool IsValidBoolString(StringPiece bool_string) { in IsValidBoolString() argument
360 return bool_string == "true" || bool_string == "false" || in IsValidBoolString()
361 bool_string == "1" || bool_string == "0"; in IsValidBoolString()
Dutility.h163 PROTOBUF_EXPORT bool IsValidBoolString(StringPiece bool_string);