Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java22 private int[] testnestedflatbuffer; field in MonsterT
108 …public void setTestnestedflatbuffer(int[] testnestedflatbuffer) { this.testnestedflatbuffer = test… in setTestnestedflatbuffer()
H A DMonster.php770 …e, $test, $test4, $testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempt…
1047 … public static function addTestnestedflatbuffer(FlatBufferBuilder $builder, $testnestedflatbuffer)
H A DMonster.py870 def MonsterAddTestnestedflatbuffer(builder, testnestedflatbuffer): builder.PrependUOffsetTRelativeS… argument
871 def AddTestnestedflatbuffer(builder, testnestedflatbuffer): argument
H A DMonster.kt187 fun testnestedflatbuffer(j: Int) : UByte { in testnestedflatbuffer() method in MyGame.Example.Monster
H A DMonster.java64 …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 Dmonster_generated.rs198 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 Dmonster_generated.rs200 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 Dmonster.ts171 testnestedflatbuffer(index: number):number|null { method in Monster
1356 …const testnestedflatbuffer = Monster.createTestnestedflatbufferVector(builder, this.testnestedflat… constant
H A Dmonster.js133 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 Dmonster_test_generated.swift1224 …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 Dmonster_test_generated.swift1224 …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 DJavaTest.java1505 int[] testnestedflatbuffer = monster.getTestnestedflatbuffer(); in TestObject() local
H A Dmonster_test.schema.json221 "testnestedflatbuffer" : { object
H A Dmonster_test_generated.py1585 def MonsterAddTestnestedflatbuffer(builder, testnestedflatbuffer): builder.PrependUOffsetTRelativeS… argument
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts838 testnestedflatbuffer(index: number):number|null { method in MyGame_Example_Monster