Home
last modified time | relevance | path

Searched defs:ParseBool (Results 1 – 5 of 5) sorted by relevance

/external/openscreen/util/json/
Djson_helpers.h35 inline ErrorOr<bool> ParseBool(const Json::Value& parent, in ParseBool() function
72 inline bool ParseBool(const Json::Value& value, bool* out) { in ParseBool() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_flag_parser.h54 inline bool ParseBool(const char *value, bool *b) { in ParseBool() function
/external/protobuf/python/google/protobuf/
Dtext_format.py1718 def ParseBool(text): function
/external/rust/crates/csv/src/
Ddeserializer.rs680 ParseBool(str::ParseBoolError), enumerator
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc5033 bool HloParserImpl::ParseBool(bool* result) { in ParseBool() function in xla::__anonf806807d0111::HloParserImpl