Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dall_test.go2733 type DirectIfaceT struct { struct
2734 p *int
2737 func (d DirectIfaceT) M() int { return *d.p }