Home
last modified time | relevance | path

Searched defs:testarrayofstring2 (Results 1 – 13 of 13) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DMonsterT.java49 private String[] testarrayofstring2; field in MonsterT
188 …public void setTestarrayofstring2(String[] testarrayofstring2) { this.testarrayofstring2 = testarr… in setTestarrayofstring2()
DMonster.php842 …, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3, $testarrayofstring2, $testarray…
1325 public static function addTestarrayofstring2(FlatBufferBuilder $builder, $testarrayofstring2)
DMonster.py1086 def MonsterAddTestarrayofstring2(builder, testarrayofstring2): argument
1089 def AddTestarrayofstring2(builder, testarrayofstring2): argument
DMonster.kt435 fun testarrayofstring2(j: Int) : String? { in testarrayofstring2() method in MyGame.Example.Monster
DMonster.java118 …public String testarrayofstring2(int j) { int o = __offset(60); return o != 0 ? __string(__vector(… in testarrayofstring2() method in Monster
/external/flatbuffers/tests/monster_test/my_game/example/
Dmonster_generated.rs235 let testarrayofstring2 = self.testarrayofstring2().map(|x| { in unpack() localVariable
608 …pub fn testarrayofstring2(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<&'… in testarrayofstring2() method
1109 …pub testarrayofstring2: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forward… field
1652 pub testarrayofstring2: Option<Vec<String>>, field
1801 let testarrayofstring2 = self.testarrayofstring2.as_ref().map(|x|{ in pack() localVariable
/external/flatbuffers/tests/ts/my-game/example/
Dmonster.ts1545 …const testarrayofstring2 = Monster.createTestarrayofstring2Vector(builder, builder.createObjectOff… constant
Dmonster.js306 testarrayofstring2(index, optionalEncoding) { method in Monster
1115 …estarrayofbools = [], testf = 3.14159, testf2 = 3.0, testf3 = 0.0, testarrayofstring2 = [], testar… argument
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dmonster_generated.rs237 let testarrayofstring2 = self.testarrayofstring2().map(|x| { in unpack() localVariable
610 …pub fn testarrayofstring2(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<&'… in testarrayofstring2() method
1111 …pub testarrayofstring2: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forward… field
1879 pub testarrayofstring2: Option<Vec<String>>, field
2028 let testarrayofstring2 = self.testarrayofstring2.as_ref().map(|x|{ in pack() localVariable
/external/flatbuffers/tests/
Dmonster_test.schema.json266 "testarrayofstring2" : { object
Dmonster_test_generated.py1811 def MonsterAddTestarrayofstring2(builder, testarrayofstring2): argument
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift1255 …public func testarrayofstring2(at index: Int32) -> String? { let o = _accessor.offset(VTOFFSET.tes… in testarrayofstring2() function
2151 public var testarrayofstring2: [String?] variable
/external/flatbuffers/tests/swift/Wasm.tests/Tests/FlatBuffers.Test.Swift.WasmTests/
Dmonster_test_generated.swift1255 …public func testarrayofstring2(at index: Int32) -> String? { let o = _accessor.offset(VTOFFSET.tes… in testarrayofstring2() function
2151 public var testarrayofstring2: [String?] variable