Searched refs:PrependUint8Slot (Results 1 – 5 of 5) sorted by relevance
/external/flatbuffers/python/flatbuffers/ |
D | builder.py | 485 def PrependUint8Slot(self, *args): self.PrependSlot(N.Uint8Flags, *args) member in Builder
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.py | 308 def MonsterAddTestType(builder, testType): builder.PrependUint8Slot(7, testType, 0)
|
/external/flatbuffers/go/ |
D | builder.go | 413 func (b *Builder) PrependUint8Slot(o int, x, d uint8) { func
|
/external/flatbuffers/tests/ |
D | go_test.go | 449 builder.PrependUint8Slot(int(f), uint8Val, 0) 1473 b.PrependUint8Slot(2, 2, 0)
|
D | py_test.py | 212 builder.PrependUint8Slot(int(j), self.uint8Val, 0)
|