Home
last modified time | relevance | path

Searched defs:__has_identifier (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/php/
DTable.php131 protected static function __has_identifier($bb, $ident) function in Google\\FlatBuffers\\Table
/external/flatbuffers/net/FlatBuffers/
DTable.cs147 public static bool __has_identifier(ByteBuffer bb, string ident) in __has_identifier() method
/external/flatbuffers/java/com/google/flatbuffers/
DTable.java188 protected static boolean __has_identifier(ByteBuffer bb, String ident) { in __has_identifier() method in Table
/external/flatbuffers/js/
Dflatbuffers.js1211 flatbuffers.ByteBuffer.prototype.__has_identifier = function(ident) { method in flatbuffers.ByteBuffer