Home
last modified time | relevance | path

Searched defs:NumMethod (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dtype.go78 NumMethod() int methodSpec
608 func (t *rtype) NumMethod() int { func
994 func (t *interfaceType) NumMethod() int { return len(t.Methods) } func
Dvalue.go2079 func (v Value) NumMethod() int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go456 func (t *Type) NumMethod() int { func
465 func (t *InterfaceType) NumMethod() int { return len(t.Methods) } func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/reflectlite/
Dtype.go263 func (t rtype) NumMethod() int { func