/external/flatbuffers/tests/ |
D | unicode_test.json | 3 "testarrayofstring": [ array
|
D | test.cpp | 576 const auto *testarrayofstring = monster->testarrayofstring(); in CreateSharedStringTest() local
|
D | monster_test.schema.json | 211 "testarrayofstring" : { object
|
D | monster_test_generated.py | 1740 def MonsterAddTestarrayofstring(builder, testarrayofstring): argument
|
/external/flatbuffers/tests/rust_serialize_test/src/ |
D | main.rs | 83 let testarrayofstring = o.get("testarrayofstring").unwrap().as_array().unwrap(); in main() localVariable
|
/external/flatbuffers/tests/rust_usage_test/bin/ |
D | flatbuffers_alloc_check.rs | 177 let testarrayofstring = m.testarrayofstring().unwrap(); in main() localVariable
|
/external/flatbuffers/tests/rust_usage_test/benches/ |
D | flatbuffers_benchmarks.rs | 168 let testarrayofstring = m.testarrayofstring().unwrap(); in traverse_serialized_example_with_generated_code() localVariable
|
/external/flatbuffers/tests/MyGame/Example/ |
D | MonsterT.java | 31 private String[] testarrayofstring; field in MonsterT 116 …public void setTestarrayofstring(String[] testarrayofstring) { this.testarrayofstring = testarrayo… in setTestarrayofstring()
|
D | Monster.php | 842 … $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayo… 1049 public static function addTestarrayofstring(FlatBufferBuilder $builder, $testarrayofstring)
|
D | Monster.py | 947 def MonsterAddTestarrayofstring(builder, testarrayofstring): argument 950 def AddTestarrayofstring(builder, testarrayofstring): argument
|
D | Monster.kt | 149 fun testarrayofstring(j: Int) : String? { in testarrayofstring() method
|
D | Monster.java | 59 …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/ |
D | monster_generated.rs | 205 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/ |
D | monster.ts | 1539 …const testarrayofstring = Monster.createTestarrayofstringVector(builder, builder.createObjectOffse… constant
|
D | monster.js | 110 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/ |
D | monster_generated.rs | 207 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/ |
D | integration_test.rs | 276 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/ |
D | JavaTest.java | 1457 String[] testarrayofstring = monster.getTestarrayofstring(); in TestObject() local
|
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 1210 …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/ |
D | monster_test_generated.swift | 1210 …public func testarrayofstring(at index: Int32) -> String? { let o = _accessor.offset(VTOFFSET.test… in testarrayofstring() function 2133 public var testarrayofstring: [String?] variable
|