Searched refs:ParseBool (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flag_parser.h | 54 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/ |
D | config.go | 62 useCCache, err := strconv.ParseBool(UseCCache) 66 useLlvmNext, err := strconv.ParseBool(UseLlvmNext)
|
/external/openscreen/util/json/ |
D | json_helpers.h | 35 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/ |
D | offer_messages.cc | 148 auto receiver_rtcp_event_log = json::ParseBool(value, "receiverRtcpEventLog"); in ParseStream() 380 const ErrorOr<bool> get_status = json::ParseBool(root, "receiverGetStatus"); in Parse()
|
D | answer_messages.cc | 414 if (!json::ParseBool(root[kReceiverGetStatus], in ParseAndValidate()
|
/external/rust/crates/csv/src/ |
D | deserializer.rs | 367 .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/ |
D | lib.go | 837 x, err := strconv.ParseBool(prop.Default)
|
/external/protobuf/python/google/protobuf/ |
D | text_format.py | 1403 result = ParseBool(self.token) 1718 def ParseBool(text): function
|
/external/golang-protobuf/jsonpb/ |
D | jsonpb.go | 877 } else if v, err := strconv.ParseBool(ivStr); err == nil {
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 466 bool ParseBool(bool* result); 3569 if (!ParseBool(&result)) { in ParseAttributeHelper() 5033 bool HloParserImpl::ParseBool(bool* result) { in ParseBool() function in xla::__anonf806807d0111::HloParserImpl
|