github.com/jackc/pgtype.hstoreParser.str (field)

6 uses

	github.com/jackc/pgtype (current package)
		hstore.go#L251: 	str string
		hstore.go#L258: 		str: in,
		hstore.go#L263: 	if p.pos >= len(p.str) {
		hstore.go#L267: 	r, w := utf8.DecodeRuneInString(p.str[p.pos:])
		hstore.go#L273: 	if p.pos >= len(p.str) {
		hstore.go#L277: 	r, _ = utf8.DecodeRuneInString(p.str[p.pos:])