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

7 uses

	github.com/jackc/pgtype (current package)
		hstore.go#L252: 	pos int
		hstore.go#L257: 		pos: 0,
		hstore.go#L263: 	if p.pos >= len(p.str) {
		hstore.go#L267: 	r, w := utf8.DecodeRuneInString(p.str[p.pos:])
		hstore.go#L268: 	p.pos += w
		hstore.go#L273: 	if p.pos >= len(p.str) {
		hstore.go#L277: 	r, _ = utf8.DecodeRuneInString(p.str[p.pos:])