Home
last modified time | relevance | path

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

/external/zucchini/aosp/include/third_party/abseil-cpp/absl/types/
Doptional.h24 inline constexpr auto nullopt = std::nullopt; variable
/external/webrtc/modules/audio_coding/neteq/mock/
Dmock_decoder_database.h25 : DecoderDatabase(factory, absl::nullopt) {} in DecoderDatabase()
/external/flatbuffers/include/flatbuffers/
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
/external/bcc/src/cc/vendor/
Doptional.hpp255 constexpr nullopt_t nullopt{nullopt_t::init()}; variable