Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DMonster.py758 …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 …]
DMonster.kt432 …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()
DMonster.php699 …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);
DMonster.lua568 …estarrayofsortedstruct(builder, testarrayofsortedstruct) builder:PrependUOffsetTRelativeSlot(29, t…
DMonster.java110 …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
DMonster.go1360 func MonsterAddTestarrayofsortedstruct(builder *flatbuffers.Builder, testarrayofsortedstruct flatbu…
1361 builder.PrependUOffsetTSlot(29, flatbuffers.UOffsetT(testarrayofsortedstruct), 0)
/external/flatbuffers/tests/
Dmonster_test_generated.h1177 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 …]
Dmonster_test.fbs84 testarrayofsortedstruct:[Ability] (id: 29);
Dmonster_test_generated.lobster292 def testarrayofsortedstruct(i:int):
455 def add_testarrayofsortedstruct(testarrayofsortedstruct:flatbuffers_offset):
456 b_.PrependUOffsetTRelativeSlot(29, testarrayofsortedstruct)
Dmonster_test_generated.rs1082 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()
Dmonster_test_my_game.example_generated.dart770 …List<Ability> get testarrayofsortedstruct => const fb.ListReader<Ability>(Ability.reader).vTableGe…
807 …: $testf3, testarrayofstring2: $testarrayofstring2, testarrayofsortedstruct: $testarrayofsortedstr…
1107 List<AbilityObjectBuilder> testarrayofsortedstruct,
1156 _testarrayofsortedstruct = testarrayofsortedstruct,
Dmonster_test_generated.ts1447 testarrayofsortedstruct(index: number, obj?:MyGame.Example.Ability):MyGame.Example.Ability|null { method in MyGame.Example.Monster
Dmonster_test_generated.js1595 MyGame.Example.Monster.prototype.testarrayofsortedstruct = function(index, obj) { method in MyGame.Example.Monster
Dtest.cpp357 auto vecofstructs = monster->testarrayofsortedstruct(); in AccessFlatBufferTest()
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h1005 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::…
2369testarrayofsortedstruct(); if (_e) { _o->testarrayofsortedstruct.resize(_e->size()); for (flatbuff…
[all …]
/external/flatbuffers/dart/test/
Dflat_buffers_test.dart62testarrayofsortedstruct: null, flex: null, test5: null, vectorOfLongs: null, vectorOfDoubles: null…
Dmonster_test_my_game.example_generated.dart772 …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/
Dmonster_test_generated.swift402 …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/
Dintegration_test.rs860 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()