internal/reflectlite.rtype.Kind (method)

22 uses

	internal/reflectlite (current package)
		swapper.go#L43: 		if typ.Kind() == String {
		type.go#L465: 	switch t.Kind() {
		type.go#L529: func (t *rtype) Kind() Kind { return Kind(t.kind & kindMask) }
		type.go#L544: 	if t.Kind() == Interface {
		type.go#L579: 	if t.Kind() != Chan {
		type.go#L587: 	switch t.Kind() {
		type.go#L608: 	if t.Kind() != Func {
		type.go#L616: 	if t.Kind() != Map {
		type.go#L624: 	if t.Kind() != Array {
		type.go#L632: 	if t.Kind() != Struct {
		type.go#L640: 	if t.Kind() != Func {
		type.go#L648: 	if t.Kind() != Func {
		type.go#L656: 	if t.Kind() != Func {
		type.go#L731: 	if T.Kind() != Interface {
		type.go#L751: 	if V.Kind() == Interface {
		type.go#L827: 	if T.hasName() && V.hasName() || T.Kind() != V.Kind() {
		type.go#L852: 	kind := T.Kind()
		type.go#L853: 	if kind != V.Kind() {
		value.go#L147: 	f := flag(t.Kind())
		value.go#L255: 		fl |= flag(typ.Kind())
		value.go#L422: 		fl |= flag(dst.Kind())