Searched refs:ParseError (Results 1 – 6 of 6) sorted by relevance
79 struct ParseError { struct617 ParseError parseError = { in makeParseErrorFor()633 return std::holds_alternative<ParseError>(value); in isParseError()639 } else if (const ParseError* e = std::get_if<ParseError>(&value)) { in holds()679 using Value = std::variant<OK, ParseError,
288 using ParseError = AtResponse::ParseError; in getSupportedRadioTechs() typedef
65 std::string_view operator()(const AtResponse::ParseError&) const { in operator ()()
41 Result<std::string> ParseError(const std::string& type,
68 Result<std::string> ParseError(const std::string& type, in ParseError() function
290 return OnErrorMsg(CF_EXPECT(ParseError(type, message))); in HandleSignalingMessageInner()