go/src/net/netip/netip_pkg_test.go

var mustPrefix

var mustIP

func TestPrefixValid(t *testing.T) {}

var nextPrevTests

func TestIPNextPrev(t *testing.T) {}

func BenchmarkIPNextPrev(b *testing.B) {}

func doNextPrev(t testing.TB) {}

func TestIPBitLen(t *testing.T) {}

func TestPrefixContains(t *testing.T) {}

func TestParseIPError(t *testing.T) {}

func TestParseAddrPort(t *testing.T) {}

func TestAddrPortMarshalUnmarshal(t *testing.T) {}

type appendMarshaler

// testAppendToMarshal tests that x's AppendTo and MarshalText methods yield the same results.
// x's MarshalText method must not return an error.
func testAppendToMarshal(t *testing.T, x appendMarshaler) {}

func TestIPv6Accessor(t *testing.T) {}