blob: 6eac05be51ccaa1d50e5cd6702d0e3818b18ef10 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This file was auto-generated by the vanadium 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))
}