Searched refs:MonsterBufferHasIdentifier (Results 1 – 9 of 9) sorted by relevance
28 public static function MonsterBufferHasIdentifier(ByteBuffer $buf) function in MyGame\\Example2\\Monster
203 TestEq(Monster.MonsterBufferHasIdentifier(bb), true); in TestBuffer()
99 $assert->ok(MyGame\Example\Monster::MonsterBufferHasIdentifier($bb));
187 TEST_EQ(MonsterBufferHasIdentifier(flatbuf), true); in AccessFlatBufferTest()
1286 inline bool MonsterBufferHasIdentifier(const void *buf) {
17 …public static boolean MonsterBufferHasIdentifier(ByteBuffer _bb) { return __has_identifier(_bb, "M… in MonsterBufferHasIdentifier() method in Monster
29 public static function MonsterBufferHasIdentifier(ByteBuffer $buf) function in MyGame\\Example\\Monster
16 …public static bool MonsterBufferHasIdentifier(ByteBuffer _bb) { return Table.__has_identifier(_bb,… in MonsterBufferHasIdentifier() method
221 `MonsterBufferHasIdentifier` to check if the identifier is present.