type github.com/jackc/pgx/v5/pgtype.BoolValuer

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bool.go#L16: type BoolValuer interface {
		bool.go#L121: 		case BoolValuer:
		bool.go#L128: 		case BoolValuer:
		bool.go#L153: 	b, err := value.(BoolValuer).BoolValue()
		bool.go#L174: 	b, err := value.(BoolValuer).BoolValue()