Home
last modified time | relevance | path

Searched refs:NumAllMethod (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/xreflect/
H A Dz_test.go188 is(t, typ.NumAllMethod(), 1)
202 is(t, typ.NumAllMethod(), 0)
213 is(t, typ.NumAllMethod(), 0)
225 is(t, typ.NumAllMethod(), rtype.NumMethod())
250 is(t, typ.NumAllMethod(), rtype.NumMethod())
272 is(t, typ.NumAllMethod(), rtype.NumMethod())
385 is(t, typ.NumAllMethod(), 1)
418 is(t, typ.NumAllMethod(), 1)
505 is(t, typ.NumAllMethod(), 1)
513 is(t, treader.NumAllMethod(), 1)
[all …]
H A Dbuild_strict.go281 func (t Type) NumAllMethod() int { func
282 return t[0].NumAllMethod()
H A Dbuild_compact.go283 func (t Type) NumAllMethod() int { func
284 return t(z{}).NumAllMethod()
H A Dbuild_easy.go189 NumAllMethod() int methodSpec
H A Dmethod.go65 func (t *xtype) NumAllMethod() int { func