Searched defs:NullableType (Results 1 – 2 of 2) sorted by relevance
48 const ValidatableType* NullableType() const override { return nullptr; } in NullableType() function91 const ValidatableType* NullableType() const override { return this; } in NullableType() function128 const ValidatableType* NullableType() const override { return this; } in NullableType() function151 const ValidatableType* NullableType() const override { return this; } in NullableType() function174 const ValidatableType* NullableType() const override { return this; } in NullableType() function199 const ValidatableType* NullableType() const override { return this; } in NullableType() function214 const ValidatableType* NullableType() const override { return this; } in NullableType() function259 const ValidatableType* NullableType() const override { return this; } in NullableType() function270 const ValidatableType* NullableType() const override { return this; } in NullableType() function311 const ValidatableType* NullableType() const override { return this; } in NullableType() function[all …]
53 const Type* NullableType() const override { return nullable_type_.get(); } in NullableType() function