Searched refs:GetOptionalBool (Results 1 – 2 of 2) sorted by relevance
3 bool GetOptionalBool(bool *value);8 return GetOptionalBool(&value) ? value : default_value; in GetBool()
590 func (m *TestAllTypes) GetOptionalBool() bool { func