Documentation
¶
Overview ¶
Code generated by tl2gen; DO NOT EDIT.
Index ¶
- type DictFieldStringPairIntInt
- func (item *DictFieldStringPairIntInt) CalculateLayout(sizes []int, optimizeEmpty bool) ([]int, int)
- func (item *DictFieldStringPairIntInt) FillRandom(rg *basictl.RandGenerator)
- func (item *DictFieldStringPairIntInt) InternalReadTL2(r []byte) (_ []byte, err error)
- func (item *DictFieldStringPairIntInt) InternalWriteTL2(w []byte, sizes []int, optimizeEmpty bool) ([]byte, []int, int)
- func (item *DictFieldStringPairIntInt) MarshalJSON() ([]byte, error)
- func (item *DictFieldStringPairIntInt) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *DictFieldStringPairIntInt) ReadJSONGeneral(jctx *basictl.JSONReadContext, in *basictl.JsonLexer) error
- func (item *DictFieldStringPairIntInt) ReadTL1(w []byte) (_ []byte, err error)
- func (item *DictFieldStringPairIntInt) ReadTL2(r []byte, tctx *basictl.TL2ReadContext) (_ []byte, err error)
- func (item *DictFieldStringPairIntInt) Reset()
- func (item DictFieldStringPairIntInt) String() string
- func (item *DictFieldStringPairIntInt) UnmarshalJSON(b []byte) error
- func (item *DictFieldStringPairIntInt) WriteJSON(w []byte) []byte
- func (item *DictFieldStringPairIntInt) WriteJSONGeneral(jctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
- func (item *DictFieldStringPairIntInt) WriteJSONOpt(jctx *basictl.JSONWriteContext, w []byte) []byte
- func (item *DictFieldStringPairIntInt) WriteTL1(w []byte) []byte
- func (item *DictFieldStringPairIntInt) WriteTL1General(w []byte) (_ []byte, err error)
- func (item *DictFieldStringPairIntInt) WriteTL2(w []byte, tctx *basictl.TL2WriteContext) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DictFieldStringPairIntInt ¶
type DictFieldStringPairIntInt struct {
Key string
Value tlPairIntInt.PairIntInt
}
func (*DictFieldStringPairIntInt) CalculateLayout ¶
func (item *DictFieldStringPairIntInt) CalculateLayout(sizes []int, optimizeEmpty bool) ([]int, int)
func (*DictFieldStringPairIntInt) FillRandom ¶
func (item *DictFieldStringPairIntInt) FillRandom(rg *basictl.RandGenerator)
func (*DictFieldStringPairIntInt) InternalReadTL2 ¶
func (item *DictFieldStringPairIntInt) InternalReadTL2(r []byte) (_ []byte, err error)
func (*DictFieldStringPairIntInt) InternalWriteTL2 ¶
func (*DictFieldStringPairIntInt) MarshalJSON ¶
func (item *DictFieldStringPairIntInt) MarshalJSON() ([]byte, error)
func (*DictFieldStringPairIntInt) ReadJSON ¶
func (item *DictFieldStringPairIntInt) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*DictFieldStringPairIntInt) ReadJSONGeneral ¶
func (item *DictFieldStringPairIntInt) ReadJSONGeneral(jctx *basictl.JSONReadContext, in *basictl.JsonLexer) error
func (*DictFieldStringPairIntInt) ReadTL1 ¶
func (item *DictFieldStringPairIntInt) ReadTL1(w []byte) (_ []byte, err error)
func (*DictFieldStringPairIntInt) ReadTL2 ¶
func (item *DictFieldStringPairIntInt) ReadTL2(r []byte, tctx *basictl.TL2ReadContext) (_ []byte, err error)
func (*DictFieldStringPairIntInt) Reset ¶
func (item *DictFieldStringPairIntInt) Reset()
func (DictFieldStringPairIntInt) String ¶
func (item DictFieldStringPairIntInt) String() string
func (*DictFieldStringPairIntInt) UnmarshalJSON ¶
func (item *DictFieldStringPairIntInt) UnmarshalJSON(b []byte) error
func (*DictFieldStringPairIntInt) WriteJSON ¶
func (item *DictFieldStringPairIntInt) WriteJSON(w []byte) []byte
func (*DictFieldStringPairIntInt) WriteJSONGeneral ¶
func (item *DictFieldStringPairIntInt) WriteJSONGeneral(jctx *basictl.JSONWriteContext, w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*DictFieldStringPairIntInt) WriteJSONOpt ¶
func (item *DictFieldStringPairIntInt) WriteJSONOpt(jctx *basictl.JSONWriteContext, w []byte) []byte
func (*DictFieldStringPairIntInt) WriteTL1 ¶
func (item *DictFieldStringPairIntInt) WriteTL1(w []byte) []byte
func (*DictFieldStringPairIntInt) WriteTL1General ¶
func (item *DictFieldStringPairIntInt) WriteTL1General(w []byte) (_ []byte, err error)
func (*DictFieldStringPairIntInt) WriteTL2 ¶
func (item *DictFieldStringPairIntInt) WriteTL2(w []byte, tctx *basictl.TL2WriteContext) []byte
Click to show internal directories.
Click to hide internal directories.