Home
last modified time | relevance | path

Searched refs:AddTestarrayofstring (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/
H A Dluatest.lua155 monster.AddTestarrayofstring(b, testArrayOfString)
H A DphpTest.php68 \MyGame\Example\Monster::AddTestarrayofstring($fbb, $testArrayOfString);
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.lua754 function Monster.AddTestarrayofstring(builder, testarrayofstring) function
H A DMonster.cs313 Monster.AddTestarrayofstring(builder, testarrayofstringOffset); in CreateMonster()
346 …public static void AddTestarrayofstring(FlatBufferBuilder builder, VectorOffset testarrayofstringO… in AddTestarrayofstring() method
H A DMonster.py856 def AddTestarrayofstring(builder, testarrayofstring): function
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/
H A DFlatBuffersExampleTests.cs102 Monster.AddTestarrayofstring(fbb, testArrayOfString); in CanCreateNewFlatBufferFromScratch()