Searched defs:NullableType (Results 1 – 2 of 2) sorted by relevance
47 const ValidatableType* NullableType() const override { return nullptr; } in NullableType() function78 const ValidatableType* NullableType() const override { return this; } in NullableType() function102 const ValidatableType* NullableType() const override { return this; } in NullableType() function114 const ValidatableType* NullableType() const override { return this; } in NullableType() function121 const ValidatableType* NullableType() const override { return this; } in NullableType() function127 const ValidatableType* NullableType() const override { return this; } in NullableType() function138 const ValidatableType* NullableType() const override { return this; } in NullableType() function150 const ValidatableType* NullableType() const override { return this; } in NullableType() function159 const ValidatableType* NullableType() const override { return this; } in NullableType() function180 const ValidatableType* NullableType() const override { return this; } in NullableType() function[all …]
51 const Type* NullableType() const override { return nullable_type_.get(); } in NullableType() function