Home
last modified time | relevance | path

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

/third_party/flatbuffers/php/
DTable.php131 protected static function __has_identifier($bb, $ident) function in Google\\FlatBuffers\\Table
/third_party/flatbuffers/ts/
Dbyte-buffer.ts292 __has_identifier(ident: string): boolean { method in ByteBuffer
/third_party/flatbuffers/net/FlatBuffers/
DTable.cs160 public static bool __has_identifier(ByteBuffer bb, string ident) in __has_identifier() method
/third_party/flatbuffers/java/com/google/flatbuffers/
DTable.java213 protected static boolean __has_identifier(ByteBuffer bb, String ident) { in __has_identifier() method in Table