cycle_889acfd711efe40bcdfbaaa9f96e6fe0

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2024 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by vktl/cmd/tlgen2; DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UnionArgsXXX1Long

type UnionArgsXXX1Long struct {
	X []int64
}

func (UnionArgsXXX1Long) AsUnion

func (item UnionArgsXXX1Long) AsUnion() UnionArgsXXXLong

func (*UnionArgsXXX1Long) FillRandom

func (item *UnionArgsXXX1Long) FillRandom(rg *basictl.RandGenerator, nat_Y uint32)

func (*UnionArgsXXX1Long) Read

func (item *UnionArgsXXX1Long) Read(w []byte, nat_Y uint32) (_ []byte, err error)

func (*UnionArgsXXX1Long) ReadBoxed

func (item *UnionArgsXXX1Long) ReadBoxed(w []byte, nat_Y uint32) (_ []byte, err error)

func (*UnionArgsXXX1Long) ReadJSON

func (item *UnionArgsXXX1Long) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer, nat_Y uint32) error

func (*UnionArgsXXX1Long) Reset

func (item *UnionArgsXXX1Long) Reset()

func (UnionArgsXXX1Long) TLName

func (UnionArgsXXX1Long) TLName() string

func (UnionArgsXXX1Long) TLTag

func (UnionArgsXXX1Long) TLTag() uint32

func (*UnionArgsXXX1Long) Write

func (item *UnionArgsXXX1Long) Write(w []byte, nat_Y uint32) (_ []byte, err error)

func (*UnionArgsXXX1Long) WriteBoxed

func (item *UnionArgsXXX1Long) WriteBoxed(w []byte, nat_Y uint32) (_ []byte, err error)

func (*UnionArgsXXX1Long) WriteBoxedGeneral

func (item *UnionArgsXXX1Long) WriteBoxedGeneral(w []byte, nat_Y uint32) (_ []byte, err error)

This method is general version of WriteBoxed, use it instead!

func (*UnionArgsXXX1Long) WriteGeneral

func (item *UnionArgsXXX1Long) WriteGeneral(w []byte, nat_Y uint32) (_ []byte, err error)

This method is general version of Write, use it instead!

func (*UnionArgsXXX1Long) WriteJSON

func (item *UnionArgsXXX1Long) WriteJSON(w []byte, nat_Y uint32) (_ []byte, err error)

func (*UnionArgsXXX1Long) WriteJSONGeneral

func (item *UnionArgsXXX1Long) WriteJSONGeneral(w []byte, nat_Y uint32) (_ []byte, err error)

This method is general version of WriteJSON, use it instead!

func (*UnionArgsXXX1Long) WriteJSONOpt

func (item *UnionArgsXXX1Long) WriteJSONOpt(newTypeNames bool, short bool, w []byte, nat_Y uint32) (_ []byte, err error)

type UnionArgsXXX2Long

type UnionArgsXXX2Long struct {
	A int32
}

func (UnionArgsXXX2Long) AsUnion

func (item UnionArgsXXX2Long) AsUnion() UnionArgsXXXLong

func (*UnionArgsXXX2Long) FillRandom

func (item *UnionArgsXXX2Long) FillRandom(rg *basictl.RandGenerator, nat_Y uint32)

func (*UnionArgsXXX2Long) Read

func (item *UnionArgsXXX2Long) Read(w []byte, nat_Y uint32) (_ []byte, err error)

func (*UnionArgsXXX2Long) ReadBoxed

func (item *UnionArgsXXX2Long) ReadBoxed(w []byte, nat_Y uint32) (_ []byte, err error)

func (*UnionArgsXXX2Long) ReadJSON

func (item *UnionArgsXXX2Long) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer, nat_Y uint32) error

func (*UnionArgsXXX2Long) Reset

func (item *UnionArgsXXX2Long) Reset()

func (UnionArgsXXX2Long) TLName

func (UnionArgsXXX2Long) TLName() string

func (UnionArgsXXX2Long) TLTag

func (UnionArgsXXX2Long) TLTag() uint32

func (*UnionArgsXXX2Long) Write

func (item *UnionArgsXXX2Long) Write(w []byte, nat_Y uint32) []byte

func (*UnionArgsXXX2Long) WriteBoxed

