Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dgo_test.go1102 b.PrependByteSlot(7, 1, 0)
1224 b.PrependByteSlot(0, 0, 0)
1225 b.PrependByteSlot(1, 11, 0)
1226 b.PrependByteSlot(2, 22, 0)
1231 b.PrependByteSlot(0, 0, 0)
1232 b.PrependByteSlot(1, 44, 0)
1233 b.PrependByteSlot(2, 55, 0)
1238 b.PrependByteSlot(0, 0, 0)
1239 b.PrependByteSlot(1, 77, 0)
1240 b.PrependByteSlot(2, 88, 0)
[all …]
Dpy_test.py1427 b.PrependByteSlot(0, 0, 0)
1428 b.PrependByteSlot(1, 11, 0)
1429 b.PrependByteSlot(2, 22, 0)
1434 b.PrependByteSlot(0, 0, 0)
1435 b.PrependByteSlot(1, 44, 0)
1436 b.PrependByteSlot(2, 55, 0)
1441 b.PrependByteSlot(0, 0, 0)
1442 b.PrependByteSlot(1, 77, 0)
1443 b.PrependByteSlot(2, 88, 0)
/external/flatbuffers/go/
Dbuilder.go404 b.PrependByteSlot(o, val, def)
410 func (b *Builder) PrependByteSlot(o int, x, d byte) { func
/external/flatbuffers/tests/MyGame/Example/
DMonster.go745 builder.PrependByteSlot(7, testType, 0)
901 builder.PrependByteSlot(43, anyUniqueType, 0)
907 builder.PrependByteSlot(45, anyAmbiguousType, 0)
DTypeAliases.go190 builder.PrependByteSlot(1, u8, 0)
/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua320 function mt:PrependByteSlot(...) self:PrependSlot(Uint8, ...) end function
/external/flatbuffers/python/flatbuffers/
Dbuilder.py561 def PrependByteSlot(self, *args): self.PrependSlot(N.Uint8Flags, *args) member in Builder
/external/flatbuffers/lobster/
Dflatbuffers.lobster254 def PrependByteSlot(o, x, d): PrependSlot(o, x, d): PrependByte(_)