Searched refs:addIntX (Results 1 – 4 of 4) sorted by relevance
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | TableInNestedNS.php | 72 $builder->addIntX(0, $foo, 0);
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.php | 703 $builder->addIntX(16, $testhashs32Fnv1, 0); 743 $builder->addIntX(20, $testhashs32Fnv1a, 0);
|
/external/flatbuffers/php/ |
D | FlatbufferBuilder.php | 464 public function addIntX($o, $x, $d) function in Google\\FlatBuffers\\FlatbufferBuilder
|
/external/flatbuffers/tests/ |
D | phpTest.php | 251 $builder->addIntX($f, $int_val, 0);
|