Searched defs:__has_identifier (Results 1 – 4 of 4) sorted by relevance
131 protected static function __has_identifier($bb, $ident) function in Google\\FlatBuffers\\Table
147 public static bool __has_identifier(ByteBuffer bb, string ident) in __has_identifier() method
188 protected static boolean __has_identifier(ByteBuffer bb, String ident) { in __has_identifier() method in Table
1211 flatbuffers.ByteBuffer.prototype.__has_identifier = function(ident) { method in flatbuffers.ByteBuffer