Home
last modified time | relevance | path

Searched refs:ParseBool (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_flag_parser.h54 inline bool ParseBool(const char *value, bool *b) { in ParseBool() function
72 if (ParseBool(value, t_)) return true; in Parse()
85 if (ParseBool(value, &b)) { in Parse()
/external/toolchain-utils/compiler_wrapper/
Dconfig.go62 useCCache, err := strconv.ParseBool(UseCCache)
66 useLlvmNext, err := strconv.ParseBool(UseLlvmNext)
/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/openscreen/cast/streaming/
Doffer_messages.cc148 auto receiver_rtcp_event_log = json::ParseBool(value, "receiverRtcpEventLog"); in ParseStream()
380 const ErrorOr<bool> get_status = json::ParseBool(root, "receiverGetStatus"); in Parse()
Danswer_messages.cc414 if (!json::ParseBool(root[kReceiverGetStatus], in ParseAndValidate()
/external/rust/crates/csv/src/
Ddeserializer.rs367 .map_err(|err| self.error(DEK::ParseBool(err)))?, in deserialize_bool()
680 ParseBool(str::ParseBoolError), enumerator
720 ParseBool(ref err) => err.fmt(f), in fmt()
749 ParseBool(ref err) => err.description(), in description()
/external/golang-protobuf/proto/
Dlib.go837 x, err := strconv.ParseBool(prop.Default)
/external/protobuf/python/google/protobuf/
Dtext_format.py1403 result = ParseBool(self.token)
1718 def ParseBool(text): function
/external/golang-protobuf/jsonpb/
Djsonpb.go877 } else if v, err := strconv.ParseBool(ivStr); err == nil {
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc466 bool ParseBool(bool* result);
3569 if (!ParseBool(&result)) { in ParseAttributeHelper()
5033 bool HloParserImpl::ParseBool(bool* result) { in ParseBool() function in xla::__anonf806807d0111::HloParserImpl