/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.py | 758 …uilder, testarrayofsortedstruct): builder.PrependUOffsetTRelativeSlot(29, flatbuffers.number_types… argument 839 self.testarrayofsortedstruct = None # type: List[MyGame.Example.Ability.AbilityT] 946 self.testarrayofsortedstruct = [] 949 self.testarrayofsortedstruct.append(None) 952 self.testarrayofsortedstruct.append(ability_) 1100 if self.testarrayofsortedstruct is not None: 1101 MonsterStartTestarrayofsortedstructVector(builder, len(self.testarrayofsortedstruct)) 1102 for i in reversed(range(len(self.testarrayofsortedstruct))): 1103 self.testarrayofsortedstruct[i].Pack(builder) 1104 testarrayofsortedstruct = builder.EndVector(len(self.testarrayofsortedstruct)) [all …]
|
D | Monster.kt | 432 …fun testarrayofsortedstruct(j: Int) : MyGame.Example.Ability? = testarrayofsortedstruct(MyGame.Exa… in testarrayofsortedstruct() method 433 fun testarrayofsortedstruct(obj: MyGame.Example.Ability, j: Int) : MyGame.Example.Ability? { in testarrayofsortedstruct() method in MyGame.Example.Monster 865 …tedstruct(builder: FlatBufferBuilder, testarrayofsortedstruct: Int) = builder.addOffset(29, testar… in startTestarrayofstring2Vector()
|
D | Monster.php | 699 …estarrayofbools, $testf, $testf2, $testf3, $testarrayofstring2, $testarrayofsortedstruct, $flex, $… argument 730 self::addTestarrayofsortedstruct($builder, $testarrayofsortedstruct); 1203 …ic static function addTestarrayofsortedstruct(FlatBufferBuilder $builder, $testarrayofsortedstruct) argument 1205 $builder->addOffsetX(29, $testarrayofsortedstruct, 0);
|
D | Monster.lua | 568 …estarrayofsortedstruct(builder, testarrayofsortedstruct) builder:PrependUOffsetTRelativeSlot(29, t…
|
D | Monster.java | 110 …public MyGame.Example.Ability testarrayofsortedstruct(int j) { return testarrayofsortedstruct(new … in testarrayofsortedstruct() method in Monster 111 …public MyGame.Example.Ability testarrayofsortedstruct(MyGame.Example.Ability obj, int j) { int o =… in testarrayofsortedstruct() method in Monster
|
D | Monster.go | 1360 func MonsterAddTestarrayofsortedstruct(builder *flatbuffers.Builder, testarrayofsortedstruct flatbu… 1361 builder.PrependUOffsetTSlot(29, flatbuffers.UOffsetT(testarrayofsortedstruct), 0)
|
/external/flatbuffers/tests/ |
D | monster_test_generated.h | 1177 std::vector<MyGame::Example::Ability> testarrayofsortedstruct; 1247 (lhs.testarrayofsortedstruct == rhs.testarrayofsortedstruct) && 1515 const flatbuffers::Vector<const MyGame::Example::Ability *> *testarrayofsortedstruct() const { 1696 verifier.VerifyVector(testarrayofsortedstruct()) && 1850 …atbuffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct) { 1851 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct); 1953 …buffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct = 0, 1994 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct); 2055 std::vector<MyGame::Example::Ability> *testarrayofsortedstruct = nullptr, 2083 …rayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame::Example::… [all …]
|
D | monster_test.fbs | 84 testarrayofsortedstruct:[Ability] (id: 29);
|
D | monster_test_generated.lobster | 292 def testarrayofsortedstruct(i:int): 455 def add_testarrayofsortedstruct(testarrayofsortedstruct:flatbuffers_offset): 456 b_.PrependUOffsetTRelativeSlot(29, testarrayofsortedstruct)
|
D | monster_test_generated.rs | 1082 if let Some(x) = args.testarrayofsortedstruct { builder.add_testarrayofsortedstruct(x); } in create() 1296 pub fn testarrayofsortedstruct(&self) -> Option<&'a [Ability]> { in testarrayofsortedstruct() method 1496 pub testarrayofsortedstruct: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a , Ability>>>, field 1549 testarrayofsortedstruct: None, in default() 1690 …pub fn add_testarrayofsortedstruct(&mut self, testarrayofsortedstruct: flatbuffers::WIPOffset<flat… in add_testarrayofsortedstruct() 1691 …_always::<flatbuffers::WIPOffset<_>>(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct); in add_testarrayofsortedstruct()
|
D | monster_test_my_game.example_generated.dart | 770 …List<Ability> get testarrayofsortedstruct => const fb.ListReader<Ability>(Ability.reader).vTableGe… 807 …: $testf3, testarrayofstring2: $testarrayofstring2, testarrayofsortedstruct: $testarrayofsortedstr… 1107 List<AbilityObjectBuilder> testarrayofsortedstruct, 1156 _testarrayofsortedstruct = testarrayofsortedstruct,
|
D | monster_test_generated.ts | 1447 testarrayofsortedstruct(index: number, obj?:MyGame.Example.Ability):MyGame.Example.Ability|null { method in MyGame.Example.Monster
|
D | monster_test_generated.js | 1595 MyGame.Example.Monster.prototype.testarrayofsortedstruct = function(index, obj) { method in MyGame.Example.Monster
|
D | test.cpp | 357 auto vecofstructs = monster->testarrayofsortedstruct(); in AccessFlatBufferTest()
|
/external/flatbuffers/tests/cpp17/generated_cpp17/ |
D | monster_test_generated.h | 1005 std::vector<MyGame::Example::Ability> testarrayofsortedstruct; 1290 const flatbuffers::Vector<const MyGame::Example::Ability *> *testarrayofsortedstruct() const { 1471 verifier.VerifyVector(testarrayofsortedstruct()) && 1625 …atbuffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct) { 1626 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct); 1728 …buffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct = 0, 1769 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct); 1835 std::vector<MyGame::Example::Ability> *testarrayofsortedstruct = nullptr, 1863 …rayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame::Example::… 2369 …testarrayofsortedstruct(); if (_e) { _o->testarrayofsortedstruct.resize(_e->size()); for (flatbuff… [all …]
|
/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 | 772 …List<Ability> get testarrayofsortedstruct => const fb.ListReader<Ability>(Ability.reader).vTableGe… 809 …: $testf3, testarrayofstring2: $testarrayofstring2, testarrayofsortedstruct: $testarrayofsortedstr… 1109 List<AbilityObjectBuilder> testarrayofsortedstruct, 1158 _testarrayofsortedstruct = testarrayofsortedstruct,
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 402 …public func testarrayofsortedstruct(at index: Int32) -> MyGame.Example.Ability? { let o = _accesso… in testarrayofsortedstruct() function 479 …atic func addVectorOf(testarrayofsortedstruct: Offset<UOffset>, _ fbb: FlatBufferBuilder) { fbb.ad… in addVectorOf() 529 vectorOfTestarrayofsortedstruct testarrayofsortedstruct: Offset<UOffset> = Offset(), struct 578 Monster.addVectorOf(testarrayofsortedstruct: testarrayofsortedstruct, fbb)
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 860 testarrayofsortedstruct: Some(v), in struct_ability_is_written_with_correct_alignment_in_table_vector() 866 let abilities = mon.testarrayofsortedstruct().unwrap(); in struct_ability_is_written_with_correct_alignment_in_table_vector()
|