/aosp_15_r20/external/bcc/src/cc/vendor/ |
H A D | optional.hpp | 250 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 D | optional.h | 77 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 D | optional.h | 76 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 D | optional.h | 77 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/ |
D | optional.h | 76 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 D | optional.h | 76 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 D | optional.h | 76 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 D | optional.h | 77 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 D | optional.h | 76 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 D | stl_emulation.h | 138 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 D | stl_emulation.h | 138 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/ |
D | optional.h | 25 struct nullopt_t { struct 26 constexpr explicit nullopt_t(int) {} in nullopt_t() argument
|
/aosp_15_r20/external/libchrome/base/ |
H A D | optional.h | 22 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/ |
D | optional.h | 25 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/ |
D | BitcodeConvenience.h | 209 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 D | BitcodeConvenience.h | 209 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/ |
D | BitcodeConvenience.h | 209 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/ |
D | BitcodeConvenience.h | 209 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/ |
D | BitcodeConvenience.h | 209 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 D | optional.h | 21 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 D | match_test.cc | 176 [](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 D | exec_aten.h | 65 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/ |
D | ArrayRef.h | 70 /*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/ |
D | ArrayRef.h | 70 /*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/ |
D | ArrayRef.h | 70 /*implicit*/ ArrayRef(std::nullopt_t) {} in ArrayRef() 325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef()
|