Searched refs:NullableType (Results 1 – 3 of 3) 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() function310 const ValidatableType* NullableType() const override { return this; } in NullableType() function333 const ValidatableType* NullableType() const override { return this; } in NullableType() function[all …]
53 const Type* NullableType() const override { return nullable_type_.get(); } in NullableType() function
69 virtual const ValidatableType* NullableType() const = 0;458 type = type->NullableType(); in GetValidatableType()