Home
last modified time | relevance | path

Searched defs:readerFunc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/io/
Dmulti_test.go245 type readerFunc func(p []byte) (int, error) type
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dtls_test.go307 type readerFunc func([]byte) (int, error) type