Home
last modified time | relevance | path

Searched refs:PrependUint16Slot (Results 1 – 8 of 8) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DStat.py45 def StatAddCount(builder, count): builder.PrependUint16Slot(2, count, 0)
DStat.go71 builder.PrependUint16Slot(2, count, 0)
DTypeAliases.py139 def TypeAliasesAddU16(builder, u16): builder.PrependUint16Slot(3, u16, 0)
DTypeAliases.go196 builder.PrependUint16Slot(3, u16, 0)
/external/flatbuffers/python/flatbuffers/
Dbuilder.py512 def PrependUint16Slot(self, *args): self.PrependSlot(N.Uint16Flags, *args) member in Builder
/external/flatbuffers/go/
Dbuilder.go428 func (b *Builder) PrependUint16Slot(o int, x, d uint16) { func
/external/flatbuffers/tests/
Dgo_test.go453 builder.PrependUint16Slot(int(f), uint16Val, 0)
1474 b.PrependUint16Slot(3, 3, 0)
Dpy_test.py252 builder.PrependUint16Slot(int(j), self.uint16Val, 0)