Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type DictionaryElemIntPairIntInt
- func (item *DictionaryElemIntPairIntInt) CalculateLayout(sizes []int) []int
- func (item *DictionaryElemIntPairIntInt) FillRandom(rg *basictl.RandGenerator)
- func (item *DictionaryElemIntPairIntInt) InternalReadTL2(r []byte) (_ []byte, err error)
- func (item *DictionaryElemIntPairIntInt) InternalWriteTL2(w []byte, sizes []int) ([]byte, []int)
- func (item *DictionaryElemIntPairIntInt) MarshalJSON() ([]byte, error)
- func (item *DictionaryElemIntPairIntInt) Read(w []byte) (_ []byte, err error)
- func (item *DictionaryElemIntPairIntInt) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *DictionaryElemIntPairIntInt) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *DictionaryElemIntPairIntInt) ReadJSONGeneral(tctx *basictl.JSONReadContext, in *basictl.JsonLexer) error
- func (item *DictionaryElemIntPairIntInt) ReadTL2(r []byte, ctx *basictl.TL2ReadContext) (_ []byte, err error)
- func (item *DictionaryElemIntPairIntInt) Reset()
- func (item DictionaryElemIntPairIntInt) String() string
- func (DictionaryElemIntPairIntInt) TLName() string
- func (DictionaryElemIntPairIntInt) TLTag() uint32
- func (item *DictionaryElemIntPairIntInt) UnmarshalJSON(b []byte) error
- func (item *DictionaryElemIntPairIntInt) Write(w []byte) []byte
- func (item *DictionaryElemIntPairIntInt) WriteBoxed(w []byte) []byte
- func (item *DictionaryElemIntPairIntInt) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *DictionaryElemIntPairIntInt) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *DictionaryElemIntPairIntInt) WriteJSON(w []byte) []byte
- func (item *DictionaryElemIntPairIntInt) WriteJSONGeneral(tctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
- func (item *DictionaryElemIntPairIntInt) WriteJSONOpt(tctx *basictl.JSONWriteContext, w []byte) []byte
- func (item *DictionaryElemIntPairIntInt) WriteTL2(w []byte, ctx *basictl.TL2WriteContext) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DictionaryElemIntPairIntInt ¶
type DictionaryElemIntPairIntInt struct {
Key int32
Value tlPairIntInt.PairIntInt
}
func (*DictionaryElemIntPairIntInt) CalculateLayout ¶ added in v1.1.25
func (item *DictionaryElemIntPairIntInt) CalculateLayout(sizes []int) []int
func (*DictionaryElemIntPairIntInt) FillRandom ¶
func (item *DictionaryElemIntPairIntInt) FillRandom(rg *basictl.RandGenerator)
func (*DictionaryElemIntPairIntInt) InternalReadTL2 ¶ added in v1.2.1
func (item *DictionaryElemIntPairIntInt) InternalReadTL2(r []byte) (_ []byte, err error)
func (*DictionaryElemIntPairIntInt) InternalWriteTL2 ¶ added in v1.1.25
func (item *DictionaryElemIntPairIntInt) InternalWriteTL2(w []byte, sizes []int) ([]byte, []int)
func (*DictionaryElemIntPairIntInt) MarshalJSON ¶
func (item *DictionaryElemIntPairIntInt) MarshalJSON() ([]byte, error)
func (*DictionaryElemIntPairIntInt) Read ¶
func (item *DictionaryElemIntPairIntInt) Read(w []byte) (_ []byte, err error)
func (*DictionaryElemIntPairIntInt) ReadBoxed ¶
func (item *DictionaryElemIntPairIntInt) ReadBoxed(w []byte) (_ []byte, err error)
func (*DictionaryElemIntPairIntInt) ReadJSON ¶
func (item *DictionaryElemIntPairIntInt) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*DictionaryElemIntPairIntInt) ReadJSONGeneral ¶ added in v1.2.18
func (item *DictionaryElemIntPairIntInt) ReadJSONGeneral(tctx *basictl.JSONReadContext, in *basictl.JsonLexer) error
func (*DictionaryElemIntPairIntInt) ReadTL2 ¶ added in v1.1.25
func (item *DictionaryElemIntPairIntInt) ReadTL2(r []byte, ctx *basictl.TL2ReadContext) (_ []byte, err error)
func (*DictionaryElemIntPairIntInt) Reset ¶
func (item *DictionaryElemIntPairIntInt) Reset()
func (DictionaryElemIntPairIntInt) String ¶
func (item DictionaryElemIntPairIntInt) String() string
func (DictionaryElemIntPairIntInt) TLName ¶
func (DictionaryElemIntPairIntInt) TLName() string
func (DictionaryElemIntPairIntInt) TLTag ¶
func (DictionaryElemIntPairIntInt) TLTag() uint32
func (*DictionaryElemIntPairIntInt) UnmarshalJSON ¶
func (item *DictionaryElemIntPairIntInt) UnmarshalJSON(b []byte) error
func (*DictionaryElemIntPairIntInt) Write ¶
func (item *DictionaryElemIntPairIntInt) Write(w []byte) []byte
func (*DictionaryElemIntPairIntInt) WriteBoxed ¶
func (item *DictionaryElemIntPairIntInt) WriteBoxed(w []byte) []byte
func (*DictionaryElemIntPairIntInt) WriteBoxedGeneral ¶
func (item *DictionaryElemIntPairIntInt) WriteBoxedGeneral(w []byte) (_ []byte, err error)
func (*DictionaryElemIntPairIntInt) WriteGeneral ¶
func (item *DictionaryElemIntPairIntInt) WriteGeneral(w []byte) (_ []byte, err error)
func (*DictionaryElemIntPairIntInt) WriteJSON ¶
func (item *DictionaryElemIntPairIntInt) WriteJSON(w []byte) []byte
func (*DictionaryElemIntPairIntInt) WriteJSONGeneral ¶
func (item *DictionaryElemIntPairIntInt) WriteJSONGeneral(tctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*DictionaryElemIntPairIntInt) WriteJSONOpt ¶
func (item *DictionaryElemIntPairIntInt) WriteJSONOpt(tctx *basictl.JSONWriteContext, w []byte) []byte
func (*DictionaryElemIntPairIntInt) WriteTL2 ¶ added in v1.1.25
func (item *DictionaryElemIntPairIntInt) WriteTL2(w []byte, ctx *basictl.TL2WriteContext) []byte
Click to show internal directories.
Click to hide internal directories.