Home
last modified time | relevance | path

Searched refs:CreateInventoryVector (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/flatbuffers/samples/
H A DSampleBinary.php49 $inv = \MyGame\Sample\Monster::CreateInventoryVector($builder, $treasure);
H A DSampleBinary.cs44 var inv = Monster.CreateInventoryVector(builder, treasure); in Main()
/aosp_15_r20/external/flatbuffers/tests/
H A DphpTest.php38 $inv = \MyGame\Example\Monster::CreateInventoryVector($fbb, array(0, 1, 2, 3, 4));
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.cs336 …public static VectorOffset CreateInventoryVector(FlatBufferBuilder builder, byte[] data) { builder… in CreateInventoryVector() method
630 _inventory = CreateInventoryVector(builder, __inventory); in Pack()
/aosp_15_r20/external/flatbuffers/docs/source/
H A DTutorial.md1054 $inv = \MyGame\Sample\Monster::CreateInventoryVector($builder, $treasure);