Home
last modified time | relevance | path

Searched defs:testarrayoftables (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java20 private MyGame.Example.MonsterT[] testarrayoftables; field in MonsterT
100 …public void setTestarrayoftables(MyGame.Example.MonsterT[] testarrayoftables) { this.testarrayofta… in setTestarrayoftables()
H A DMonster.kt149 …fun testarrayoftables(j: Int) : MyGame.Example.Monster? = testarrayoftables(MyGame.Example.Monster… in testarrayoftables() method in MyGame.Example.Monster
150 fun testarrayoftables(obj: MyGame.Example.Monster, j: Int) : MyGame.Example.Monster? { in testarrayoftables() method in MyGame.Example.Monster
H A DMonster.php770 …$inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayoftables, $enemy, $te…
1003 public static function addTestarrayoftables(FlatBufferBuilder $builder, $testarrayoftables)
H A DMonster.py861 def MonsterAddTestarrayoftables(builder, testarrayoftables): builder.PrependUOffsetTRelativeSlot(11… argument
862 def AddTestarrayoftables(builder, testarrayoftables): argument
H A DMonster.java55 …public MyGame.Example.Monster testarrayoftables(int j) { return testarrayoftables(new MyGame.Examp… in testarrayoftables() method in Monster
56 …public MyGame.Example.Monster testarrayoftables(MyGame.Example.Monster obj, int j) { int o = __off… in testarrayoftables() method in Monster
/aosp_15_r20/external/flatbuffers/tests/
H A Dunicode_test.json11 "testarrayoftables": [ array
H A DJavaTest.java1498 MonsterT[] testarrayoftables = monster.getTestarrayoftables(); in TestObject() local
H A Dmonster_test.schema.json214 "testarrayoftables" : { object
H A Dmonster_test_generated.py1582 def MonsterAddTestarrayoftables(builder, testarrayoftables): builder.PrependUOffsetTRelativeSlot(11… argument
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dmonster_generated.rs192 let testarrayoftables = self.testarrayoftables().map(|x| { in unpack() localVariable
418 …pub fn testarrayoftables(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<Mon… in testarrayoftables() method
786 …pub testarrayoftables: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forwards… field
1273 pub testarrayoftables: Option<Vec<MonsterT>>, field
1396 let testarrayoftables = self.testarrayoftables.as_ref().map(|x|{ in pack() localVariable
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dmonster_generated.rs194 let testarrayoftables = self.testarrayoftables().map(|x| { in unpack() localVariable
420 …pub fn testarrayoftables(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<Mon… in testarrayoftables() method
788 …pub testarrayoftables: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forwards… field
1492 pub testarrayoftables: Option<Vec<MonsterT>>, field
1615 let testarrayoftables = self.testarrayoftables.as_ref().map(|x|{ in pack() localVariable
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/benches/
H A Dflatbuffers_benchmarks.rs163 let testarrayoftables = m.testarrayoftables().unwrap(); in traverse_serialized_example_with_generated_code() localVariable
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.ts156 testarrayoftables(index: number, obj?:Monster):Monster|null { method in Monster
1354 …const testarrayoftables = Monster.createTestarrayoftablesVector(builder, builder.createObjectOffse… constant
H A Dmonster.js121 testarrayoftables(index, obj) { method in Monster
986 …stType = Any.NONE, test = null, test4 = [], testarrayofstring = [], testarrayoftables = [], enemy … argument
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Sources/SwiftFlatBuffers/
H A Dfuzzer_generated.swift227 …public func testarrayoftables(at index: Int32) -> Monster? { let o = _accessor.offset(VTOFFSET.tes… in testarrayoftables() function
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/
H A Dmonster_test_generated.swift1219 …public func testarrayoftables(at index: Int32) -> MyGame_Example_Monster? { let o = _accessor.offs… in testarrayoftables() function
2050 public var testarrayoftables: [MyGame_Example_MonsterT?] variable
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A Dmonster_test_generated.swift1219 …public func testarrayoftables(at index: Int32) -> MyGame_Example_Monster? { let o = _accessor.offs… in testarrayoftables() function
2050 public var testarrayoftables: [MyGame_Example_MonsterT?] variable
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts823 testarrayoftables(index: number, obj?:MyGame_Example_Monster):MyGame_Example_Monster|null { method in MyGame_Example_Monster