Searched refs:txt_or_error (Results 1 – 1 of 1) sorted by relevance
24 ErrorOr<DnsSdTxtRecord> txt_or_error = CreateFromDnsTxt(txt); in CreateEndpoint() local25 if (txt_or_error.is_error()) { in CreateEndpoint()26 return txt_or_error.error(); in CreateEndpoint()40 instance_id.domain_id(), std::move(txt_or_error.value()), in CreateEndpoint()