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.cc196 return StringToNumber<bool>(safe_strtob); in ToBool()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h392 LIBPROTOBUF_EXPORT bool safe_strtob(StringPiece str, bool* value);
Dstrutil.cc1305 bool safe_strtob(StringPiece str, bool* value) { in safe_strtob() function