google.golang.org/protobuf/reflect/protoreflect.Kind.String (method, view implemented interface methods)

3 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L285: func (k Kind) String() string {

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L154: 						rs.recs = append(rs.recs, [2]string{"MapKey", k.Kind().String()})
		stringer.go#L164: 							rs.recs = append(rs.recs, [2]string{"MapValue", v.Kind().String()})