Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dgobencdec_test.go27 type StringStruct struct { struct
28 s string // not an exported field
74 func (g *StringStruct) GobEncode() ([]byte, error) {
78 func (g *StringStruct) GobDecode(data []byte) error {
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c93 typedef struct StringStruct { struct
94 struct StringStruct *link; argument
96 } StringStruct; typedef
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcbiapts.c93 typedef struct StringStruct { struct
94 struct StringStruct *link; argument
96 } StringStruct; argument
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dboundmethod.go70 type StringStruct[T Ints] struct { type