Searched refs:PrependByteSlot (Results 1 – 8 of 8) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 1102 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 …]
|
D | py_test.py | 1427 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/ |
D | builder.go | 404 b.PrependByteSlot(o, val, def) 410 func (b *Builder) PrependByteSlot(o int, x, d byte) { func
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.go | 745 builder.PrependByteSlot(7, testType, 0) 901 builder.PrependByteSlot(43, anyUniqueType, 0) 907 builder.PrependByteSlot(45, anyAmbiguousType, 0)
|
D | TypeAliases.go | 190 builder.PrependByteSlot(1, u8, 0)
|
/external/flatbuffers/lua/flatbuffers/ |
D | builder.lua | 320 function mt:PrependByteSlot(...) self:PrependSlot(Uint8, ...) end function
|
/external/flatbuffers/python/flatbuffers/ |
D | builder.py | 561 def PrependByteSlot(self, *args): self.PrependSlot(N.Uint8Flags, *args) member in Builder
|
/external/flatbuffers/lobster/ |
D | flatbuffers.lobster | 254 def PrependByteSlot(o, x, d): PrependSlot(o, x, d): PrependByte(_)
|