Searched refs:PrependUint16Slot (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.py | 45 def StatAddCount(builder, count): builder.PrependUint16Slot(2, count, 0)
|
D | Stat.go | 71 builder.PrependUint16Slot(2, count, 0)
|
/external/flatbuffers/python/flatbuffers/ |
D | builder.py | 487 def PrependUint16Slot(self, *args): self.PrependSlot(N.Uint16Flags, *args) member in Builder
|
/external/flatbuffers/go/ |
D | builder.go | 423 func (b *Builder) PrependUint16Slot(o int, x, d uint16) { func
|
/external/flatbuffers/tests/ |
D | go_test.go | 453 builder.PrependUint16Slot(int(f), uint16Val, 0) 1474 b.PrependUint16Slot(3, 3, 0)
|
D | py_test.py | 216 builder.PrependUint16Slot(int(j), self.uint16Val, 0)
|