Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dunicode_test.json11 "testarrayoftables": [ array
Dmonster_test.schema.json214 "testarrayoftables" : { object
Dmonster_test_generated.py1746 def MonsterAddTestarrayoftables(builder, testarrayoftables): argument
/external/flatbuffers/tests/rust_usage_test/benches/
Dflatbuffers_benchmarks.rs163 let testarrayoftables = m.testarrayoftables().unwrap(); in traverse_serialized_example_with_generated_code() localVariable
/external/flatbuffers/tests/MyGame/Example/
DMonsterT.java32 private MyGame.Example.MonsterT[] testarrayoftables; field in MonsterT
120 …public void setTestarrayoftables(MyGame.Example.MonsterT[] testarrayoftables) { this.testarrayofta… in setTestarrayoftables()
DMonster.kt165 …fun testarrayoftables(j: Int) : MyGame.Example.Monster? = testarrayoftables(MyGame.Example.Monster… in testarrayoftables() method in MyGame.Example.Monster
166 fun testarrayoftables(obj: MyGame.Example.Monster, j: Int) : MyGame.Example.Monster? { in testarrayoftables() method
DMonster.php842 …$inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayoftables, $enemy, $te…
1083 public static function addTestarrayoftables(FlatBufferBuilder $builder, $testarrayoftables)
DMonster.py959 def MonsterAddTestarrayoftables(builder, testarrayoftables): argument
962 def AddTestarrayoftables(builder, testarrayoftables): argument
DMonster.java67 …public MyGame.Example.Monster testarrayoftables(int j) { return testarrayoftables(new MyGame.Examp… in testarrayoftables() method in Monster
68 …public MyGame.Example.Monster testarrayoftables(MyGame.Example.Monster obj, int j) { int o = __off… in testarrayoftables() method in Monster
/external/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/
Dfuzzer_generated.swift225 …public func testarrayoftables(at index: Int32) -> Monster? { let o = _accessor.offset(VTOFFSET.tes… in testarrayoftables() function
/external/flatbuffers/tests/monster_test/my_game/example/
Dmonster_generated.rs208 let testarrayoftables = self.testarrayoftables().map(|x| { in unpack() localVariable
480 …pub fn testarrayoftables(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<Mon… in testarrayoftables() method
1092 …pub testarrayoftables: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forwards… field
1635 pub testarrayoftables: Option<Vec<MonsterT>>, field
1774 let testarrayoftables = self.testarrayoftables.as_ref().map(|x|{ in pack() localVariable
/external/flatbuffers/tests/ts/my-game/example/
Dmonster.ts1540 …const testarrayoftables = Monster.createTestarrayoftablesVector(builder, builder.createObjectOffse… constant
Dmonster.js122 testarrayoftables(index, obj) { method in Monster
1115 …stType = Any.NONE, test = null, test4 = [], testarrayofstring = [], testarrayoftables = [], enemy … argument
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dmonster_generated.rs210 let testarrayoftables = self.testarrayoftables().map(|x| { in unpack() localVariable
482 …pub fn testarrayoftables(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<Mon… in testarrayoftables() method
1094 …pub testarrayoftables: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forwards… field
1862 pub testarrayoftables: Option<Vec<MonsterT>>, field
2001 let testarrayoftables = self.testarrayoftables.as_ref().map(|x|{ in pack() localVariable
/external/flatbuffers/java/src/test/java/
DJavaTest.java1462 MonsterT[] testarrayoftables = monster.getTestarrayoftables(); in TestObject() local
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift1215 …public func testarrayoftables(at index: Int32) -> MyGame_Example_Monster? { let o = _accessor.offs… in testarrayoftables() function
2134 public var testarrayoftables: [MyGame_Example_MonsterT?] variable
/external/flatbuffers/tests/swift/Wasm.tests/Tests/FlatBuffers.Test.Swift.WasmTests/
Dmonster_test_generated.swift1215 …public func testarrayoftables(at index: Int32) -> MyGame_Example_Monster? { let o = _accessor.offs… in testarrayoftables() function
2134 public var testarrayoftables: [MyGame_Example_MonsterT?] variable