/external/libchrome/base/ |
D | optional.h | 22 struct nullopt_t { struct 23 constexpr explicit nullopt_t(int) {} in nullopt_t() argument
|
/external/bcc/src/cc/vendor/ |
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 …]
|
/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() argument 136 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() argument
|
/external/cronet/tot/third_party/abseil-cpp/absl/types/ |
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
|
/external/abseil-cpp/absl/types/ |
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
|
/external/openscreen/third_party/abseil/src/absl/types/ |
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
|
/external/pdfium/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
|
/external/cronet/stable/third_party/abseil-cpp/absl/types/ |
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
|
/external/swiftshader/third_party/llvm-16.0/llvm/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()
|
/external/flatbuffers/include/flatbuffers/ |
D | stl_emulation.h | 143 using nullopt_t = std::nullopt_t; variable 152 struct nullopt_t { struct 153 explicit FLATBUFFERS_CONSTEXPR_CPP11 nullopt_t(int) {} in nullopt_t() argument 191 FLATBUFFERS_CONSTEXPR_CPP11 Optional(nullopt_t) FLATBUFFERS_NOEXCEPT in Optional() argument
|
/external/executorch/runtime/core/portable_type/ |
D | optional.h | 21 constexpr explicit nullopt_t(int32_t) {} in nullopt_t() function 39 /* implicit */ optional(nullopt_t) noexcept in optional() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | Optional.cpp | 11 llvm::raw_ostream &llvm::operator<<(raw_ostream &OS, std::nullopt_t) { in operator <<()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | SMLoc.h | 53 SMRange(std::nullopt_t) {} in SMRange()
|
/external/executorch/runtime/core/exec_aten/ |
D | exec_aten.h | 65 using nullopt_t = std::nullopt_t; variable 107 using nullopt_t = torch::executor::nullopt_t; variable
|
/external/federated-compute/fcp/base/ |
D | unique_value.h | 43 constexpr explicit UniqueValue(std::nullopt_t) : value_() {} in UniqueValue()
|
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()
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/ |
D | optional.h | 21 struct nullopt_t { struct
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/ |
D | optional.h | 21 struct nullopt_t { struct
|
/external/llvm-libc/src/__support/CPP/ |
D | optional.h | 21 struct nullopt_t { struct
|
/external/cronet/tot/base/types/ |
D | optional_ref.h | 92 constexpr optional_ref(std::nullopt_t) {} in optional_ref()
|
/external/cronet/stable/base/types/ |
D | optional_ref.h | 92 constexpr optional_ref(std::nullopt_t) {} in optional_ref()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 60 SourcePred(PredT Pred, std::nullopt_t) : Pred(Pred) { in SourcePred()
|
/external/pytorch/c10/util/ |
D | OptionalArrayRef.h | 30 constexpr OptionalArrayRef(std::nullopt_t) noexcept {} in OptionalArrayRef()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | ArrayRef.h | 70 /*implicit*/ ArrayRef(std::nullopt_t) {} in ArrayRef() 323 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef()
|
/external/pytorch/torch/csrc/profiler/python/ |
D | init.cpp | 461 [&](const std::nullopt_t&) { out.append(py::none()); }, in initPythonBindings()
|