Home | History | Annotate | Download | only in Example

Lines Matching refs:def

11     def GetRootAsStat(cls, buf, offset):
18 def Init(self, buf, pos):
22 def Id(self):
29 def Val(self):
36 def Count(self):
42 def StatStart(builder): builder.StartObject(3)
43 def StatAddId(builder, id): builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(id), 0)
44 def StatAddVal(builder, val): builder.PrependInt64Slot(1, val, 0)
45 def StatAddCount(builder, count): builder.PrependUint16Slot(2, count, 0)
46 def StatEnd(builder): return builder.EndObject()