Home
last modified time | relevance | path

Searched refs:PrependUint64Slot (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DMonster.py324 def MonsterAddTesthashu64Fnv1(builder, testhashu64Fnv1): builder.PrependUint64Slot(19, testhashu64F…
328 def MonsterAddTesthashu64Fnv1a(builder, testhashu64Fnv1a): builder.PrependUint64Slot(23, testhashu6…
DMonster.go495 builder.PrependUint64Slot(19, testhashu64Fnv1, 0)
507 builder.PrependUint64Slot(23, testhashu64Fnv1a, 0)
/external/flatbuffers/python/flatbuffers/
Dbuilder.py491 def PrependUint64Slot(self, *args): self.PrependSlot(N.Uint64Flags, *args) member in Builder
/external/flatbuffers/go/
Dbuilder.go443 func (b *Builder) PrependUint64Slot(o int, x, d uint64) { func
/external/flatbuffers/tests/
Dgo_test.go461 builder.PrependUint64Slot(int(f), uint64Val, 0)
1476 b.PrependUint64Slot(5, 5, 0)
Dpy_test.py224 builder.PrependUint64Slot(int(j), self.uint64Val, 0)