Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.php87 $builder->addByteX(0, $color, 2);
DMonster.php836 $builder->addByteX(6, $color, 8);
846 $builder->addByteX(7, $testType, 0);
1585 $builder->addByteX(43, $anyUniqueType, 0);
1600 $builder->addByteX(45, $anyAmbiguousType, 0);
DTypeAliases.php227 $builder->addByteX(1, $u8, 0);
/external/flatbuffers/tests/union_vector/
DMovie.php130 $builder->addByteX(0, $mainCharacterType, 0);
/external/flatbuffers/php/
DFlatbufferBuilder.php421 public function addByteX($o, $x, $d) function in Google\\FlatBuffers\\FlatbufferBuilder
/external/flatbuffers/tests/
DphpTest.php239 $builder->addByteX($f, $char_val, 0);