/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | MonsterT.java | 22 private int[] testnestedflatbuffer; field in MonsterT 108 …public void setTestnestedflatbuffer(int[] testnestedflatbuffer) { this.testnestedflatbuffer = test… in setTestnestedflatbuffer()
|
H A D | Monster.php | 770 …e, $test, $test4, $testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempt… 1047 … public static function addTestnestedflatbuffer(FlatBufferBuilder $builder, $testnestedflatbuffer)
|
H A D | Monster.py | 870 def MonsterAddTestnestedflatbuffer(builder, testnestedflatbuffer): builder.PrependUOffsetTRelativeS… argument 871 def AddTestnestedflatbuffer(builder, testnestedflatbuffer): argument
|
H A D | Monster.kt | 187 fun testnestedflatbuffer(j: Int) : UByte { in testnestedflatbuffer() method in MyGame.Example.Monster
|
H A D | Monster.java | 64 …public int testnestedflatbuffer(int j) { int o = __offset(30); return o != 0 ? bb.get(__vector(o) … in testnestedflatbuffer() method in Monster 72 …public boolean mutateTestnestedflatbuffer(int j, int testnestedflatbuffer) { int o = __offset(30);… in mutateTestnestedflatbuffer()
|
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/ |
H A D | monster_generated.rs | 198 let testnestedflatbuffer = self.testnestedflatbuffer().map(|x| { in unpack() localVariable 426 pub fn testnestedflatbuffer(&self) -> Option<&'a [u8]> { in testnestedflatbuffer() method 788 pub testnestedflatbuffer: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, u8>>>, field 1275 pub testnestedflatbuffer: Option<Vec<u8>>, field 1402 let testnestedflatbuffer = self.testnestedflatbuffer.as_ref().map(|x|{ in pack() localVariable
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
H A D | monster_generated.rs | 200 let testnestedflatbuffer = self.testnestedflatbuffer().map(|x| { in unpack() localVariable 428 pub fn testnestedflatbuffer(&self) -> Option<&'a [u8]> { in testnestedflatbuffer() method 790 pub testnestedflatbuffer: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, u8>>>, field 1494 pub testnestedflatbuffer: Option<Vec<u8>>, field 1621 let testnestedflatbuffer = self.testnestedflatbuffer.as_ref().map(|x|{ in pack() localVariable
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | monster.ts | 171 testnestedflatbuffer(index: number):number|null { method in Monster 1356 …const testnestedflatbuffer = Monster.createTestnestedflatbufferVector(builder, this.testnestedflat… constant
|
H A D | monster.js | 133 testnestedflatbuffer(index) { method in Monster 986 …[], testarrayofstring = [], testarrayoftables = [], enemy = null, testnestedflatbuffer = [], teste… argument
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/ |
H A D | monster_test_generated.swift | 1224 …public func testnestedflatbuffer(at index: Int32) -> UInt8 { let o = _accessor.offset(VTOFFSET.tes… in testnestedflatbuffer() function 1225 …public var testnestedflatbuffer: [UInt8] { return _accessor.getVector(at: VTOFFSET.testnestedflatb… variable 2052 public var testnestedflatbuffer: [UInt8] variable
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
H A D | monster_test_generated.swift | 1224 …public func testnestedflatbuffer(at index: Int32) -> UInt8 { let o = _accessor.offset(VTOFFSET.tes… in testnestedflatbuffer() function 1225 …public var testnestedflatbuffer: [UInt8] { return _accessor.getVector(at: VTOFFSET.testnestedflatb… variable 2052 public var testnestedflatbuffer: [UInt8] variable
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | JavaTest.java | 1505 int[] testnestedflatbuffer = monster.getTestnestedflatbuffer(); in TestObject() local
|
H A D | monster_test.schema.json | 221 "testnestedflatbuffer" : { object
|
H A D | monster_test_generated.py | 1585 def MonsterAddTestnestedflatbuffer(builder, testnestedflatbuffer): builder.PrependUOffsetTRelativeS… argument
|
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/ |
H A D | monster_test_generated.ts | 838 testnestedflatbuffer(index: number):number|null { method in MyGame_Example_Monster
|