Searched refs:testarrayofsortedstruct (Results 1 – 9 of 9) sorted by relevance
| /external/flatbuffers/tests/ |
| D | monster_test_generated.h | 598 std::vector<Ability> testarrayofsortedstruct; 852 const flatbuffers::Vector<const Ability *> *testarrayofsortedstruct() const { 937 verifier.Verify(testarrayofsortedstruct()) && 1054 …ofsortedstruct(flatbuffers::Offset<flatbuffers::Vector<const Ability *>> testarrayofsortedstruct) { 1055 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct); 1115 flatbuffers::Offset<flatbuffers::Vector<const Ability *>> testarrayofsortedstruct = 0, 1131 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct); 1189 const std::vector<const Ability *> *testarrayofsortedstruct = nullptr, 1225 testarrayofsortedstruct ? _fbb.CreateVector<const Ability *>(*testarrayofsortedstruct) : 0, 1636 …testarrayofsortedstruct(); if (_e) { _o->testarrayofsortedstruct.resize(_e->size()); for (flatbuff… [all …]
|
| D | monster_test.fbs | 62 testarrayofsortedstruct:[Ability] (id: 29);
|
| D | monster_test_generated.ts | 1304 testarrayofsortedstruct(index: number, obj?:MyGame.Example.Ability):MyGame.Example.Ability|null { method in MyGame.Example.Monster
|
| D | monster_test_generated.js | 1312 MyGame.Example.Monster.prototype.testarrayofsortedstruct = function(index, obj) { method in MyGame.Example.Monster
|
| D | test.cpp | 308 auto vecofstructs = monster->testarrayofsortedstruct(); in AccessFlatBufferTest()
|
| /external/flatbuffers/tests/MyGame/Example/ |
| D | Monster.php | 505 …estarrayofbools, $testf, $testf2, $testf3, $testarrayofstring2, $testarrayofsortedstruct, $flex, $… argument 536 self::addTestarrayofsortedstruct($builder, $testarrayofsortedstruct); 995 …ic static function addTestarrayofsortedstruct(FlatBufferBuilder $builder, $testarrayofsortedstruct) argument 997 $builder->addOffsetX(29, $testarrayofsortedstruct, 0);
|
| D | Monster.java | 91 …public Ability testarrayofsortedstruct(int j) { return testarrayofsortedstruct(new Ability(), j); } in testarrayofsortedstruct() method in Monster 92 …public Ability testarrayofsortedstruct(Ability obj, int j) { int o = __offset(62); return o != 0 ?… in testarrayofsortedstruct() method in Monster
|
| D | Monster.py | 472 …uilder, testarrayofsortedstruct): builder.PrependUOffsetTRelativeSlot(29, flatbuffers.number_types… argument
|
| D | Monster.go | 640 func MonsterAddTestarrayofsortedstruct(builder *flatbuffers.Builder, testarrayofsortedstruct flatbu… 641 builder.PrependUOffsetTSlot(29, flatbuffers.UOffsetT(testarrayofsortedstruct), 0)
|