Home
last modified time | relevance | path

Searched defs:Nullable (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/tests/ui/associated-types/
Dissue-38821.rs1 pub struct Nullable<T: NotNull>(T); struct
6 type Nullable; typedef
10 type Nullable = Nullable<T>; typedef
13 impl<T: NotNull> IntoNullable for Nullable<T> { implementation
14 type Nullable = Nullable<T>; typedef
/third_party/rust/rust/tests/ui/consts/const-eval/
Dice-generic-assoc-const.rs4 pub trait Nullable { interface
10 impl<T> Nullable for *const T { impl
/third_party/protobuf/third_party/abseil-cpp/absl/base/
Dnullability.h227 using Nullable = nullability_internal::NullableImpl<T>; variable
/third_party/rust/rust/tests/ui/structs-enums/
Denum-layout-optimization.rs9 enum Nullable<T> { enum
/third_party/typescript/src/services/
Dcompletions.ts139 Nullable = 1 << 4, enumerator
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp86704 struct Nullable struct
86707 Maybe<T> mValue;
86710 Nullable() in Nullable() argument
86714 Nullable(const decltype(nullptr)&) in Nullable() function
86718 explicit Nullable(const T& aValue) in Nullable() function
86724 Nullable(T&& aValue) in Nullable() function
86730 Nullable(Nullable<T>&& aOther) in Nullable() function
86734 Nullable(const Nullable<T>& aOther) in Nullable() function
86738 void operator=(const Nullable<T>& aOther) in operator =()
86743 void SetValue(const T& aArgs) in SetValue()
[all …]