Lines Matching full:stat
30 func (rcv *Stat) UnPackTo(t *StatT) {
36 func (rcv *Stat) UnPack() *StatT {
45 type Stat struct { struct
49 func GetRootAsStat(buf []byte, offset flatbuffers.UOffsetT) *Stat {
51 x := &Stat{}
60 func GetSizePrefixedRootAsStat(buf []byte, offset flatbuffers.UOffsetT) *Stat {
62 x := &Stat{}
71 func (rcv *Stat) Init(buf []byte, i flatbuffers.UOffsetT) { argument
76 func (rcv *Stat) Table() flatbuffers.Table { argument
80 func (rcv *Stat) Id() []byte { argument
88 func (rcv *Stat) Val() int64 { argument
96 func (rcv *Stat) MutateVal(n int64) bool { argument
100 func (rcv *Stat) Count() uint16 { argument
108 func (rcv *Stat) MutateCount(n uint16) bool { argument
113 obj1 := &Stat{}
114 obj2 := &Stat{}
120 func (rcv *Stat) LookupByKey(key uint16, vectorLocation flatbuffers.UOffsetT, buf []byte) bool { argument
126 obj := &Stat{}