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/skia/include/private/
DSkTOptional.h17 inline constexpr nullopt_t nullopt = std::nullopt; variable
/external/webrtc/modules/audio_coding/neteq/mock/
Dmock_decoder_database.h25 : DecoderDatabase(factory, absl::nullopt) {} in DecoderDatabase()
/external/bcc/src/cc/vendor/
Doptional.hpp255 constexpr nullopt_t nullopt{nullopt_t::init()}; variable