HomeSort by relevance Sort by last modified time
    Searched refs:safe_strtob (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
datapiece.cc 196 return StringToNumber<bool>(safe_strtob);
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 384 // safe_strtob()
392 LIBPROTOBUF_EXPORT bool safe_strtob(StringPiece str, bool* value);
    [all...]
strutil.cc 1305 bool safe_strtob(StringPiece str, bool* value) { function
    [all...]

Completed in 233 milliseconds