Searched defs:nullopt (Results 1 – 5 of 5) sorted by relevance
139 inline constexpr nullopt_t nullopt = std::nullopt; variable159 static constexpr const nullopt_t &nullopt = internal::nullopt_holder<void>::instance_; variable169 static const nullopt_t &nullopt = internal::nullopt_holder<void>::instance_; variable
25 : DecoderDatabase(factory, absl::nullopt) {} in DecoderDatabase()
55 : mRawDescriptor(std::nullopt), mPlatformTrait(platformTrait) {} in mRawDescriptor()
255 constexpr nullopt_t nullopt{nullopt_t::init()}; variable