Home
last modified time | relevance | path

Searched refs:appendMarshaler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/
Dfuzz_test.go289 type appendMarshaler interface { interface
295 func checkTextMarshalMatchesAppendTo(t *testing.T, x appendMarshaler) { argument
348 if am, ok := x.(appendMarshaler); ok {
Dnetip_pkg_test.go334 type appendMarshaler interface { interface
341 func testAppendToMarshal(t *testing.T, x appendMarshaler) { argument