Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/
Dunicode_test.json3 "testarrayofstring": [ array
Dmonster_test.schema.json198 "testarrayofstring" : { object
Dmonster_test_generated.rs2229 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
Dtest.cpp3259 const auto *testarrayofstring = monster->testarrayofstring(); in CreateSharedStringTest() local
/third_party/flatbuffers/tests/rust_usage_test/bin/
Dflatbuffers_alloc_check.rs172 let testarrayofstring = m.testarrayofstring().unwrap(); in main() localVariable
/third_party/flatbuffers/tests/rust_usage_test/benches/
Dflatbuffers_benchmarks.rs175 let testarrayofstring = m.testarrayofstring().unwrap(); in traverse_serialized_example_with_generated_code() localVariable
/third_party/flatbuffers/tests/my-game/example/
Dmonster.ts140 testarrayofstring(index: number):string method in Monster
1295 …const testarrayofstring = Monster.createTestarrayofstringVector(builder, builder.createObjectOffse… constant
Dmonster.js109 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/
Dintegration_test.rs237 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/
DMonster.php745 … $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayo…
941 public static function addTestarrayofstring(FlatBufferBuilder $builder, $testarrayofstring)
DMonster.py842 def AddTestarrayofstring(builder, testarrayofstring): builder.PrependUOffsetTRelativeSlot(10, flatb… argument
843 def MonsterAddTestarrayofstring(builder, testarrayofstring): argument
DMonster.kt134 fun testarrayofstring(j: Int) : String? { in testarrayofstring() method in MyGame.Example.Monster
DMonster.java47 …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/
Dmonster_test_generated.swift832 …public func testarrayofstring(at index: Int32) -> String? { let o = _accessor.offset(VTOFFSET.test… in testarrayofstring() function
1268 public var testarrayofstring: [String?] variable