func (item *UnionArgsXXX2Long) WriteBoxed(w []byte, nat_Y uint32) []byte

func (*UnionArgsXXX2Long) WriteBoxedGeneral

func (item *UnionArgsXXX2Long) WriteBoxedGeneral(w []byte, nat_Y uint32) (_ []byte, err error)

This method is general version of WriteBoxed, use it instead!

func (*UnionArgsXXX2Long) WriteGeneral

func (item *UnionArgsXXX2Long) WriteGeneral(w []byte, nat_Y uint32) (_ []byte, err error)

This method is general version of Write, use it instead!

func (*UnionArgsXXX2Long) WriteJSON

func (item *UnionArgsXXX2Long) WriteJSON(w []byte, nat_Y uint32) []byte

func (*UnionArgsXXX2Long) WriteJSONGeneral

func (item *UnionArgsXXX2Long) WriteJSONGeneral(w []byte, nat_Y uint32) (_ []byte, err error)

This method is general version of WriteJSON, use it instead!

func (*UnionArgsXXX2Long) WriteJSONOpt

func (item *UnionArgsXXX2Long) WriteJSONOpt(newTypeNames bool, short bool, w []byte, nat_Y uint32) []byte

type UnionArgsXXXLong

type UnionArgsXXXLong struct {
	// contains filtered or unexported fields
}

func (*UnionArgsXXXLong) As1

func (item *UnionArgsXXXLong) As1() (*UnionArgsXXX1Long, bool)

func (*UnionArgsXXXLong) As2

func (item *UnionArgsXXXLong) As2() (*UnionArgsXXX2Long, bool)

func (*UnionArgsXXXLong) FillRandom

func (item *UnionArgsXXXLong) FillRandom(rg *basictl.RandGenerator, nat_Y uint32)

func (*UnionArgsXXXLong) Is1

func (item *UnionArgsXXXLong) Is1() bool

func (*UnionArgsXXXLong) Is2

func (item *UnionArgsXXXLong) Is2() bool

func (*UnionArgsXXXLong) ReadBoxed

func (item *UnionArgsXXXLong) ReadBoxed(w []byte, nat_Y uint32) (_ []byte, err error)

func (*UnionArgsXXXLong) ReadJSON

func (item *UnionArgsXXXLong) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer, nat_Y uint32) error

func (*UnionArgsXXXLong) Reset

func (item *UnionArgsXXXLong) Reset()

func (*UnionArgsXXXLong) ResetTo1

func (item *UnionArgsXXXLong) ResetTo1() *UnionArgsXXX1Long

func (*UnionArgsXXXLong) ResetTo2

func (item *UnionArgsXXXLong) ResetTo2() *UnionArgsXXX2Long

func (*UnionArgsXXXLong) Set1

func (item *UnionArgsXXXLong) Set1(value UnionArgsXXX1Long)

func (*UnionArgsXXXLong) Set2

func (item *UnionArgsXXXLong) Set2(value UnionArgsXXX2Long)

func (UnionArgsXXXLong) TLName

func (item UnionArgsXXXLong) TLName() string

func (UnionArgsXXXLong) TLTag

func (item UnionArgsXXXLong) TLTag() uint32

func (*UnionArgsXXXLong) WriteBoxed

func (item *UnionArgsXXXLong) WriteBoxed(w []byte, nat_Y uint32) (_ []byte, err error)

func (*UnionArgsXXXLong) WriteBoxedGeneral

func (item *UnionArgsXXXLong) WriteBoxedGeneral(w []byte, nat_Y uint32) (_ []byte, err error)

This method is general version of WriteBoxed, use it instead!

func (*UnionArgsXXXLong) WriteJSON

func (item *UnionArgsXXXLong) WriteJSON(w []byte, nat_Y uint32) (_ []byte, err error)

func (*UnionArgsXXXLong) WriteJSONGeneral

func (item *UnionArgsXXXLong) WriteJSONGeneral(w []byte, nat_Y uint32) ([]byte, error)

This method is general version of WriteJSON, use it instead!

func (*UnionArgsXXXLong) WriteJSONOpt

func (item *UnionArgsXXXLong) WriteJSONOpt(newTypeNames bool, short bool, w []byte, nat_Y uint32) (_ []byte, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL