Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dunicode_test.json3 "testarrayofstring": [ array
Dmonster_test.schema.json122 "testarrayofstring" : { "type" : "array", "items" : { "type" : "string" } }, object
Dmonster_test_generated.ts975 testarrayofstring(index: number):string method in MyGame.Example.Monster
Dtest.cpp2466 const auto *testarrayofstring = monster->testarrayofstring(); in CreateSharedStringTest() local
Dmonster_test_generated.rs1098 …pub fn testarrayofstring(&self) -> Option<flatbuffers::Vector<flatbuffers::ForwardsUOffset<&'a str… in testarrayofstring() method
1362 …pub testarrayofstring: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a , flatbuffers::Forward… field
Dmonster_test_generated.js1068 MyGame.Example.Monster.prototype.testarrayofstring = function(index, optionalEncoding) { method in MyGame.Example.Monster
/external/flatbuffers/tests/rust_usage_test/bin/
Dalloc_check.rs131 let testarrayofstring = m.testarrayofstring().unwrap(); in main() localVariable
/external/flatbuffers/tests/rust_usage_test/benches/
Dflatbuffers_benchmarks.rs143 let testarrayofstring = m.testarrayofstring().unwrap(); in traverse_serialized_example_with_generated_code() localVariable
/external/flatbuffers/tests/MyGame/Example/
DMonster.php682 … $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayo…
875 public static function addTestarrayofstring(FlatBufferBuilder $builder, $testarrayofstring)
DMonster.py631 def MonsterAddTestarrayofstring(builder, testarrayofstring): builder.PrependUOffsetTRelativeSlot(10… argument
DMonster.java43 …public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o… in testarrayofstring() method in Monster
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs126 let testarrayofstring = builder.create_vector_of_strings(&["test1", "test2"][..]); in create_serialized_example_with_library_code() localVariable
194 let testarrayofstring = m.testarrayofstring().unwrap(); in serialized_example_is_accessible_and_correct() localVariable