type reflect.Kind

34 uses

	reflect (current package)
		abi.go#L199: 	switch Kind(t.Kind()) {
		badlinkname.go#L88: func badlinkname_rtype_Kind(*rtype) Kind
		type.go#L111: 	Kind() Kind
		type.go#L278: type Kind uint
		type.go#L281: 	Invalid Kind = iota
		type.go#L469: func (k Kind) String() string {
		type.go#L603: func (t *rtype) Kind() Kind { return Kind(t.t.Kind()) }
		type.go#L1569: 	kind := Kind(T.Kind())
		type.go#L1570: 	if kind != Kind(V.Kind()) {
		type.go#L1747: 	kind  Kind
		type.go#L1988: 	switch Kind(t.Kind()) {
		type.go#L2012: 	switch Kind(t.Kind()) {
		type.go#L2039: 	switch Kind(t.Kind()) {
		type.go#L2252: 			switch Kind(f.Typ.Kind()) {
		type.go#L2837: 	switch Kind(t.Kind_ & abi.KindMask) {
		value.go#L85: func (f flag) kind() Kind {
		value.go#L86: 	return Kind(f & flagKindMask)
		value.go#L173: 	Kind   Kind
		value.go#L215: func (f flag) mustBe(expected Kind) {
		value.go#L217: 	if Kind(f&flagKindMask) != expected {
		value.go#L1817: func (v Value) Kind() Kind {
		value.go#L3301: 	switch Kind(src.Kind()) {
		value.go#L3303: 		switch Kind(dst.Kind()) {
		value.go#L3313: 		switch Kind(dst.Kind()) {
		value.go#L3323: 		switch Kind(dst.Kind()) {
		value.go#L3333: 		switch Kind(dst.Kind()) {
		value.go#L3340: 			switch Kind(dst.Elem().Kind()) {
		value.go#L3350: 			switch Kind(src.Elem().Kind()) {

	encoding/asn1
		asn1.go#L1038: func canHaveDefaultValue(k reflect.Kind) bool {

	github.com/google/go-cmp/cmp
		report_compare.go#L111: 	var parentKind reflect.Kind
		report_compare.go#L204: func (opts formatOptions) formatDiffList(recs []reportRecord, k reflect.Kind, ptrs *pointerReferences) textNode {
		report_reflect.go#L114: func (opts formatOptions) FormatValue(v reflect.Value, parentKind reflect.Kind, ptrs *pointerReferences) (out textNode) {

	text/template
		funcs.go#L177: func intLike(typ reflect.Kind) bool {