Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddatapiece.cc196 return StringToNumber<bool>(safe_strtob); in ToBool()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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