Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DTypeAliases.py141 def TypeAliasesAddU32(builder, u32): builder.PrependUint32Slot(5, u32, 0)
DTypeAliases.go202 builder.PrependUint32Slot(5, u32, 0)
DMonster.py458 def MonsterAddTesthashu32Fnv1(builder, testhashu32Fnv1): builder.PrependUint32Slot(17, testhashu32F…
462 def MonsterAddTesthashu32Fnv1a(builder, testhashu32Fnv1a): builder.PrependUint32Slot(21, testhashu3…
DMonster.go599 builder.PrependUint32Slot(17, testhashu32Fnv1, 0)
611 builder.PrependUint32Slot(21, testhashu32Fnv1a, 0)
/external/flatbuffers/python/flatbuffers/
Dbuilder.py514 def PrependUint32Slot(self, *args): self.PrependSlot(N.Uint32Flags, *args) member in Builder
/external/flatbuffers/go/
Dbuilder.go438 func (b *Builder) PrependUint32Slot(o int, x, d uint32) { func
/external/flatbuffers/tests/
Dgo_test.go457 builder.PrependUint32Slot(int(f), uint32Val, 0)
1475 b.PrependUint32Slot(4, 4, 0)
Dpy_test.py256 builder.PrependUint32Slot(int(j), self.uint32Val, 0)