blob: e4ddd2ae535fdd958e4c07cd3cadf8671efd4d30 [file] [log] [blame]
pkg signature, func CleanInterfaces([]Interface) []Interface
pkg signature, func CopyArgs([]Arg) []Arg
pkg signature, func CopyEmbeds([]Embed) []Embed
pkg signature, func CopyInterface(Interface) Interface
pkg signature, func CopyInterfaces([]Interface) []Interface
pkg signature, func CopyMethod(Method) Method
pkg signature, func CopyMethods([]Method) []Method
pkg signature, func FirstMethod([]Interface, string) (Method, bool)
pkg signature, func MethodNames([]Interface) []string
pkg signature, method (*Arg) VDLRead(vdl.Decoder) error
pkg signature, method (*Embed) VDLRead(vdl.Decoder) error
pkg signature, method (*Interface) FindMethod(string) (Method, bool)
pkg signature, method (*Interface) VDLRead(vdl.Decoder) error
pkg signature, method (*Method) VDLRead(vdl.Decoder) error
pkg signature, method (Arg) VDLIsZero() bool
pkg signature, method (Arg) VDLWrite(vdl.Encoder) error
pkg signature, method (Embed) VDLIsZero() bool
pkg signature, method (Embed) VDLWrite(vdl.Encoder) error
pkg signature, method (Interface) VDLIsZero() bool
pkg signature, method (Interface) VDLWrite(vdl.Encoder) error
pkg signature, method (Method) VDLIsZero() bool
pkg signature, method (Method) VDLWrite(vdl.Encoder) error
pkg signature, method (SortableMethods) Len() int
pkg signature, method (SortableMethods) Less(int, int) bool
pkg signature, method (SortableMethods) Swap(int, int)
pkg signature, type Arg struct
pkg signature, type Arg struct, Doc string
pkg signature, type Arg struct, Name string
pkg signature, type Arg struct, Type *vdl.Type
pkg signature, type Embed struct
pkg signature, type Embed struct, Doc string
pkg signature, type Embed struct, Name string
pkg signature, type Embed struct, PkgPath string
pkg signature, type Interface struct
pkg signature, type Interface struct, Doc string
pkg signature, type Interface struct, Embeds []Embed
pkg signature, type Interface struct, Methods []Method
pkg signature, type Interface struct, Name string
pkg signature, type Interface struct, PkgPath string
pkg signature, type Method struct
pkg signature, type Method struct, Doc string
pkg signature, type Method struct, InArgs []Arg
pkg signature, type Method struct, InStream *Arg
pkg signature, type Method struct, Name string
pkg signature, type Method struct, OutArgs []Arg
pkg signature, type Method struct, OutStream *Arg
pkg signature, type Method struct, Tags []*vdl.Value
pkg signature, type SortableMethods []Method