Home
last modified time | relevance | path

Searched refs:testarrayofsortedstruct (Results 1 – 9 of 9) sorted by relevance

/external/flatbuffers/tests/
Dmonster_test_generated.h598 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,
1636testarrayofsortedstruct(); if (_e) { _o->testarrayofsortedstruct.resize(_e->size()); for (flatbuff…
[all …]
Dmonster_test.fbs62 testarrayofsortedstruct:[Ability] (id: 29);
Dmonster_test_generated.ts1304 testarrayofsortedstruct(index: number, obj?:MyGame.Example.Ability):MyGame.Example.Ability|null { method in MyGame.Example.Monster
Dmonster_test_generated.js1312 MyGame.Example.Monster.prototype.testarrayofsortedstruct = function(index, obj) { method in MyGame.Example.Monster
Dtest.cpp308 auto vecofstructs = monster->testarrayofsortedstruct(); in AccessFlatBufferTest()
/external/flatbuffers/tests/MyGame/Example/
DMonster.php505 …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);
DMonster.java91 …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
DMonster.py472 …uilder, testarrayofsortedstruct): builder.PrependUOffsetTRelativeSlot(29, flatbuffers.number_types… argument
DMonster.go640 func MonsterAddTestarrayofsortedstruct(builder *flatbuffers.Builder, testarrayofsortedstruct flatbu…
641 builder.PrependUOffsetTSlot(29, flatbuffers.UOffsetT(testarrayofsortedstruct), 0)