Home
last modified time | relevance | path

Searched defs:kErrTag (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/types/
Dexpected_internal.h182 constexpr explicit ExpectedImpl(decltype(kErrTag), Args&&... args) noexcept in ExpectedImpl()
186 constexpr explicit ExpectedImpl(decltype(kErrTag), in ExpectedImpl()
Dexpected.h646 static constexpr auto kErrTag = Impl::kErrTag; variable
929 static constexpr auto kErrTag = Impl::kErrTag; in requires() local