Searched refs:addLongX (Results 1 – 5 of 5) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.php | 114 $builder->addLongX(1, $val, 0);
|
D | TypeAliases.php | 277 $builder->addLongX(6, $i64, 0);
|
D | Monster.php | 1047 $builder->addLongX(18, $testhashs64Fnv1, 0); 1087 $builder->addLongX(22, $testhashs64Fnv1a, 0);
|
/external/flatbuffers/php/ |
D | FlatbufferBuilder.php | 499 public function addLongX($o, $x, $d) function in Google\\FlatBuffers\\FlatbufferBuilder
|
/external/flatbuffers/tests/ |
D | phpTest.php | 257 $builder->addLongX($f, $long_val, 0);
|