/third_party/flatbuffers/tests/ |
D | unicode_test.json | 3 "testarrayofstring": [ array
|
D | monster_test.schema.json | 198 "testarrayofstring" : { object
|
D | monster_test_generated.rs | 2229 let testarrayofstring = self.testarrayofstring().map(|x| { in unpack() localVariable 2494 …pub fn testarrayofstring(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<&'a… in testarrayofstring() method 2852 …pub testarrayofstring: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, flatbuffers::Forwards… field 3317 pub testarrayofstring: Option<Vec<String>>, field 3432 let testarrayofstring = self.testarrayofstring.as_ref().map(|x|{ in pack() localVariable
|
D | test.cpp | 3259 const auto *testarrayofstring = monster->testarrayofstring(); in CreateSharedStringTest() local
|
/third_party/flatbuffers/tests/rust_usage_test/bin/ |
D | flatbuffers_alloc_check.rs | 172 let testarrayofstring = m.testarrayofstring().unwrap(); in main() localVariable
|
/third_party/flatbuffers/tests/rust_usage_test/benches/ |
D | flatbuffers_benchmarks.rs | 175 let testarrayofstring = m.testarrayofstring().unwrap(); in traverse_serialized_example_with_generated_code() localVariable
|
/third_party/flatbuffers/tests/my-game/example/ |
D | monster.ts | 140 testarrayofstring(index: number):string method in Monster 1295 …const testarrayofstring = Monster.createTestarrayofstringVector(builder, builder.createObjectOffse… constant
|
D | monster.js | 109 testarrayofstring(index, optionalEncoding) { method in Monster 946 …, color = Color.Blue, testType = Any.NONE, test = null, test4 = [], testarrayofstring = [], testar… argument
|
/third_party/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 237 let testarrayofstring = builder.create_vector_of_strings(&["test1", "test2"][..]); in create_serialized_example_with_library_code() localVariable 306 let testarrayofstring = m.testarrayofstring().unwrap(); in serialized_example_is_accessible_and_correct() localVariable 349 let testarrayofstring = m.testarrayofstring.as_ref().unwrap(); in test_object_api_reads_correctly() localVariable 438 let testarrayofstring = Some(b.create_vector(&vec![s; 1000])); in verifier_apparent_size_too_large() localVariable
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Monster.php | 745 … $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayo… 941 public static function addTestarrayofstring(FlatBufferBuilder $builder, $testarrayofstring)
|
D | Monster.py | 842 def AddTestarrayofstring(builder, testarrayofstring): builder.PrependUOffsetTRelativeSlot(10, flatb… argument 843 def MonsterAddTestarrayofstring(builder, testarrayofstring): argument
|
D | Monster.kt | 134 fun testarrayofstring(j: Int) : String? { in testarrayofstring() method in MyGame.Example.Monster
|
D | Monster.java | 47 …public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o… in testarrayofstring() method in Monster
|
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 832 …public func testarrayofstring(at index: Int32) -> String? { let o = _accessor.offset(VTOFFSET.test… in testarrayofstring() function 1268 public var testarrayofstring: [String?] variable
|