Home
last modified time | relevance | path

Searched defs:nullopt_t (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/bcc/src/cc/vendor/
H A Doptional.hpp250 struct nullopt_t struct
252 struct init{};
253 constexpr explicit nullopt_t(init){} in nullopt_t() function
401 constexpr optional(nullopt_t) noexcept : OptionalBase<T>() {}; in optional() argument
437 optional& operator=(nullopt_t) noexcept in operator =() argument
615 constexpr optional(nullopt_t) noexcept : ref(nullptr) {} in optional() argument
630 optional& operator=(nullopt_t) noexcept { in operator =() argument
743 template <class T> constexpr bool operator==(const optional<T>& x, nullopt_t) noexcept in operator ==() argument
748 template <class T> constexpr bool operator==(nullopt_t, const optional<T>& x) noexcept in operator ==() argument
753 template <class T> constexpr bool operator!=(const optional<T>& x, nullopt_t) noexcept in operator !=() argument
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/types/
H A Doptional.h77 struct nullopt_t { struct
79 explicit constexpr nullopt_t(optional_internal::init_t) noexcept {} in nullopt_t() argument
137 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/types/
H A Doptional.h76 struct nullopt_t { struct
78 explicit constexpr nullopt_t(optional_internal::init_t) noexcept {} in nullopt_t() argument
136 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/
H A Doptional.h77 struct nullopt_t { struct
79 explicit constexpr nullopt_t(optional_internal::init_t) noexcept {} in nullopt_t() argument
137 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Doptional.h76 struct nullopt_t { struct
78 explicit constexpr nullopt_t(optional_internal::init_t) noexcept {} in nullopt_t() function
136 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() argument
/aosp_15_r20/external/pdfium/third_party/abseil-cpp/absl/types/
H A Doptional.h76 struct nullopt_t { struct
78 explicit constexpr nullopt_t(optional_internal::init_t) noexcept {} in nullopt_t() function
136 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/
H A Doptional.h76 struct nullopt_t { struct
78 explicit constexpr nullopt_t(optional_internal::init_t) noexcept {} in nullopt_t() argument
136 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() argument
/aosp_15_r20/external/abseil-cpp/absl/types/
H A Doptional.h77 struct nullopt_t { struct
79 explicit constexpr nullopt_t(optional_internal::init_t) noexcept {} in nullopt_t() function
137 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/
H A Doptional.h76 struct nullopt_t { struct
78 explicit constexpr nullopt_t(optional_internal::init_t) noexcept {} in nullopt_t() function
136 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() argument
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h138 using nullopt_t = std::nullopt_t; variable
147 struct nullopt_t { struct
148 explicit FLATBUFFERS_CONSTEXPR_CPP11 nullopt_t(int) {} in nullopt_t() function
186 FLATBUFFERS_CONSTEXPR_CPP11 Optional(nullopt_t) FLATBUFFERS_NOEXCEPT in Optional() argument
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dstl_emulation.h138 using nullopt_t = std::nullopt_t; variable
147 struct nullopt_t { struct
148 explicit FLATBUFFERS_CONSTEXPR_CPP11 nullopt_t(int) {} in nullopt_t() argument
186 FLATBUFFERS_CONSTEXPR_CPP11 Optional(nullopt_t) FLATBUFFERS_NOEXCEPT in Optional() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Doptional.h25 struct nullopt_t { struct
26 constexpr explicit nullopt_t(int) {} in nullopt_t() argument
/aosp_15_r20/external/libchrome/base/
H A Doptional.h22 struct nullopt_t { struct
23 constexpr explicit nullopt_t(int) {} in nullopt_t() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/
Doptional.h25 struct nullopt_t { struct
26 constexpr explicit nullopt_t(int) {} in nullopt_t() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/
DBitcodeConvenience.h209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read()
241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read()
282 unsigned code, std::nullopt_t) { in emit()
297 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read()
241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read()
282 unsigned code, std::nullopt_t) { in emit()
297 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/
DBitcodeConvenience.h209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read()
241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read()
282 unsigned code, std::nullopt_t) { in emit()
297 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/
DBitcodeConvenience.h209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read()
241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read()
282 unsigned code, std::nullopt_t) { in emit()
297 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/
DBitcodeConvenience.h209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read()
241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read()
282 unsigned code, std::nullopt_t) { in emit()
297 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read()
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Doptional.h21 constexpr explicit nullopt_t(int32_t) {} in nullopt_t() function
39 /* implicit */ optional(nullopt_t) noexcept in optional() argument
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dmatch_test.cc176 [](std::nullopt_t) { return 0; }); in TEST()
193 [](std::nullopt_t) { return 0; }); in TEST()
207 [](std::nullopt_t) { return 0; }); in TEST()
/aosp_15_r20/external/executorch/runtime/core/exec_aten/
H A Dexec_aten.h65 using nullopt_t = std::nullopt_t; variable
107 using nullopt_t = torch::executor::nullopt_t; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DArrayRef.h70 /*implicit*/ ArrayRef(std::nullopt_t) {} in ArrayRef()
325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DArrayRef.h70 /*implicit*/ ArrayRef(std::nullopt_t) {} in ArrayRef()
325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DArrayRef.h70 /*implicit*/ ArrayRef(std::nullopt_t) {} in ArrayRef()
325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef()

123