Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dencoder_test.go811 type Bug2 struct { struct
812 A int
813 C chan int
814 CP *chan int
815 F func()
816 FPP **func()