Home
last modified time | relevance | path

Searched defs:testarrayofsortedstruct (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java38 private MyGame.Example.AbilityT[] testarrayofsortedstruct; field in MonsterT
172 …public void setTestarrayofsortedstruct(MyGame.Example.AbilityT[] testarrayofsortedstruct) { this.t… in setTestarrayofsortedstruct()
H A DMonster.kt431 …fun testarrayofsortedstruct(j: Int) : MyGame.Example.Ability? = testarrayofsortedstruct(MyGame.Exa… in testarrayofsortedstruct() method in MyGame.Example.Monster
432 fun testarrayofsortedstruct(obj: MyGame.Example.Ability, j: Int) : MyGame.Example.Ability? { in testarrayofsortedstruct() method in MyGame.Example.Monster
H A DMonster.php770 …estarrayofbools, $testf, $testf2, $testf3, $testarrayofstring2, $testarrayofsortedstruct, $flex, $…
1279 …ic static function addTestarrayofsortedstruct(FlatBufferBuilder $builder, $testarrayofsortedstruct)
H A DMonster.py934 def MonsterAddTestarrayofsortedstruct(builder, testarrayofsortedstruct): builder.PrependUOffsetTRel… argument
935 def AddTestarrayofsortedstruct(builder, testarrayofsortedstruct): argument
H A 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
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dmonster_generated.rs222 let testarrayofsortedstruct = self.testarrayofsortedstruct().map(|x| { in unpack() localVariable
496 pub fn testarrayofsortedstruct(&self) -> Option<&'a [Ability]> { in testarrayofsortedstruct() method
804 pub testarrayofsortedstruct: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, Ability>>>, field
1291 pub testarrayofsortedstruct: Option<Vec<AbilityT>>, field
1426 let testarrayofsortedstruct = self.testarrayofsortedstruct.as_ref().map(|x|{ in pack() localVariable
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dmonster_generated.rs224 let testarrayofsortedstruct = self.testarrayofsortedstruct().map(|x| { in unpack() localVariable
498 pub fn testarrayofsortedstruct(&self) -> Option<&'a [Ability]> { in testarrayofsortedstruct() method
806 pub testarrayofsortedstruct: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, Ability>>>, field
1510 pub testarrayofsortedstruct: Option<Vec<AbilityT>>, field
1645 let testarrayofsortedstruct = self.testarrayofsortedstruct.as_ref().map(|x|{ in pack() localVariable
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.ts410 testarrayofsortedstruct(index: number, obj?:Ability):Ability|null { method in Monster
1360 …const testarrayofsortedstruct = builder.createStructOffsetList(this.testarrayofsortedstruct, Monst… constant
H A Dmonster.js313 testarrayofsortedstruct(index, obj) { method in Monster
986 … = 3.14159, testf2 = 3.0, testf3 = 0.0, testarrayofstring2 = [], testarrayofsortedstruct = [], fle… argument
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/
H A Dmonster_test_generated.swift1262 …public func testarrayofsortedstruct(at index: Int32) -> MyGame_Example_Ability? { let o = _accesso… in testarrayofsortedstruct() function
2068 public var testarrayofsortedstruct: [MyGame_Example_Ability?] variable
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A Dmonster_test_generated.swift1262 …public func testarrayofsortedstruct(at index: Int32) -> MyGame_Example_Ability? { let o = _accesso… in testarrayofsortedstruct() function
2068 public var testarrayofsortedstruct: [MyGame_Example_Ability?] variable
/aosp_15_r20/external/flatbuffers/tests/
H A DJavaTest.java1523 AbilityT[] testarrayofsortedstruct = monster.getTestarrayofsortedstruct(); in TestObject() local
H A Dmonster_test.schema.json269 "testarrayofsortedstruct" : { object
H A Dmonster_test_generated.py1609 def MonsterAddTestarrayofsortedstruct(builder, testarrayofsortedstruct): builder.PrependUOffsetTRel… argument
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts945 testarrayofsortedstruct(index: number, obj?:MyGame_Example_Ability):MyGame_Example_Ability|null { method in MyGame_Example_Monster