github.com/jackc/pgtype.CIDR.EncodeText (method)

2 uses

	github.com/jackc/pgtype (current package)
		cidr.go#L25: func (src CIDR) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		cidr_array.go#L453: 		elemBuf, err := elem.EncodeText(ci, inElemBuf)