Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/encoding/gob/
Dgobencdec_test.go23 type ByteStruct struct { struct
24 a byte // not an exported field
49 func (g *ByteStruct) GobEncode() ([]byte, error) {
57 func (g *ByteStruct) GobDecode(data []byte) error {
/prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p1/
Dp1.go221 type ByteStruct struct { struct
222 B byte
223 R rune