Searched refs:addByteX (Results 1 – 5 of 5) sorted by relevance
/external/flatbuffers/tests/union_vector/ |
D | Movie.php | 130 $builder->addByteX(0, $mainCharacterType, 0);
|
/external/flatbuffers/tests/MyGame/Example/ |
D | TypeAliases.php | 227 $builder->addByteX(1, $u8, 0);
|
D | Monster.php | 828 $builder->addByteX(7, $testType, 0); 1567 $builder->addByteX(43, $anyUniqueType, 0); 1582 $builder->addByteX(45, $anyAmbiguousType, 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);
|