| // This file was auto-generated by the veyron vdl tool. |
| // Source: nativedep.vdl |
| |
| package nativedep |
| |
| import ( |
| // VDL system imports |
| "v.io/v23/vdl" |
| |
| // VDL user imports |
| "time" |
| "v.io/v23/vdl/testdata/nativetest" |
| _ "v.io/x/ref/lib/vdl/testdata/nativetest" |
| ) |
| |
| type All struct { |
| A string |
| B map[string]int |
| C time.Time |
| D nativetest.NativeSamePkg |
| E map[nativetest.NativeSamePkg]time.Time |
| } |
| |
| func (All) __VDLReflect(struct { |
| Name string "v.io/x/ref/lib/vdl/testdata/nativedep.All" |
| }) { |
| } |
| |
| func init() { |
| vdl.Register((*All)(nil)) |
| } |