Home
last modified time | relevance | path

Searched defs:testarrayofstring (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java19 private String[] testarrayofstring; field in MonsterT
96 …public void setTestarrayofstring(String[] testarrayofstring) { this.testarrayofstring = testarrayo… in setTestarrayofstring()
H A DMonster.php770 … $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayo…
969 public static function addTestarrayofstring(FlatBufferBuilder $builder, $testarrayofstring)
H A DMonster.py855 def MonsterAddTestarrayofstring(builder, testarrayofstring): builder.PrependUOffsetTRelativeSlot(10… argument
856 def AddTestarrayofstring(builder, testarrayofstring): argument
H A DMonster.kt133 fun testarrayofstring(j: Int) : String? { in testarrayofstring() method in MyGame.Example.Monster
H A DMonster.java47 …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 Dunicode_test.json3 "testarrayofstring": [ array
H A DJavaTest.java1493 String[] testarrayofstring = monster.getTestarrayofstring(); in TestObject() local
H A Dmonster_test.schema.json211 "testarrayofstring" : { object
H A Dtest.cpp3640 const auto *testarrayofstring = monster->testarrayofstring(); in CreateSharedStringTest() local
H A Dmonster_test_generated.py1580 def MonsterAddTestarrayofstring(builder, testarrayofstring): builder.PrependUOffsetTRelativeSlot(10… argument
/aosp_15_r20/external/flatbuffers/tests/rust_serialize_test/src/
H A Dmain.rs83 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 Dmonster_generated.rs189 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 Dmonster_generated.rs191 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 Dflatbuffers_alloc_check.rs172 let testarrayofstring = m.testarrayofstring().unwrap(); in main() localVariable
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/benches/
H A Dflatbuffers_benchmarks.rs168 let testarrayofstring = m.testarrayofstring().unwrap(); in traverse_serialized_example_with_generated_code() localVariable
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.ts140 testarrayofstring(index: number):string method in Monster
1353 …const testarrayofstring = Monster.createTestarrayofstringVector(builder, builder.createObjectOffse… constant
H A Dmonster.js109 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 Dintegration_test.rs257 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 Dmonster_test_generated.swift1214 …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 Dmonster_test_generated.swift1214 …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 Dmonster_test_generated.ts807 testarrayofstring(index: number):string method in MyGame_Example_Monster