var google.golang.org/protobuf/reflect/protoreflect.stringType

6 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_union.go#L190: 	case stringType:
		value_union.go#L219: 	case stringType:
		value_union.go#L287: 	case stringType:
		value_union.go#L347: 	case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
		value_unsafe.go#L40: 	stringType  = typeOf(*new(string))
		value_unsafe.go#L76: 	return Value{typ: stringType, ptr: p.Data, num: uint64(len(v))}