Home
last modified time | relevance | path

Searched defs:nullopt (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h139 inline constexpr nullopt_t nullopt = std::nullopt; variable
159 static constexpr const nullopt_t &nullopt = internal::nullopt_holder<void>::instance_; variable
169 static const nullopt_t &nullopt = internal::nullopt_holder<void>::instance_; variable
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dstl_emulation.h139 inline constexpr nullopt_t nullopt = std::nullopt; variable
159 static constexpr const nullopt_t &nullopt = internal::nullopt_holder<void>::instance_; variable
169 static const nullopt_t &nullopt = internal::nullopt_holder<void>::instance_; variable
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_decoder_database.h25 : DecoderDatabase(factory, absl::nullopt) {} in DecoderDatabase()
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DManagedDescriptor.h55 : mRawDescriptor(std::nullopt), mPlatformTrait(platformTrait) {} in mRawDescriptor()
/aosp_15_r20/external/bcc/src/cc/vendor/
H A Doptional.hpp255 constexpr nullopt_t nullopt{nullopt_t::init()}; variable