Searched refs:attribute_entry_result (Results 1 – 1 of 1) sorted by relevance
1831 base::expected<FindEntryResult, NullOrIOError> attribute_entry_result = in SetTo() local1835 if (UNLIKELY(IsIOError(attribute_entry_result))) { in SetTo()1836 return base::unexpected(GetIOError(attribute_entry_result.error())); in SetTo()1838 if (!attribute_entry_result.has_value()) { in SetTo()1844 attribute_entry_result->cookie); in SetTo()