Searched defs:IsMethodSet (Results 1 – 4 of 4) sorted by relevance
103 func (t *Interface) IsMethodSet() bool { return t.typeSet().IsMethodSet() } func
39 func (s *_TypeSet) IsMethodSet() bool { return !s.comparable && s.terms.isAll() } func
42 func (s *_TypeSet) IsMethodSet() bool { return !s.comparable && s.terms.isAll() } func
127 func (t *Interface) IsMethodSet() bool { return t.typeSet().IsMethodSet() } func