net.IPMask.Size (method)

2 uses

	net (current package)
		ip.go#L440: func (m IPMask) Size() (ones, bits int) {

	github.com/jackc/pgx/v5/pgtype
		builtin_wrappers.go#L537: 	ones, _ := w.Mask.Size()