Searched refs:addByteX (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | TestSimpleTableWithEnum.php | 87 $builder->addByteX(0, $color, 2);
|
D | Monster.php | 836 $builder->addByteX(6, $color, 8); 846 $builder->addByteX(7, $testType, 0); 1585 $builder->addByteX(43, $anyUniqueType, 0); 1600 $builder->addByteX(45, $anyAmbiguousType, 0);
|
D | TypeAliases.php | 227 $builder->addByteX(1, $u8, 0);
|
/external/flatbuffers/tests/union_vector/ |
D | Movie.php | 130 $builder->addByteX(0, $mainCharacterType, 0);
|
/external/flatbuffers/php/ |
D | FlatbufferBuilder.php | 421 public function addByteX($o, $x, $d) function in Google\\FlatBuffers\\FlatbufferBuilder
|
/external/flatbuffers/tests/ |
D | phpTest.php | 239 $builder->addByteX($f, $char_val, 0);
|