Searched defs:testarrayofstring (Results 1 – 12 of 12) sorted by relevance
| /external/flatbuffers/tests/ |
| D | unicode_test.json | 3 "testarrayofstring": [ array
|
| D | monster_test.schema.json | 122 "testarrayofstring" : { "type" : "array", "items" : { "type" : "string" } }, object
|
| D | monster_test_generated.ts | 975 testarrayofstring(index: number):string method in MyGame.Example.Monster
|
| D | test.cpp | 2466 const auto *testarrayofstring = monster->testarrayofstring(); in CreateSharedStringTest() local
|
| D | monster_test_generated.rs | 1098 …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
|
| D | monster_test_generated.js | 1068 MyGame.Example.Monster.prototype.testarrayofstring = function(index, optionalEncoding) { method in MyGame.Example.Monster
|
| /external/flatbuffers/tests/rust_usage_test/bin/ |
| D | alloc_check.rs | 131 let testarrayofstring = m.testarrayofstring().unwrap(); in main() localVariable
|
| /external/flatbuffers/tests/rust_usage_test/benches/ |
| D | flatbuffers_benchmarks.rs | 143 let testarrayofstring = m.testarrayofstring().unwrap(); in traverse_serialized_example_with_generated_code() localVariable
|
| /external/flatbuffers/tests/MyGame/Example/ |
| D | Monster.php | 682 … $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayo… 875 public static function addTestarrayofstring(FlatBufferBuilder $builder, $testarrayofstring)
|
| D | Monster.py | 631 def MonsterAddTestarrayofstring(builder, testarrayofstring): builder.PrependUOffsetTRelativeSlot(10… argument
|
| D | Monster.java | 43 …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/ |
| D | integration_test.rs | 126 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
|