Searched defs:OptionalDomain (Results 1 – 1 of 1) sorted by relevance
102 struct OptionalDomain : public Domain<T> { struct103 OptionalDomain<T>& SetAlwaysNull() { return *this; } in SetAlwaysNull() argument104 OptionalDomain<T>& SetWithoutNull() { return *this; } in SetWithoutNull() argument