HomeSort by relevance Sort by last modified time
    Searched refs:PrependUint16Slot (Results 1 - 8 of 8) sorted by null

  /external/flatbuffers/tests/MyGame/Example/
Stat.py 45 def StatAddCount(builder, count): builder.PrependUint16Slot(2, count, 0)
Stat.go 71 builder.PrependUint16Slot(2, count, 0)
TypeAliases.py 139 def TypeAliasesAddU16(builder, u16): builder.PrependUint16Slot(3, u16, 0)
TypeAliases.go 196 builder.PrependUint16Slot(3, u16, 0)
  /external/flatbuffers/go/
builder.go 425 // PrependUint16Slot prepends a uint16 onto the object at vtable slot `o`.
428 func (b *Builder) PrependUint16Slot(o int, x, d uint16) {
  /external/flatbuffers/python/flatbuffers/
builder.py 512 def PrependUint16Slot(self, *args): self.PrependSlot(N.Uint16Flags, *args)
  /external/flatbuffers/tests/
go_test.go 453 builder.PrependUint16Slot(int(f), uint16Val, 0)
    [all...]
py_test.py 252 builder.PrependUint16Slot(int(j), self.uint16Val, 0)
    [all...]

Completed in 304 milliseconds