Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/my-game/example/
Dmonster.js313 testarrayofsortedstruct(index, obj) { method in Monster
860 …s), this.testarrayofstring2Length()), this.bb.createObjList(this.testarrayofsortedstruct.bind(this…
909 …_o.testarrayofsortedstruct = this.bb.createObjList(this.testarrayofsortedstruct.bind(this), this.t…
946 … = 3.14159, testf2 = 3.0, testf3 = 0.0, testarrayofstring2 = [], testarrayofsortedstruct = [], fle… argument
975 this.testarrayofsortedstruct = testarrayofsortedstruct;
1010 …const testarrayofsortedstruct = builder.createStructOffsetList(this.testarrayofsortedstruct, Monst…
1055 Monster.addTestarrayofsortedstruct(builder, testarrayofsortedstruct);
Dmonster.ts410 testarrayofsortedstruct(index: number, obj?:Ability):Ability|null { method in Monster
1135 …this.bb!.createObjList(this.testarrayofsortedstruct.bind(this), this.testarrayofsortedstructLength…
1202 …_o.testarrayofsortedstruct = this.bb!.createObjList(this.testarrayofsortedstruct.bind(this), this.…
1265 public testarrayofsortedstruct: (AbilityT)[] = [],
1302 …const testarrayofsortedstruct = builder.createStructOffsetList(this.testarrayofsortedstruct, Monst… constant
1348 Monster.addTestarrayofsortedstruct(builder, testarrayofsortedstruct);
/third_party/flatbuffers/tests/MyGame/Example/
DMonster.py948 …uilder, testarrayofsortedstruct): builder.PrependUOffsetTRelativeSlot(29, flatbuffers.number_types… argument
949 def MonsterAddTestarrayofsortedstruct(builder, testarrayofsortedstruct): argument
951 return AddTestarrayofsortedstruct(builder, testarrayofsortedstruct)
1150 self.testarrayofsortedstruct = None # type: List[MyGame.Example.Ability.AbilityT]
1259 self.testarrayofsortedstruct = []
1262 self.testarrayofsortedstruct.append(None)
1265 self.testarrayofsortedstruct.append(ability_)
1428 if self.testarrayofsortedstruct is not None:
1429 StartTestarrayofsortedstructVector(builder, len(self.testarrayofsortedstruct))
1430 for i in reversed(range(len(self.testarrayofsortedstruct))):
[all …]
DMonster.kt432 …fun testarrayofsortedstruct(j: Int) : MyGame.Example.Ability? = testarrayofsortedstruct(MyGame.Exa… in testarrayofsortedstruct() method in MyGame.Example.Monster
433 fun testarrayofsortedstruct(obj: MyGame.Example.Ability, j: Int) : MyGame.Example.Ability? { in testarrayofsortedstruct() method
926 …tedstruct(builder: FlatBufferBuilder, testarrayofsortedstruct: Int) = builder.addOffset(29, testar… in startTestarrayofstring2Vector()
DMonster.php745 …estarrayofbools, $testf, $testf2, $testf3, $testarrayofstring2, $testarrayofsortedstruct, $flex, $… argument
776 self::addTestarrayofsortedstruct($builder, $testarrayofsortedstruct);
1251 …ic static function addTestarrayofsortedstruct(FlatBufferBuilder $builder, $testarrayofsortedstruct) argument
1253 $builder->addOffsetX(29, $testarrayofsortedstruct, 0);
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.lua619 …estarrayofsortedstruct(builder, testarrayofsortedstruct) builder:PrependUOffsetTRelativeSlot(29, t…
DMonster.go1450 func MonsterAddTestarrayofsortedstruct(builder *flatbuffers.Builder, testarrayofsortedstruct flatbu…
1451 builder.PrependUOffsetTSlot(29, flatbuffers.UOffsetT(testarrayofsortedstruct), 0)
/third_party/flatbuffers/tests/
Dmonsterdata_test.json78 testarrayofsortedstruct:[
Dmonster_test_generated.h1238 std::vector<MyGame::Example::Ability> testarrayofsortedstruct{};
1289 (lhs.testarrayofsortedstruct == rhs.testarrayofsortedstruct) &&
1561 const flatbuffers::Vector<const MyGame::Example::Ability *> *testarrayofsortedstruct() const {
1757 verifier.VerifyVector(testarrayofsortedstruct()) &&
1916 …atbuffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct) {
1917 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct);
2024 …buffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct = 0,
2069 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct);
2130 std::vector<MyGame::Example::Ability> *testarrayofsortedstruct = nullptr,
2160 …rayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame::Example::…
[all …]
Dmonster_test_generated.rs2162 if let Some(x) = args.testarrayofsortedstruct { builder.add_testarrayofsortedstruct(x); } in create()
2262 let testarrayofsortedstruct = self.testarrayofsortedstruct().map(|x| { in unpack() localVariable
2374 testarrayofsortedstruct, in unpack()
2578 pub fn testarrayofsortedstruct(&self) -> Option<&'a [Ability]> { in testarrayofsortedstruct() method
2871 pub testarrayofsortedstruct: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, Ability>>>, field
2926 testarrayofsortedstruct: None, in default()
3069 …pub fn add_testarrayofsortedstruct(&mut self, testarrayofsortedstruct: flatbuffers::WIPOffset<flat… in add_testarrayofsortedstruct()
3070 …_always::<flatbuffers::WIPOffset<_>>(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct); in add_testarrayofsortedstruct()
3229 ds.field("testarrayofsortedstruct", &self.testarrayofsortedstruct()); in fmt()
3336 pub testarrayofsortedstruct: Option<Vec<AbilityT>>, field
[all …]
Dmonster_test.fbs90 testarrayofsortedstruct:[Ability] (id: 29);
Dmonster_test_generated.lobster316 def testarrayofsortedstruct(i:int):
487 def add_testarrayofsortedstruct(testarrayofsortedstruct:flatbuffers_offset):
488 b_.PrependUOffsetTRelativeSlot(29, testarrayofsortedstruct)
Dmonster_test_my_game.example_generated.dart849 …List<Ability> get testarrayofsortedstruct => const fb.ListReader<Ability>(Ability.reader).vTableGe…
888 …: $testf3, testarrayofstring2: $testarrayofstring2, testarrayofsortedstruct: $testarrayofsortedstr…
1198 List<AbilityObjectBuilder> testarrayofsortedstruct,
1249 _testarrayofsortedstruct = testarrayofsortedstruct,
Dtest.cpp366 auto vecofstructs = monster->testarrayofsortedstruct(); in AccessFlatBufferTest()
2168 const auto abilities = monster->testarrayofsortedstruct(); in GenerateTableTextTest()
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift786 case testarrayofsortedstruct = 62
874 …ayofsortedstructCount: Int32 { let o = _accessor.offset(VTOFFSET.testarrayofsortedstruct.v); retur…
875 …public func testarrayofsortedstruct(at index: Int32) -> MyGame_Example_Ability? { let o = _accesso… in testarrayofsortedstruct() function
876 …ame_Example_Ability_Mutable? { let o = _accessor.offset(VTOFFSET.testarrayofsortedstruct.v); retur… in mutableTestarrayofsortedstruct()
965 …rOf(testarrayofsortedstruct: Offset, _ fbb: inout FlatBufferBuilder) { fbb.add(offset: testarrayof… in addVectorOf()
1024 testarrayofsortedstructVectorOffset testarrayofsortedstruct: Offset = Offset(),
1076 MyGame_Example_Monster.addVectorOf(testarrayofsortedstruct: testarrayofsortedstruct, &fbb)
1156 …MyGame_Example_Monster.startVectorOfTestarrayofsortedstruct(obj.testarrayofsortedstruct.count, in:… in pack()
1157 for i in obj.testarrayofsortedstruct { in pack()
1161 let __testarrayofsortedstruct = builder.endVector(len: obj.testarrayofsortedstruct.count) in pack()
[all …]
/third_party/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h1193 std::vector<MyGame::Example::Ability> testarrayofsortedstruct{};
1461 const flatbuffers::Vector<const MyGame::Example::Ability *> *testarrayofsortedstruct() const {
1642 else if constexpr (Index == 28) return testarrayofsortedstruct();
1711 verifier.VerifyVector(testarrayofsortedstruct()) &&
1870 …atbuffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct) {
1871 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct);
1978 …buffers::Offset<flatbuffers::Vector<const MyGame::Example::Ability *>> testarrayofsortedstruct = 0,
2023 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct);
2146 std::vector<MyGame::Example::Ability> *testarrayofsortedstruct = nullptr,
2176 …rayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfSortedStructs<MyGame::Example::…
[all …]
/third_party/flatbuffers/dart/test/
Dflat_buffers_test.dart76 'testarrayofsortedstruct: null, flex: null, test5: null, '
97 'testarrayofsortedstruct: null, flex: null, test5: null, '
115 'testf3: 0.0, testarrayofstring2: null, testarrayofsortedstruct: null, '
Dmonster_test_my_game.example_generated.dart849 …List<Ability> get testarrayofsortedstruct => const fb.ListReader<Ability>(Ability.reader).vTableGe…
888 …: $testf3, testarrayofstring2: $testarrayofstring2, testarrayofsortedstruct: $testarrayofsortedstr…
1198 List<AbilityObjectBuilder> testarrayofsortedstruct,
1249 _testarrayofsortedstruct = testarrayofsortedstruct,
/third_party/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs151 testarrayofsortedstruct: None, in object_api_defaults()
1044 testarrayofsortedstruct: Some(v), in struct_ability_is_written_with_correct_alignment_in_table_vector()
1050 let abilities = mon.testarrayofsortedstruct().unwrap(); in struct_ability_is_written_with_correct_alignment_in_table_vector()