Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dcompletions.ts63 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() function
86714 Nullable(const decltype(nullptr)&) in Nullable() function
86718 explicit Nullable(const T& aValue) in Nullable() argument
86724 Nullable(T&& aValue) in Nullable() function
86730 Nullable(Nullable<T>&& aOther) in Nullable() function
86734 Nullable(const Nullable<T>& aOther) in Nullable() argument
86738 void operator=(const Nullable<T>& aOther) in operator =()
86743 void SetValue(const T& aArgs) in SetValue()
[all …]