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