type github.com/jackc/pgtype.hstoreParser

5 uses

	github.com/jackc/pgtype (current package)
		hstore.go#L250: type hstoreParser struct {
		hstore.go#L255: func newHSP(in string) *hstoreParser {
		hstore.go#L256: 	return &hstoreParser{
		hstore.go#L262: func (p *hstoreParser) Consume() (r rune, end bool) {
		hstore.go#L272: func (p *hstoreParser) Peek() (r rune, end bool) {