Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dunicode_test.json3 "testarrayofstring": [ array
Dmonster_test.schema.json182 "testarrayofstring" : { object
Dmonster_test_generated.ts1042 testarrayofstring(index: number):string method in MyGame.Example.Monster
Dtest.cpp3098 const auto *testarrayofstring = monster->testarrayofstring(); in CreateSharedStringTest() local
Dmonster_test_generated.rs1209 …pub fn testarrayofstring(&self) -> Option<flatbuffers::Vector<'a, flatbuffers::ForwardsUOffset<&'a… in testarrayofstring() method
1477 …pub testarrayofstring: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a , flatbuffers::Forward… field
Dmonster_test_generated.js1194 MyGame.Example.Monster.prototype.testarrayofstring = function(index, optionalEncoding) { method in MyGame.Example.Monster
/external/flatbuffers/tests/rust_usage_test/bin/
Dalloc_check.rs143 let testarrayofstring = m.testarrayofstring().unwrap(); in main() localVariable
/external/flatbuffers/tests/rust_usage_test/benches/
Dflatbuffers_benchmarks.rs152 let testarrayofstring = m.testarrayofstring().unwrap(); in traverse_serialized_example_with_generated_code() localVariable
/external/flatbuffers/tests/MyGame/Example/
DMonster.php699 … $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayo…
893 public static function addTestarrayofstring(FlatBufferBuilder $builder, $testarrayofstring)
DMonster.kt134 fun testarrayofstring(j: Int) : String? { in testarrayofstring() method in MyGame.Example.Monster
DMonster.py734 def MonsterAddTestarrayofstring(builder, testarrayofstring): builder.PrependUOffsetTRelativeSlot(10… argument
DMonster.java47 …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.rs135 let testarrayofstring = builder.create_vector_of_strings(&["test1", "test2"][..]); in create_serialized_example_with_library_code() localVariable
204 let testarrayofstring = m.testarrayofstring().unwrap(); in serialized_example_is_accessible_and_correct() localVariable
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift359 …public func testarrayofstring(at index: Int32) -> String? { let o = _accessor.offset(24); return o… in testarrayofstring() function