| /external/flatbuffers/tests/ |
| D | monster_test_generated.h | 1044 std::vector<Ability> testarrayofsortedstruct; 1112 (lhs.testarrayofsortedstruct == rhs.testarrayofsortedstruct) && 1375 const flatbuffers::Vector<const Ability *> *testarrayofsortedstruct() const { 1556 verifier.VerifyVector(testarrayofsortedstruct()) && 1708 …ofsortedstruct(flatbuffers::Offset<flatbuffers::Vector<const Ability *>> testarrayofsortedstruct) { 1709 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct); 1808 flatbuffers::Offset<flatbuffers::Vector<const Ability *>> testarrayofsortedstruct = 0, 1848 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct); 1908 const std::vector<Ability> *testarrayofsortedstruct = nullptr, 1935 …auto testarrayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfStructs<Ability>(*te… [all …]
|
| D | monster_test.fbs | 69 testarrayofsortedstruct:[Ability] (id: 29);
|
| D | monster_test_generated.lobster | 263 def testarrayofsortedstruct(i:int): 431 def MonsterAddTestarrayofsortedstruct(b_:flatbuffers_builder, testarrayofsortedstruct:int): 432 b_.PrependUOffsetTRelativeSlot(29, testarrayofsortedstruct, 0)
|
| D | monster_test_generated.rs | 973 if let Some(x) = args.testarrayofsortedstruct { builder.add_testarrayofsortedstruct(x); } in create() 1185 pub fn testarrayofsortedstruct(&self) -> Option<&'a [Ability]> { in testarrayofsortedstruct() method 1381 pub testarrayofsortedstruct: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a , Ability>>>, field 1433 testarrayofsortedstruct: None, in default() 1573 …pub fn add_testarrayofsortedstruct(&mut self, testarrayofsortedstruct: flatbuffers::WIPOffset<flat… in add_testarrayofsortedstruct() 1574 …_always::<flatbuffers::WIPOffset<_>>(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct); in add_testarrayofsortedstruct()
|
| D | monster_test_my_game.example_generated.dart | 723 …List<Ability> get testarrayofsortedstruct => const fb.ListReader<Ability>(Ability.reader).vTableGe… 759 …: $testf3, testarrayofstring2: $testarrayofstring2, testarrayofsortedstruct: $testarrayofsortedstr… 1054 List<AbilityObjectBuilder> testarrayofsortedstruct, 1102 _testarrayofsortedstruct = testarrayofsortedstruct,
|
| D | test.cpp | 320 auto vecofstructs = monster->testarrayofsortedstruct(); in AccessFlatBufferTest()
|
| D | monster_test_generated.ts | 1380 testarrayofsortedstruct(index: number, obj?:MyGame.Example.Ability):MyGame.Example.Ability|null { method in MyGame.Example.Monster
|
| D | monster_test_generated.js | 1469 MyGame.Example.Monster.prototype.testarrayofsortedstruct = function(index, obj) { method in MyGame.Example.Monster
|
| /external/flatbuffers/tests/MyGame/Example/ |
| D | Monster.php | 682 …estarrayofbools, $testf, $testf2, $testf3, $testarrayofstring2, $testarrayofsortedstruct, $flex, $… argument 713 self::addTestarrayofsortedstruct($builder, $testarrayofsortedstruct); 1185 …ic static function addTestarrayofsortedstruct(FlatBufferBuilder $builder, $testarrayofsortedstruct) argument 1187 $builder->addOffsetX(29, $testarrayofsortedstruct, 0);
|
| D | Monster.java | 96 …public Ability testarrayofsortedstruct(int j) { return testarrayofsortedstruct(new Ability(), j); } in testarrayofsortedstruct() method in Monster 97 …public Ability testarrayofsortedstruct(Ability obj, int j) { int o = __offset(62); return o != 0 ?… in testarrayofsortedstruct() method in Monster
|
| D | Monster.lua | 561 …estarrayofsortedstruct(builder, testarrayofsortedstruct) builder:PrependUOffsetTRelativeSlot(29, t…
|
| D | Monster.py | 655 …uilder, testarrayofsortedstruct): builder.PrependUOffsetTRelativeSlot(29, flatbuffers.number_types… argument
|
| D | Monster.go | 828 func MonsterAddTestarrayofsortedstruct(builder *flatbuffers.Builder, testarrayofsortedstruct flatbu… 829 builder.PrependUOffsetTSlot(29, flatbuffers.UOffsetT(testarrayofsortedstruct), 0)
|
| /external/flatbuffers/dart/test/ |
| D | flat_buffers_test.dart | 62 …testarrayofsortedstruct: null, flex: null, test5: null, vectorOfLongs: null, vectorOfDoubles: null…
|
| D | monster_test_my_game.example_generated.dart | 725 …List<Ability> get testarrayofsortedstruct => const fb.ListReader<Ability>(Ability.reader).vTableGe… 761 …: $testf3, testarrayofstring2: $testarrayofstring2, testarrayofsortedstruct: $testarrayofsortedstr… 1056 List<AbilityObjectBuilder> testarrayofsortedstruct, 1104 _testarrayofsortedstruct = testarrayofsortedstruct,
|
| /external/flatbuffers/tests/rust_usage_test/tests/ |
| D | integration_test.rs | 708 testarrayofsortedstruct: Some(v), in struct_ability_is_written_with_correct_alignment_in_table_vector() 714 let abilities = mon.testarrayofsortedstruct().unwrap(); in struct_ability_is_written_with_correct_alignment_in_table_vector()
|