/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | MonsterT.java | 19 private String[] testarrayofstring; field in MonsterT 96 …public void setTestarrayofstring(String[] testarrayofstring) { this.testarrayofstring = testarrayo… in setTestarrayofstring()
|
H A D | Monster.php | 770 … $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayo… 969 public static function addTestarrayofstring(FlatBufferBuilder $builder, $testarrayofstring)
|
H A D | Monster.py | 855 def MonsterAddTestarrayofstring(builder, testarrayofstring): builder.PrependUOffsetTRelativeSlot(10… argument 856 def AddTestarrayofstring(builder, testarrayofstring): argument
|
H A D | Monster.kt | 133 fun testarrayofstring(j: Int) : String? { in testarrayofstring() method in MyGame.Example.Monster
|
H A D | Monster.java | 47 …public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o… in testarrayofstring() method in Monster
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | unicode_test.json | 3 "testarrayofstring": [ array
|
H A D | JavaTest.java | 1493 String[] testarrayofstring = monster.getTestarrayofstring(); in TestObject() local
|
H A D | monster_test.schema.json | 211 "testarrayofstring" : { object
|
H A D | test.cpp | 3640 const auto *testarrayofstring = monster->testarrayofstring(); in CreateSharedStringTest() local
|
H A D | monster_test_generated.py | 1580 def MonsterAddTestarrayofstring(builder, testarrayofstring): builder.PrependUOffsetTRelativeSlot(10… argument
|
/aosp_15_r20/external/flatbuffers/tests/rust_serialize_test/src/ |
H A D | main.rs | 83 let testarrayofstring = o.get("testarrayofstring").unwrap().as_array().unwrap(); in main() localVariable
|
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/ |
H A D | monster_generated.rs | 189 let testarrayofstring = self.testarrayofstring().map(|x| { in unpack() localVariable 412 …pub fn testarrayofstring(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<&'a… in testarrayofstring() method 785 …pub testarrayofstring: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forwards… field 1272 pub testarrayofstring: Option<Vec<String>>, field 1393 let testarrayofstring = self.testarrayofstring.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 | 191 let testarrayofstring = self.testarrayofstring().map(|x| { in unpack() localVariable 414 …pub fn testarrayofstring(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<&'a… in testarrayofstring() method 787 …pub testarrayofstring: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forwards… field 1491 pub testarrayofstring: Option<Vec<String>>, field 1612 let testarrayofstring = self.testarrayofstring.as_ref().map(|x|{ in pack() localVariable
|
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/bin/ |
H A D | flatbuffers_alloc_check.rs | 172 let testarrayofstring = m.testarrayofstring().unwrap(); in main() localVariable
|
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/benches/ |
H A D | flatbuffers_benchmarks.rs | 168 let testarrayofstring = m.testarrayofstring().unwrap(); in traverse_serialized_example_with_generated_code() localVariable
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | monster.ts | 140 testarrayofstring(index: number):string method in Monster 1353 …const testarrayofstring = Monster.createTestarrayofstringVector(builder, builder.createObjectOffse… constant
|
H A D | monster.js | 109 testarrayofstring(index, optionalEncoding) { method in Monster 986 …, color = Color.Blue, testType = Any.NONE, test = null, test4 = [], testarrayofstring = [], testar… argument
|
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/ |
H A D | integration_test.rs | 257 let testarrayofstring = builder.create_vector_of_strings(&["test1", "test2"][..]); in create_serialized_example_with_library_code() localVariable 326 let testarrayofstring = m.testarrayofstring().unwrap(); in serialized_example_is_accessible_and_correct() localVariable 369 let testarrayofstring = m.testarrayofstring.as_ref().unwrap(); in test_object_api_reads_correctly() localVariable 458 let testarrayofstring = Some(b.create_vector(&vec![s; 1000])); in verifier_apparent_size_too_large() localVariable
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/ |
H A D | monster_test_generated.swift | 1214 …public func testarrayofstring(at index: Int32) -> String? { let o = _accessor.offset(VTOFFSET.test… in testarrayofstring() function 2049 public var testarrayofstring: [String?] variable
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
H A D | monster_test_generated.swift | 1214 …public func testarrayofstring(at index: Int32) -> String? { let o = _accessor.offset(VTOFFSET.test… in testarrayofstring() function 2049 public var testarrayofstring: [String?] variable
|
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/ |
H A D | monster_test_generated.ts | 807 testarrayofstring(index: number):string method in MyGame_Example_Monster
|