Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/fmt/
Dgostringer_example_test.go19 type Person struct { struct
20 Name string
21 Age uint
22 Addr *Address
27 func (p Person) GoString() string {
/prebuilts/go/linux-x86/src/sort/
Dexample_interface_test.go12 type Person struct { struct
13 Name string
14 Age int
17 func (p Person) String() string {
/prebuilts/go/linux-x86/src/go/doc/testdata/examples/
Dmultiple.go62 type Person struct { struct
63 Name string
64 Age int
68 func (p Person) String() string {
/prebuilts/go/linux-x86/src/encoding/xml/
Dread_test.go110 type Person struct { struct
111 Name string `xml:"name"`
112 URI string `xml:"uri"`
113 Email string `xml:"email"`
114 InnerXML string `xml:",innerxml"`
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcdoex.h324 typedef class Person Person; typedef
326 typedef struct Person Person; typedef
3906 class Person; variable