Home
last modified time | relevance | path

Searched refs:safe_strtob (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Ddatapiece.cc209 return StringToNumber<bool>(safe_strtob); in ToBool()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h395 PROTOBUF_EXPORT bool safe_strtob(StringPiece str, bool* value);
Dstrutil.cc1324 bool safe_strtob(StringPiece str, bool* value) { in safe_strtob() function