Documentation
¶
Overview ¶
Package vdltest provides a variety of VDL types and values for testing.
Index ¶
- Variables
- func ErrorfNone(ctx *context.T, format string) error
- func ErrorfOne(ctx *context.T, format string, i int64) error
- func ErrorfThree(ctx *context.T, format string, a string, b int64, c float32) error
- func ErrorfTwo(ctx *context.T, format string, a string, err error) error
- func MessageNone(ctx *context.T, message string) error
- func MessageOne(ctx *context.T, message string, i int64) error
- func MessageThree(ctx *context.T, message string, a string, b int64, c float32) error
- func MessageTwo(ctx *context.T, message string, a string, err error) error
- func MimicValue(tt *vdl.Type, base *vdl.Value) *vdl.Value
- func ParamsErrNone(argumentError error) (verrorComponent string, verrorOperation string, returnErr error)
- func ParamsErrOne(argumentError error) (verrorComponent string, verrorOperation string, i int64, returnErr error)
- func ParamsErrThree(argumentError error) (verrorComponent string, verrorOperation string, a string, b int64, c float32, ...)
- func ParamsErrTwo(argumentError error) (verrorComponent string, verrorOperation string, a string, err error, ...)
- func PrintEntryStats(w io.Writer, entries ...EntryValue) error
- func PrintTypeStats(w io.Writer, types ...*vdl.Type) error
- func VDLReadVUnionDepth1_All(dec vdl.Decoder, x *VUnionDepth1_All) error
- func VDLReadVUnionDepth1_Any(dec vdl.Decoder, x *VUnionDepth1_Any) error
- func VDLReadVUnionDepth1_Bool(dec vdl.Decoder, x *VUnionDepth1_Bool) error
- func VDLReadVUnionDepth1_Byte(dec vdl.Decoder, x *VUnionDepth1_Byte) error
- func VDLReadVUnionDepth1_Error(dec vdl.Decoder, x *VUnionDepth1_Error) error
- func VDLReadVUnionDepth1_Float32(dec vdl.Decoder, x *VUnionDepth1_Float32) error
- func VDLReadVUnionDepth1_Float64(dec vdl.Decoder, x *VUnionDepth1_Float64) error
- func VDLReadVUnionDepth1_Int16(dec vdl.Decoder, x *VUnionDepth1_Int16) error
- func VDLReadVUnionDepth1_Int32(dec vdl.Decoder, x *VUnionDepth1_Int32) error
- func VDLReadVUnionDepth1_Int64(dec vdl.Decoder, x *VUnionDepth1_Int64) error
- func VDLReadVUnionDepth1_Int8(dec vdl.Decoder, x *VUnionDepth1_Int8) error
- func VDLReadVUnionDepth1_OptVNamedError(dec vdl.Decoder, x *VUnionDepth1_OptVNamedError) error
- func VDLReadVUnionDepth1_OptVStructEmpty(dec vdl.Decoder, x *VUnionDepth1_OptVStructEmpty) error
- func VDLReadVUnionDepth1_String(dec vdl.Decoder, x *VUnionDepth1_String) error
- func VDLReadVUnionDepth1_TypeObject(dec vdl.Decoder, x *VUnionDepth1_TypeObject) error
- func VDLReadVUnionDepth1_Uint16(dec vdl.Decoder, x *VUnionDepth1_Uint16) error
- func VDLReadVUnionDepth1_Uint32(dec vdl.Decoder, x *VUnionDepth1_Uint32) error
- func VDLReadVUnionDepth1_Uint64(dec vdl.Decoder, x *VUnionDepth1_Uint64) error
- func VDLReadVUnionDepth1_VBool(dec vdl.Decoder, x *VUnionDepth1_VBool) error
- func VDLReadVUnionDepth1_VByte(dec vdl.Decoder, x *VUnionDepth1_VByte) error
- func VDLReadVUnionDepth1_VEnumAbc(dec vdl.Decoder, x *VUnionDepth1_VEnumAbc) error
- func VDLReadVUnionDepth1_VEnumBcd(dec vdl.Decoder, x *VUnionDepth1_VEnumBcd) error
- func VDLReadVUnionDepth1_VFloat32(dec vdl.Decoder, x *VUnionDepth1_VFloat32) error
- func VDLReadVUnionDepth1_VFloat64(dec vdl.Decoder, x *VUnionDepth1_VFloat64) error
- func VDLReadVUnionDepth1_VInt16(dec vdl.Decoder, x *VUnionDepth1_VInt16) error
- func VDLReadVUnionDepth1_VInt32(dec vdl.Decoder, x *VUnionDepth1_VInt32) error
- func VDLReadVUnionDepth1_VInt64(dec vdl.Decoder, x *VUnionDepth1_VInt64) error
- func VDLReadVUnionDepth1_VInt8(dec vdl.Decoder, x *VUnionDepth1_VInt8) error
- func VDLReadVUnionDepth1_VNamedError(dec vdl.Decoder, x *VUnionDepth1_VNamedError) error
- func VDLReadVUnionDepth1_VString(dec vdl.Decoder, x *VUnionDepth1_VString) error
- func VDLReadVUnionDepth1_VStructEmpty(dec vdl.Decoder, x *VUnionDepth1_VStructEmpty) error
- func VDLReadVUnionDepth1_VUint16(dec vdl.Decoder, x *VUnionDepth1_VUint16) error
- func VDLReadVUnionDepth1_VUint32(dec vdl.Decoder, x *VUnionDepth1_VUint32) error
- func VDLReadVUnionDepth1_VUint64(dec vdl.Decoder, x *VUnionDepth1_VUint64) error
- func VDLReadVUnionDepth2_All(dec vdl.Decoder, x *VUnionDepth2_All) error
- func VDLReadVUnionDepth2_Map_VBool_VBool(dec vdl.Decoder, x *VUnionDepth2_Map_VBool_VBool) error
- func VDLReadVUnionDepth2_OptVStructDepth1_VEnumBcd(dec vdl.Decoder, x *VUnionDepth2_OptVStructDepth1_VEnumBcd) error
- func VDLReadVUnionDepth2_OptVStructDepth1_VFloat32(dec vdl.Decoder, x *VUnionDepth2_OptVStructDepth1_VFloat32) error
- func VDLReadVUnionDepth2_VArray1_String(dec vdl.Decoder, x *VUnionDepth2_VArray1_String) error
- func VDLReadVUnionDepth2_VArray2_VByte(dec vdl.Decoder, x *VUnionDepth2_VArray2_VByte) error
- func VDLReadVUnionDepth2_VList_OptVNamedError(dec vdl.Decoder, x *VUnionDepth2_VList_OptVNamedError) error
- func VDLReadVUnionDepth2_VList_VByte(dec vdl.Decoder, x *VUnionDepth2_VList_VByte) error
- func VDLReadVUnionDepth2_VMap_VBool_VBool(dec vdl.Decoder, x *VUnionDepth2_VMap_VBool_VBool) error
- func VDLReadVUnionDepth2_VSet_VBool(dec vdl.Decoder, x *VUnionDepth2_VSet_VBool) error
- func VDLReadVUnionDepth2_VSet_VNamedError(dec vdl.Decoder, x *VUnionDepth2_VSet_VNamedError) error
- func VDLReadVUnionDepth2_VStructDepth1_All(dec vdl.Decoder, x *VUnionDepth2_VStructDepth1_All) error
- func VDLReadVUnionDepth2_VStructDepth1_Int8(dec vdl.Decoder, x *VUnionDepth2_VStructDepth1_Int8) error
- func VDLReadVUnionDepth2_VUnionDepth1_All(dec vdl.Decoder, x *VUnionDepth2_VUnionDepth1_All) error
- func VDLReadVUnionDepth2_VUnionDepth1_VUint32(dec vdl.Decoder, x *VUnionDepth2_VUnionDepth1_VUint32) error
- func VDLReadVUnionDepth3_All(dec vdl.Decoder, x *VUnionDepth3_All) error
- func VDLReadVUnionDepth3_List_VList_Error(dec vdl.Decoder, x *VUnionDepth3_List_VList_Error) error
- func VDLReadVUnionDepth3_OptVStructDepth2_Set_Float64(dec vdl.Decoder, x *VUnionDepth3_OptVStructDepth2_Set_Float64) error
- func VDLReadVUnionDepth3_Set_VStructDepth1_String(dec vdl.Decoder, x *VUnionDepth3_Set_VStructDepth1_String) error
- func VDLReadVUnionDepth3_VArray3_OptVStructDepth1_VFloat32(dec vdl.Decoder, x *VUnionDepth3_VArray3_OptVStructDepth1_VFloat32) error
- func VDLReadVUnionDepth3_VMap_VStructDepth1_VBool_VStructDepth1_VBool(dec vdl.Decoder, x *VUnionDepth3_VMap_VStructDepth1_VBool_VStructDepth1_VBool) error
- func VDLReadVUnionDepth3_VStructDepth2_All(dec vdl.Decoder, x *VUnionDepth3_VStructDepth2_All) error
- func VDLReadVUnionDepth3_VUnionDepth2_All(dec vdl.Decoder, x *VUnionDepth3_VUnionDepth2_All) error
- func VDLReadVWireUnionNArray(dec vdl.Decoder, x *VWireUnionNArray) error
- func VDLReadVWireUnionNIface(dec vdl.Decoder, x *VWireUnionNIface) error
- func VDLReadVWireUnionNPointer(dec vdl.Decoder, x *VWireUnionNPointer) error
- func VDLReadVWireUnionNSlice(dec vdl.Decoder, x *VWireUnionNSlice) error
- func VDLReadVWireUnionNString(dec vdl.Decoder, x *VWireUnionNString) error
- func VDLReadVWireUnionNStruct(dec vdl.Decoder, x *VWireUnionNStruct) error
- func VWireArrayNStringFromNative(wire *VWireArrayNString, native VNativeWireArrayNString) error
- func VWireArrayNStringToNative(wire VWireArrayNString, native *VNativeWireArrayNString) error
- func VWireArrayNStructFromNative(wire *VWireArrayNStruct, native VNativeWireArrayNStruct) error
- func VWireArrayNStructToNative(wire VWireArrayNStruct, native *VNativeWireArrayNStruct) error
- func VWireBoolNBoolFromNative(wire *VWireBoolNBool, native VNativeWireBoolNBool) error
- func VWireBoolNBoolToNative(wire VWireBoolNBool, native *VNativeWireBoolNBool) error
- func VWireBoolNStringFromNative(wire *VWireBoolNString, native VNativeWireBoolNString) error
- func VWireBoolNStringToNative(wire VWireBoolNString, native *VNativeWireBoolNString) error
- func VWireBoolNStructFromNative(wire *VWireBoolNStruct, native VNativeWireBoolNStruct) error
- func VWireBoolNStructToNative(wire VWireBoolNStruct, native *VNativeWireBoolNStruct) error
- func VWireIntNIntFromNative(wire *VWireIntNInt, native VNativeWireIntNInt) error
- func VWireIntNIntToNative(wire VWireIntNInt, native *VNativeWireIntNInt) error
- func VWireIntNStringFromNative(wire *VWireIntNString, native VNativeWireIntNString) error
- func VWireIntNStringToNative(wire VWireIntNString, native *VNativeWireIntNString) error
- func VWireIntNStructFromNative(wire *VWireIntNStruct, native VNativeWireIntNStruct) error
- func VWireIntNStructToNative(wire VWireIntNStruct, native *VNativeWireIntNStruct) error
- func VWireListNStringFromNative(wire *VWireListNString, native VNativeWireListNString) error
- func VWireListNStringToNative(wire VWireListNString, native *VNativeWireListNString) error
- func VWireListNStructFromNative(wire *VWireListNStruct, native VNativeWireListNStruct) error
- func VWireListNStructToNative(wire VWireListNStruct, native *VNativeWireListNStruct) error
- func VWireStringNStringFromNative(wire *VWireStringNString, native VNativeWireStringNString) error
- func VWireStringNStringToNative(wire VWireStringNString, native *VNativeWireStringNString) error
- func VWireStringNStructFromNative(wire *VWireStringNStruct, native VNativeWireStringNStruct) error
- func VWireStringNStructToNative(wire VWireStringNStruct, native *VNativeWireStringNStruct) error
- func VWireStructNArrayFromNative(wire *VWireStructNArray, native VNativeWireStructNArray) error
- func VWireStructNArrayToNative(wire VWireStructNArray, native *VNativeWireStructNArray) error
- func VWireStructNSliceFromNative(wire *VWireStructNSlice, native VNativeWireStructNSlice) error
- func VWireStructNSliceToNative(wire VWireStructNSlice, native *VNativeWireStructNSlice) error
- func VWireStructNStringFromNative(wire *VWireStructNString, native VNativeWireStructNString) error
- func VWireStructNStringToNative(wire VWireStructNString, native *VNativeWireStructNString) error
- func VWireStructNStructFromNative(wire *VWireStructNStruct, native VNativeWireStructNStruct) error
- func VWireStructNStructToNative(wire VWireStructNStruct, native *VNativeWireStructNStruct) error
- func VWireUnionNArrayFromNative(wire *VWireUnionNArray, native VNativeWireUnionNArray) error
- func VWireUnionNArrayToNative(wire VWireUnionNArray, native *VNativeWireUnionNArray) error
- func VWireUnionNSliceFromNative(wire *VWireUnionNSlice, native VNativeWireUnionNSlice) error
- func VWireUnionNSliceToNative(wire VWireUnionNSlice, native *VNativeWireUnionNSlice) error
- func VWireUnionNStringFromNative(wire *VWireUnionNString, native VNativeWireUnionNString) error
- func VWireUnionNStringToNative(wire VWireUnionNString, native *VNativeWireUnionNString) error
- func VWireUnionNStructFromNative(wire *VWireUnionNStruct, native VNativeWireUnionNStruct) error
- func VWireUnionNStructToNative(wire VWireUnionNStruct, native *VNativeWireUnionNStruct) error
- type Entry
- type EntryGenerator
- func (g *EntryGenerator) GenAllFail(targetTypes []*vdl.Type) []EntryValue
- func (g *EntryGenerator) GenAllPass(targetTypes []*vdl.Type) []EntryValue
- func (g *EntryGenerator) GenFail(tt *vdl.Type) []EntryValue
- func (g *EntryGenerator) GenPass(tt *vdl.Type) []EntryValue
- func (g *EntryGenerator) RandSeed(seed int64)
- type EntryValue
- type GenMode
- type TypeGenerator
- type VArray1_Byte
- type VArray1_OptVStructEmpty
- type VArray1_Set_VEnumBcd
- type VArray1_String
- type VArray1_Uint32
- type VArray1_VArray1_VList_Byte
- type VArray1_VArray3_Int64
- type VArray1_VList_Byte
- type VArray1_VNamedError
- type VArray1_VStructEmpty
- type VArray2_Error
- type VArray2_List_VMap_VByte_VByte
- type VArray2_Map_Byte_Byte
- type VArray2_Set_VUnionDepth1_VNamedError
- type VArray2_TypeObject
- type VArray2_VByte
- type VArray2_VEnumAbc
- type VArray2_VEnumBcd
- type VArray2_VStructDepth1_All
- type VArray2_VStructDepth2_All
- type VArray2_VUnionDepth2_All
- type VArray3_Any
- type VArray3_Bool
- type VArray3_Int64
- type VArray3_Map_VUnionDepth1_Float64_VUnionDepth1_Float64
- func (x VArray3_Map_VUnionDepth1_Float64_VUnionDepth1_Float64) VDLIsZero() bool
- func (x *VArray3_Map_VUnionDepth1_Float64_VUnionDepth1_Float64) VDLRead(dec vdl.Decoder) error
- func (VArray3_Map_VUnionDepth1_Float64_VUnionDepth1_Float64) VDLReflect(struct{ ... })
- func (x VArray3_Map_VUnionDepth1_Float64_VUnionDepth1_Float64) VDLWrite(enc vdl.Encoder) error
- type VArray3_OptVNamedError
- type VArray3_OptVStructDepth1_VFloat32
- type VArray3_OptVStructDepth2_Set_Float64
- type VArray3_Uint64
- type VArray3_VBool
- type VArray3_VString
- type VArray3_VUnionDepth1_All
- type VBool
- type VByte
- type VEnumAbc
- type VEnumBcd
- type VFloat32
- type VFloat64
- type VInt16
- type VInt32
- type VInt64
- type VInt8
- type VList_Any
- type VList_Bool
- type VList_Byte
- type VList_Error
- type VList_List_VMap_VByte_VByte
- type VList_List_VString
- type VList_OptVNamedError
- type VList_OptVStructDepth1_VEnumBcd
- type VList_OptVStructDepth2_Set_Float64
- type VList_OptVStructEmpty
- type VList_Set_VBool
- type VList_String
- type VList_TypeObject
- type VList_VArray1_VStructEmpty
- type VList_VArray3_VUnionDepth1_All
- type VList_VBool
- type VList_VByte
- type VList_VEnumAbc
- type VList_VEnumBcd
- type VList_VFloat32
- type VList_VFloat64
- type VList_VMap_Byte_Byte
- type VList_VMap_VArray3_VBool_VArray3_VBool
- type VList_VNamedError
- type VList_VSet_VArray1_VStructEmpty
- type VList_VString
- type VList_VStructDepth1_All
- type VList_VStructDepth2_All
- type VList_VStructEmpty
- type VList_VUint16
- type VList_VUnionDepth1_All
- type VList_VUnionDepth2_All
- type VMap_Bool_Bool
- type VMap_Byte_Byte
- type VMap_Int64_Int64
- type VMap_String_String
- type VMap_VArray1_VArray3_Int64_VArray1_VArray3_Int64
- func (x VMap_VArray1_VArray3_Int64_VArray1_VArray3_Int64) VDLIsZero() bool
- func (x *VMap_VArray1_VArray3_Int64_VArray1_VArray3_Int64) VDLRead(dec vdl.Decoder) error
- func (VMap_VArray1_VArray3_Int64_VArray1_VArray3_Int64) VDLReflect(struct{ ... })
- func (x VMap_VArray1_VArray3_Int64_VArray1_VArray3_Int64) VDLWrite(enc vdl.Encoder) error
- type VMap_VArray3_VBool_VArray3_VBool
- type VMap_VBool_VBool
- type VMap_VByte_VByte
- type VMap_VEnumAbc_VEnumAbc
- type VMap_VEnumBcd_VEnumBcd
- type VMap_VInt32_VInt32
- type VMap_VNamedError_VNamedError
- type VMap_VString_VString
- type VMap_VStructDepth1_VBool_VStructDepth1_VBool
- func (x VMap_VStructDepth1_VBool_VStructDepth1_VBool) VDLIsZero() bool
- func (x *VMap_VStructDepth1_VBool_VStructDepth1_VBool) VDLRead(dec vdl.Decoder) error
- func (VMap_VStructDepth1_VBool_VStructDepth1_VBool) VDLReflect(struct{ ... })
- func (x VMap_VStructDepth1_VBool_VStructDepth1_VBool) VDLWrite(enc vdl.Encoder) error
- type VMap_VStructDepth2_VArray1_Uint32_VStructDepth2_VArray1_Uint32
- func (x VMap_VStructDepth2_VArray1_Uint32_VStructDepth2_VArray1_Uint32) VDLIsZero() bool
- func (x *VMap_VStructDepth2_VArray1_Uint32_VStructDepth2_VArray1_Uint32) VDLRead(dec vdl.Decoder) error
- func (VMap_VStructDepth2_VArray1_Uint32_VStructDepth2_VArray1_Uint32) VDLReflect(struct{ ... })
- func (x VMap_VStructDepth2_VArray1_Uint32_VStructDepth2_VArray1_Uint32) VDLWrite(enc vdl.Encoder) error
- type VMap_VStructEmpty_VStructEmpty
- type VMap_VUint32_VUint32
- type VMap_VUnionDepth1_VUint64_VUnionDepth1_VUint64
- func (x VMap_VUnionDepth1_VUint64_VUnionDepth1_VUint64) VDLIsZero() bool
- func (x *VMap_VUnionDepth1_VUint64_VUnionDepth1_VUint64) VDLRead(dec vdl.Decoder) error
- func (VMap_VUnionDepth1_VUint64_VUnionDepth1_VUint64) VDLReflect(struct{ ... })
- func (x VMap_VUnionDepth1_VUint64_VUnionDepth1_VUint64) VDLWrite(enc vdl.Encoder) error
- type VMap_VUnionDepth2_VArray2_VByte_VUnionDepth2_VArray2_VByte
- func (x VMap_VUnionDepth2_VArray2_VByte_VUnionDepth2_VArray2_VByte) VDLIsZero() bool
- func (x *VMap_VUnionDepth2_VArray2_VByte_VUnionDepth2_VArray2_VByte) VDLRead(dec vdl.Decoder) error
- func (VMap_VUnionDepth2_VArray2_VByte_VUnionDepth2_VArray2_VByte) VDLReflect(struct{ ... })
- func (x VMap_VUnionDepth2_VArray2_VByte_VUnionDepth2_VArray2_VByte) VDLWrite(enc vdl.Encoder) error
- type VMutualCycleA
- type VMutualCycleB
- type VNamedError
- type VNativeWireArrayNString
- type VNativeWireArrayNStruct
- type VNativeWireBoolNBool
- type VNativeWireBoolNString
- type VNativeWireBoolNStruct
- type VNativeWireIntNInt
- type VNativeWireIntNString
- type VNativeWireIntNStruct
- type VNativeWireListNString
- type VNativeWireListNStruct
- type VNativeWireStringNString
- type VNativeWireStringNStruct
- type VNativeWireStructNArray
- type VNativeWireStructNSlice
- type VNativeWireStructNString
- type VNativeWireStructNStruct
- type VNativeWireUnionNArray
- type VNativeWireUnionNSlice
- type VNativeWireUnionNString
- type VNativeWireUnionNStruct
- type VSelfCycle
- type VSet_Bool
- type VSet_Byte
- type VSet_Float32
- type VSet_String
- type VSet_Uint64
- type VSet_VArray1_VArray3_Int64
- type VSet_VArray1_VStructEmpty
- type VSet_VBool
- type VSet_VByte
- type VSet_VEnumAbc
- type VSet_VEnumBcd
- type VSet_VNamedError
- type VSet_VString
- type VSet_VStructDepth1_VFloat64
- type VSet_VStructDepth2_VStructDepth1_Bool
- type VSet_VStructEmpty
- type VSet_VUint64
- type VSet_VUnionDepth1_VInt8
- type VSet_VUnionDepth2_VArray1_String
- type VString
- type VStructDepth1_All
- type VStructDepth1_Any
- type VStructDepth1_Bool
- type VStructDepth1_Byte
- type VStructDepth1_Error
- type VStructDepth1_Float32
- type VStructDepth1_Float64
- type VStructDepth1_Int16
- type VStructDepth1_Int32
- type VStructDepth1_Int64
- type VStructDepth1_Int8
- type VStructDepth1_OptVNamedError
- type VStructDepth1_OptVStructEmpty
- type VStructDepth1_String
- type VStructDepth1_TypeObject
- type VStructDepth1_Uint16
- type VStructDepth1_Uint32
- type VStructDepth1_Uint64
- type VStructDepth1_VBool
- type VStructDepth1_VByte
- type VStructDepth1_VEnumAbc
- type VStructDepth1_VEnumBcd
- type VStructDepth1_VFloat32
- type VStructDepth1_VFloat64
- type VStructDepth1_VInt16
- type VStructDepth1_VInt32
- type VStructDepth1_VInt64
- type VStructDepth1_VInt8
- type VStructDepth1_VNamedError
- type VStructDepth1_VString
- type VStructDepth1_VStructEmpty
- type VStructDepth1_VUint16
- type VStructDepth1_VUint32
- type VStructDepth1_VUint64
- type VStructDepth2_All
- type VStructDepth2_List_Int16
- type VStructDepth2_Map_Byte_Byte
- type VStructDepth2_Map_Uint32_Uint32
- type VStructDepth2_OptVStructDepth1_VEnumBcd
- func (x VStructDepth2_OptVStructDepth1_VEnumBcd) VDLIsZero() bool
- func (x *VStructDepth2_OptVStructDepth1_VEnumBcd) VDLRead(dec vdl.Decoder) error
- func (VStructDepth2_OptVStructDepth1_VEnumBcd) VDLReflect(struct{ ... })
- func (x VStructDepth2_OptVStructDepth1_VEnumBcd) VDLWrite(enc vdl.Encoder) error
- type VStructDepth2_OptVStructDepth1_VUint16
- type VStructDepth2_Set_Float64
- type VStructDepth2_VArray1_Uint32
- type VStructDepth2_VArray2_TypeObject
- type VStructDepth2_VList_Any
- type VStructDepth2_VSet_VEnumBcd
- type VStructDepth2_VStructDepth1_All
- type VStructDepth2_VStructDepth1_Bool
- type VStructDepth2_VUnionDepth1_All
- type VStructDepth2_VUnionDepth1_Float64
- type VStructDepth3_All
- type VStructDepth3_List_VUnionDepth1_All
- type VStructDepth3_Map_VUnionDepth1_Float64_VUnionDepth1_Float64
- func (x VStructDepth3_Map_VUnionDepth1_Float64_VUnionDepth1_Float64) VDLIsZero() bool
- func (x *VStructDepth3_Map_VUnionDepth1_Float64_VUnionDepth1_Float64) VDLRead(dec vdl.Decoder) error
- func (VStructDepth3_Map_VUnionDepth1_Float64_VUnionDepth1_Float64) VDLReflect(struct{ ... })
- func (x VStructDepth3_Map_VUnionDepth1_Float64_VUnionDepth1_Float64) VDLWrite(enc vdl.Encoder) error
- type VStructDepth3_OptVStructDepth2_Set_Float64
- func (x VStructDepth3_OptVStructDepth2_Set_Float64) VDLIsZero() bool
- func (x *VStructDepth3_OptVStructDepth2_Set_Float64) VDLRead(dec vdl.Decoder) error
- func (VStructDepth3_OptVStructDepth2_Set_Float64) VDLReflect(struct{ ... })
- func (x VStructDepth3_OptVStructDepth2_Set_Float64) VDLWrite(enc vdl.Encoder) error
- type VStructDepth3_VArray1_Set_VEnumBcd
- type VStructDepth3_VSet_VArray1_VStructEmpty
- func (x VStructDepth3_VSet_VArray1_VStructEmpty) VDLIsZero() bool
- func (x *VStructDepth3_VSet_VArray1_VStructEmpty) VDLRead(dec vdl.Decoder) error
- func (VStructDepth3_VSet_VArray1_VStructEmpty) VDLReflect(struct{ ... })
- func (x VStructDepth3_VSet_VArray1_VStructEmpty) VDLWrite(enc vdl.Encoder) error
- type VStructDepth3_VStructDepth2_All
- type VStructDepth3_VUnionDepth2_All
- type VStructEmpty
- type VUint16
- type VUint32
- type VUint64
- type VUnionDepth1_All
- type VUnionDepth1_AllF0
- func (x VUnionDepth1_AllF0) Index() int
- func (x VUnionDepth1_AllF0) Interface() interface{}
- func (x VUnionDepth1_AllF0) Name() string
- func (x VUnionDepth1_AllF0) VDLIsZero() bool
- func (x VUnionDepth1_AllF0) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF0) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF1
- func (x VUnionDepth1_AllF1) Index() int
- func (x VUnionDepth1_AllF1) Interface() interface{}
- func (x VUnionDepth1_AllF1) Name() string
- func (x VUnionDepth1_AllF1) VDLIsZero() bool
- func (x VUnionDepth1_AllF1) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF1) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF10
- func (x VUnionDepth1_AllF10) Index() int
- func (x VUnionDepth1_AllF10) Interface() interface{}
- func (x VUnionDepth1_AllF10) Name() string
- func (x VUnionDepth1_AllF10) VDLIsZero() bool
- func (x VUnionDepth1_AllF10) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF10) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF11
- func (x VUnionDepth1_AllF11) Index() int
- func (x VUnionDepth1_AllF11) Interface() interface{}
- func (x VUnionDepth1_AllF11) Name() string
- func (x VUnionDepth1_AllF11) VDLIsZero() bool
- func (x VUnionDepth1_AllF11) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF11) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF12
- func (x VUnionDepth1_AllF12) Index() int
- func (x VUnionDepth1_AllF12) Interface() interface{}
- func (x VUnionDepth1_AllF12) Name() string
- func (x VUnionDepth1_AllF12) VDLIsZero() bool
- func (x VUnionDepth1_AllF12) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF12) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF13
- func (x VUnionDepth1_AllF13) Index() int
- func (x VUnionDepth1_AllF13) Interface() interface{}
- func (x VUnionDepth1_AllF13) Name() string
- func (x VUnionDepth1_AllF13) VDLIsZero() bool
- func (x VUnionDepth1_AllF13) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF13) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF14
- func (x VUnionDepth1_AllF14) Index() int
- func (x VUnionDepth1_AllF14) Interface() interface{}
- func (x VUnionDepth1_AllF14) Name() string
- func (x VUnionDepth1_AllF14) VDLIsZero() bool
- func (x VUnionDepth1_AllF14) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF14) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF15
- func (x VUnionDepth1_AllF15) Index() int
- func (x VUnionDepth1_AllF15) Interface() interface{}
- func (x VUnionDepth1_AllF15) Name() string
- func (x VUnionDepth1_AllF15) VDLIsZero() bool
- func (x VUnionDepth1_AllF15) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF15) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF16
- func (x VUnionDepth1_AllF16) Index() int
- func (x VUnionDepth1_AllF16) Interface() interface{}
- func (x VUnionDepth1_AllF16) Name() string
- func (x VUnionDepth1_AllF16) VDLIsZero() bool
- func (x VUnionDepth1_AllF16) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF16) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF17
- func (x VUnionDepth1_AllF17) Index() int
- func (x VUnionDepth1_AllF17) Interface() interface{}
- func (x VUnionDepth1_AllF17) Name() string
- func (x VUnionDepth1_AllF17) VDLIsZero() bool
- func (x VUnionDepth1_AllF17) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF17) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF18
- func (x VUnionDepth1_AllF18) Index() int
- func (x VUnionDepth1_AllF18) Interface() interface{}
- func (x VUnionDepth1_AllF18) Name() string
- func (x VUnionDepth1_AllF18) VDLIsZero() bool
- func (x VUnionDepth1_AllF18) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF18) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF19
- func (x VUnionDepth1_AllF19) Index() int
- func (x VUnionDepth1_AllF19) Interface() interface{}
- func (x VUnionDepth1_AllF19) Name() string
- func (x VUnionDepth1_AllF19) VDLIsZero() bool
- func (x VUnionDepth1_AllF19) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF19) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF2
- func (x VUnionDepth1_AllF2) Index() int
- func (x VUnionDepth1_AllF2) Interface() interface{}
- func (x VUnionDepth1_AllF2) Name() string
- func (x VUnionDepth1_AllF2) VDLIsZero() bool
- func (x VUnionDepth1_AllF2) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF2) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF20
- func (x VUnionDepth1_AllF20) Index() int
- func (x VUnionDepth1_AllF20) Interface() interface{}
- func (x VUnionDepth1_AllF20) Name() string
- func (x VUnionDepth1_AllF20) VDLIsZero() bool
- func (x VUnionDepth1_AllF20) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF20) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF21
- func (x VUnionDepth1_AllF21) Index() int
- func (x VUnionDepth1_AllF21) Interface() interface{}
- func (x VUnionDepth1_AllF21) Name() string
- func (x VUnionDepth1_AllF21) VDLIsZero() bool
- func (x VUnionDepth1_AllF21) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF21) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF22
- func (x VUnionDepth1_AllF22) Index() int
- func (x VUnionDepth1_AllF22) Interface() interface{}
- func (x VUnionDepth1_AllF22) Name() string
- func (x VUnionDepth1_AllF22) VDLIsZero() bool
- func (x VUnionDepth1_AllF22) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF22) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF23
- func (x VUnionDepth1_AllF23) Index() int
- func (x VUnionDepth1_AllF23) Interface() interface{}
- func (x VUnionDepth1_AllF23) Name() string
- func (x VUnionDepth1_AllF23) VDLIsZero() bool
- func (x VUnionDepth1_AllF23) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF23) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF24
- func (x VUnionDepth1_AllF24) Index() int
- func (x VUnionDepth1_AllF24) Interface() interface{}
- func (x VUnionDepth1_AllF24) Name() string
- func (x VUnionDepth1_AllF24) VDLIsZero() bool
- func (x VUnionDepth1_AllF24) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF24) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF25
- func (x VUnionDepth1_AllF25) Index() int
- func (x VUnionDepth1_AllF25) Interface() interface{}
- func (x VUnionDepth1_AllF25) Name() string
- func (x VUnionDepth1_AllF25) VDLIsZero() bool
- func (x VUnionDepth1_AllF25) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF25) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF26
- func (x VUnionDepth1_AllF26) Index() int
- func (x VUnionDepth1_AllF26) Interface() interface{}
- func (x VUnionDepth1_AllF26) Name() string
- func (x VUnionDepth1_AllF26) VDLIsZero() bool
- func (x VUnionDepth1_AllF26) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF26) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF27
- func (x VUnionDepth1_AllF27) Index() int
- func (x VUnionDepth1_AllF27) Interface() interface{}
- func (x VUnionDepth1_AllF27) Name() string
- func (x VUnionDepth1_AllF27) VDLIsZero() bool
- func (x VUnionDepth1_AllF27) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF27) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF28
- func (x VUnionDepth1_AllF28) Index() int
- func (x VUnionDepth1_AllF28) Interface() interface{}
- func (x VUnionDepth1_AllF28) Name() string
- func (x VUnionDepth1_AllF28) VDLIsZero() bool
- func (x VUnionDepth1_AllF28) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF28) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF29
- func (x VUnionDepth1_AllF29) Index() int
- func (x VUnionDepth1_AllF29) Interface() interface{}
- func (x VUnionDepth1_AllF29) Name() string
- func (x VUnionDepth1_AllF29) VDLIsZero() bool
- func (x VUnionDepth1_AllF29) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF29) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF3
- func (x VUnionDepth1_AllF3) Index() int
- func (x VUnionDepth1_AllF3) Interface() interface{}
- func (x VUnionDepth1_AllF3) Name() string
- func (x VUnionDepth1_AllF3) VDLIsZero() bool
- func (x VUnionDepth1_AllF3) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF3) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF30
- func (x VUnionDepth1_AllF30) Index() int
- func (x VUnionDepth1_AllF30) Interface() interface{}
- func (x VUnionDepth1_AllF30) Name() string
- func (x VUnionDepth1_AllF30) VDLIsZero() bool
- func (x VUnionDepth1_AllF30) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF30) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF31
- func (x VUnionDepth1_AllF31) Index() int
- func (x VUnionDepth1_AllF31) Interface() interface{}
- func (x VUnionDepth1_AllF31) Name() string
- func (x VUnionDepth1_AllF31) VDLIsZero() bool
- func (x VUnionDepth1_AllF31) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF31) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF32
- func (x VUnionDepth1_AllF32) Index() int
- func (x VUnionDepth1_AllF32) Interface() interface{}
- func (x VUnionDepth1_AllF32) Name() string
- func (x VUnionDepth1_AllF32) VDLIsZero() bool
- func (x VUnionDepth1_AllF32) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF32) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF4
- func (x VUnionDepth1_AllF4) Index() int
- func (x VUnionDepth1_AllF4) Interface() interface{}
- func (x VUnionDepth1_AllF4) Name() string
- func (x VUnionDepth1_AllF4) VDLIsZero() bool
- func (x VUnionDepth1_AllF4) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF4) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF5
- func (x VUnionDepth1_AllF5) Index() int
- func (x VUnionDepth1_AllF5) Interface() interface{}
- func (x VUnionDepth1_AllF5) Name() string
- func (x VUnionDepth1_AllF5) VDLIsZero() bool
- func (x VUnionDepth1_AllF5) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF5) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF6
- func (x VUnionDepth1_AllF6) Index() int
- func (x VUnionDepth1_AllF6) Interface() interface{}
- func (x VUnionDepth1_AllF6) Name() string
- func (x VUnionDepth1_AllF6) VDLIsZero() bool
- func (x VUnionDepth1_AllF6) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF6) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF7
- func (x VUnionDepth1_AllF7) Index() int
- func (x VUnionDepth1_AllF7) Interface() interface{}
- func (x VUnionDepth1_AllF7) Name() string
- func (x VUnionDepth1_AllF7) VDLIsZero() bool
- func (x VUnionDepth1_AllF7) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF7) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF8
- func (x VUnionDepth1_AllF8) Index() int
- func (x VUnionDepth1_AllF8) Interface() interface{}
- func (x VUnionDepth1_AllF8) Name() string
- func (x VUnionDepth1_AllF8) VDLIsZero() bool
- func (x VUnionDepth1_AllF8) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF8) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_AllF9
- func (x VUnionDepth1_AllF9) Index() int
- func (x VUnionDepth1_AllF9) Interface() interface{}
- func (x VUnionDepth1_AllF9) Name() string
- func (x VUnionDepth1_AllF9) VDLIsZero() bool
- func (x VUnionDepth1_AllF9) VDLReflect(vdlVUnionDepth1_AllReflect)
- func (x VUnionDepth1_AllF9) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Any
- type VUnionDepth1_AnyF0
- func (x VUnionDepth1_AnyF0) Index() int
- func (x VUnionDepth1_AnyF0) Interface() interface{}
- func (x VUnionDepth1_AnyF0) Name() string
- func (x VUnionDepth1_AnyF0) VDLIsZero() bool
- func (x VUnionDepth1_AnyF0) VDLReflect(vdlVUnionDepth1_AnyReflect)
- func (x VUnionDepth1_AnyF0) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Bool
- type VUnionDepth1_BoolF1
- func (x VUnionDepth1_BoolF1) Index() int
- func (x VUnionDepth1_BoolF1) Interface() interface{}
- func (x VUnionDepth1_BoolF1) Name() string
- func (x VUnionDepth1_BoolF1) VDLIsZero() bool
- func (x VUnionDepth1_BoolF1) VDLReflect(vdlVUnionDepth1_BoolReflect)
- func (x VUnionDepth1_BoolF1) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Byte
- type VUnionDepth1_ByteF6
- func (x VUnionDepth1_ByteF6) Index() int
- func (x VUnionDepth1_ByteF6) Interface() interface{}
- func (x VUnionDepth1_ByteF6) Name() string
- func (x VUnionDepth1_ByteF6) VDLIsZero() bool
- func (x VUnionDepth1_ByteF6) VDLReflect(vdlVUnionDepth1_ByteReflect)
- func (x VUnionDepth1_ByteF6) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Error
- type VUnionDepth1_ErrorF12
- func (x VUnionDepth1_ErrorF12) Index() int
- func (x VUnionDepth1_ErrorF12) Interface() interface{}
- func (x VUnionDepth1_ErrorF12) Name() string
- func (x VUnionDepth1_ErrorF12) VDLIsZero() bool
- func (x VUnionDepth1_ErrorF12) VDLReflect(vdlVUnionDepth1_ErrorReflect)
- func (x VUnionDepth1_ErrorF12) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Float32
- type VUnionDepth1_Float32F27
- func (x VUnionDepth1_Float32F27) Index() int
- func (x VUnionDepth1_Float32F27) Interface() interface{}
- func (x VUnionDepth1_Float32F27) Name() string
- func (x VUnionDepth1_Float32F27) VDLIsZero() bool
- func (x VUnionDepth1_Float32F27) VDLReflect(vdlVUnionDepth1_Float32Reflect)
- func (x VUnionDepth1_Float32F27) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Float64
- type VUnionDepth1_Float64F29
- func (x VUnionDepth1_Float64F29) Index() int
- func (x VUnionDepth1_Float64F29) Interface() interface{}
- func (x VUnionDepth1_Float64F29) Name() string
- func (x VUnionDepth1_Float64F29) VDLIsZero() bool
- func (x VUnionDepth1_Float64F29) VDLReflect(vdlVUnionDepth1_Float64Reflect)
- func (x VUnionDepth1_Float64F29) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Int16
- type VUnionDepth1_Int16F21
- func (x VUnionDepth1_Int16F21) Index() int
- func (x VUnionDepth1_Int16F21) Interface() interface{}
- func (x VUnionDepth1_Int16F21) Name() string
- func (x VUnionDepth1_Int16F21) VDLIsZero() bool
- func (x VUnionDepth1_Int16F21) VDLReflect(vdlVUnionDepth1_Int16Reflect)
- func (x VUnionDepth1_Int16F21) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Int32
- type VUnionDepth1_Int32F23
- func (x VUnionDepth1_Int32F23) Index() int
- func (x VUnionDepth1_Int32F23) Interface() interface{}
- func (x VUnionDepth1_Int32F23) Name() string
- func (x VUnionDepth1_Int32F23) VDLIsZero() bool
- func (x VUnionDepth1_Int32F23) VDLReflect(vdlVUnionDepth1_Int32Reflect)
- func (x VUnionDepth1_Int32F23) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Int64
- type VUnionDepth1_Int64F25
- func (x VUnionDepth1_Int64F25) Index() int
- func (x VUnionDepth1_Int64F25) Interface() interface{}
- func (x VUnionDepth1_Int64F25) Name() string
- func (x VUnionDepth1_Int64F25) VDLIsZero() bool
- func (x VUnionDepth1_Int64F25) VDLReflect(vdlVUnionDepth1_Int64Reflect)
- func (x VUnionDepth1_Int64F25) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Int8
- type VUnionDepth1_Int8F19
- func (x VUnionDepth1_Int8F19) Index() int
- func (x VUnionDepth1_Int8F19) Interface() interface{}
- func (x VUnionDepth1_Int8F19) Name() string
- func (x VUnionDepth1_Int8F19) VDLIsZero() bool
- func (x VUnionDepth1_Int8F19) VDLReflect(vdlVUnionDepth1_Int8Reflect)
- func (x VUnionDepth1_Int8F19) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_OptVNamedError
- type VUnionDepth1_OptVNamedErrorF32
- func (x VUnionDepth1_OptVNamedErrorF32) Index() int
- func (x VUnionDepth1_OptVNamedErrorF32) Interface() interface{}
- func (x VUnionDepth1_OptVNamedErrorF32) Name() string
- func (x VUnionDepth1_OptVNamedErrorF32) VDLIsZero() bool
- func (x VUnionDepth1_OptVNamedErrorF32) VDLReflect(vdlVUnionDepth1_OptVNamedErrorReflect)
- func (x VUnionDepth1_OptVNamedErrorF32) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_OptVStructEmpty
- type VUnionDepth1_OptVStructEmptyF31
- func (x VUnionDepth1_OptVStructEmptyF31) Index() int
- func (x VUnionDepth1_OptVStructEmptyF31) Interface() interface{}
- func (x VUnionDepth1_OptVStructEmptyF31) Name() string
- func (x VUnionDepth1_OptVStructEmptyF31) VDLIsZero() bool
- func (x VUnionDepth1_OptVStructEmptyF31) VDLReflect(vdlVUnionDepth1_OptVStructEmptyReflect)
- func (x VUnionDepth1_OptVStructEmptyF31) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_String
- type VUnionDepth1_StringF3
- func (x VUnionDepth1_StringF3) Index() int
- func (x VUnionDepth1_StringF3) Interface() interface{}
- func (x VUnionDepth1_StringF3) Name() string
- func (x VUnionDepth1_StringF3) VDLIsZero() bool
- func (x VUnionDepth1_StringF3) VDLReflect(vdlVUnionDepth1_StringReflect)
- func (x VUnionDepth1_StringF3) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_TypeObject
- type VUnionDepth1_TypeObjectF5
- func (x VUnionDepth1_TypeObjectF5) Index() int
- func (x VUnionDepth1_TypeObjectF5) Interface() interface{}
- func (x VUnionDepth1_TypeObjectF5) Name() string
- func (x VUnionDepth1_TypeObjectF5) VDLIsZero() bool
- func (x VUnionDepth1_TypeObjectF5) VDLReflect(vdlVUnionDepth1_TypeObjectReflect)
- func (x VUnionDepth1_TypeObjectF5) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Uint16
- type VUnionDepth1_Uint16F13
- func (x VUnionDepth1_Uint16F13) Index() int
- func (x VUnionDepth1_Uint16F13) Interface() interface{}
- func (x VUnionDepth1_Uint16F13) Name() string
- func (x VUnionDepth1_Uint16F13) VDLIsZero() bool
- func (x VUnionDepth1_Uint16F13) VDLReflect(vdlVUnionDepth1_Uint16Reflect)
- func (x VUnionDepth1_Uint16F13) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Uint32
- type VUnionDepth1_Uint32F15
- func (x VUnionDepth1_Uint32F15) Index() int
- func (x VUnionDepth1_Uint32F15) Interface() interface{}
- func (x VUnionDepth1_Uint32F15) Name() string
- func (x VUnionDepth1_Uint32F15) VDLIsZero() bool
- func (x VUnionDepth1_Uint32F15) VDLReflect(vdlVUnionDepth1_Uint32Reflect)
- func (x VUnionDepth1_Uint32F15) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_Uint64
- type VUnionDepth1_Uint64F17
- func (x VUnionDepth1_Uint64F17) Index() int
- func (x VUnionDepth1_Uint64F17) Interface() interface{}
- func (x VUnionDepth1_Uint64F17) Name() string
- func (x VUnionDepth1_Uint64F17) VDLIsZero() bool
- func (x VUnionDepth1_Uint64F17) VDLReflect(vdlVUnionDepth1_Uint64Reflect)
- func (x VUnionDepth1_Uint64F17) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_VBool
- type VUnionDepth1_VBoolF2
- func (x VUnionDepth1_VBoolF2) Index() int
- func (x VUnionDepth1_VBoolF2) Interface() interface{}
- func (x VUnionDepth1_VBoolF2) Name() string
- func (x VUnionDepth1_VBoolF2) VDLIsZero() bool
- func (x VUnionDepth1_VBoolF2) VDLReflect(vdlVUnionDepth1_VBoolReflect)
- func (x VUnionDepth1_VBoolF2) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_VByte
- type VUnionDepth1_VByteF7
- func (x VUnionDepth1_VByteF7) Index() int
- func (x VUnionDepth1_VByteF7) Interface() interface{}
- func (x VUnionDepth1_VByteF7) Name() string
- func (x VUnionDepth1_VByteF7) VDLIsZero() bool
- func (x VUnionDepth1_VByteF7) VDLReflect(vdlVUnionDepth1_VByteReflect)
- func (x VUnionDepth1_VByteF7) VDLWrite(enc vdl.Encoder) error
- type VUnionDepth1_VEnumAbc
- type VUnionDepth1_VEnumAbcF8