Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dunicode_test.json3 "testarrayofstring": [ array
Dtest.cpp576 const auto *testarrayofstring = monster->testarrayofstring(); in CreateSharedStringTest() local
Dmonster_test.schema.json211 "testarrayofstring" : { object
Dmonster_test_generated.py1740 def MonsterAddTestarrayofstring(builder, testarrayofstring): argument
/external/flatbuffers/tests/rust_serialize_test/src/
Dmain.rs83 let testarrayofstring = o.get("testarrayofstring").unwrap().as_array().unwrap(); in main() localVariable
/external/flatbuffers/tests/rust_usage_test/bin/
Dflatbuffers_alloc_check.rs177 let testarrayofstring = m.testarrayofstring().unwrap(); in main() localVariable
/external/flatbuffers/tests/rust_usage_test/benches/
Dflatbuffers_benchmarks.rs168 let testarrayofstring = m.testarrayofstring().unwrap(); in traverse_serialized_example_with_generated_code() localVariable
/external/flatbuffers/tests/MyGame/Example/
DMonsterT.java31 private String[] testarrayofstring; field in MonsterT
116 …public void setTestarrayofstring(String[] testarrayofstring) { this.testarrayofstring = testarrayo… in setTestarrayofstring()
DMonster.php842 … $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayo…
1049 public static function addTestarrayofstring(FlatBufferBuilder $builder, $testarrayofstring)
DMonster.py947 def MonsterAddTestarrayofstring(builder, testarrayofstring): argument
950 def AddTestarrayofstring(builder, testarrayofstring): argument
DMonster.kt149 fun testarrayofstring(j: Int) : String? { in testarrayofstring() method
DMonster.java59 …public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o… in testarrayofstring() method in Monster
/external/flatbuffers/tests/monster_test/my_game/example/
Dmonster_generated.rs205 let testarrayofstring = self.testarrayofstring().map(|x| { in unpack() localVariable
471 …pub fn testarrayofstring(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<&'a… in testarrayofstring() method
1091 …pub testarrayofstring: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forwards… field
1634 pub testarrayofstring: Option<Vec<String>>, field
1771 let testarrayofstring = self.testarrayofstring.as_ref().map(|x|{ in pack() localVariable
/external/flatbuffers/tests/ts/my-game/example/
Dmonster.ts1539 …const testarrayofstring = Monster.createTestarrayofstringVector(builder, builder.createObjectOffse… constant
Dmonster.js110 testarrayofstring(index, optionalEncoding) { method in Monster
1115 …, color = Color.Blue, testType = Any.NONE, test = null, test4 = [], testarrayofstring = [], testar… argument
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dmonster_generated.rs207 let testarrayofstring = self.testarrayofstring().map(|x| { in unpack() localVariable
473 …pub fn testarrayofstring(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<&'a… in testarrayofstring() method
1093 …pub testarrayofstring: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forwards… field
1861 pub testarrayofstring: Option<Vec<String>>, field
1998 let testarrayofstring = self.testarrayofstring.as_ref().map(|x|{ in pack() localVariable
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs276 let testarrayofstring = builder.create_vector(&[test1, test2]); in create_serialized_example_with_library_code() localVariable
345 let testarrayofstring = m.testarrayofstring().unwrap(); in serialized_example_is_accessible_and_correct() localVariable
388 let testarrayofstring = m.testarrayofstring.as_ref().unwrap(); in test_object_api_reads_correctly() localVariable
477 let testarrayofstring = Some(b.create_vector(&vec![s; 1000])); in verifier_apparent_size_too_large() localVariable
/external/flatbuffers/java/src/test/java/
DJavaTest.java1457 String[] testarrayofstring = monster.getTestarrayofstring(); in TestObject() local
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift1210 …public func testarrayofstring(at index: Int32) -> String? { let o = _accessor.offset(VTOFFSET.test… in testarrayofstring() function
2133 public var testarrayofstring: [String?] variable
/external/flatbuffers/tests/swift/Wasm.tests/Tests/FlatBuffers.Test.Swift.WasmTests/
Dmonster_test_generated.swift1210 …public func testarrayofstring(at index: Int32) -> String? { let o = _accessor.offset(VTOFFSET.test… in testarrayofstring() function
2133 public var testarrayofstring: [String?] variable