type github.com/jackc/pgtype.CIDR

21 uses

	github.com/jackc/pgtype (current package)
		cidr.go#L3: type CIDR Inet
		cidr.go#L5: func (dst *CIDR) Set(src interface{}) error {
		cidr.go#L9: func (dst CIDR) Get() interface{} {
		cidr.go#L13: func (src *CIDR) AssignTo(dst interface{}) error {
		cidr.go#L17: func (dst *CIDR) DecodeText(ci *ConnInfo, src []byte) error {
		cidr.go#L21: func (dst *CIDR) DecodeBinary(ci *ConnInfo, src []byte) error {
		cidr.go#L25: func (src CIDR) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		cidr.go#L29: func (src CIDR) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
		cidr_array.go#L16: 	Elements   []CIDR
		cidr_array.go#L44: 			elements := make([]CIDR, len(value))
		cidr_array.go#L63: 			elements := make([]CIDR, len(value))
		cidr_array.go#L82: 			elements := make([]CIDR, len(value))
		cidr_array.go#L95: 	case []CIDR:
		cidr_array.go#L133: 			Elements:   make([]CIDR, elementsLength),
		cidr_array.go#L150: 				dst.Elements = make([]CIDR, elementsLength)
		cidr_array.go#L349: 	var elements []CIDR
		cidr_array.go#L352: 		elements = make([]CIDR, len(uta.Elements))
		cidr_array.go#L355: 			var elem CIDR
		cidr_array.go#L396: 	elements := make([]CIDR, elementCount)
		pgtype.go#L281: 	ci.RegisterDataType(DataType{Value: &CIDR{}, Name: "cidr", OID: CIDROID})
		pgtype.go#L898: 		"cidr":         &CIDR{},