Searched refs:vectorLocation (Results 1 – 4 of 4) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | Referrable.cs | 42 public static Referrable? __lookup_by_key(int vectorLocation, ulong key, ByteBuffer bb) { in __lookup_by_key() 43 int span = bb.GetInt(vectorLocation - 4); in __lookup_by_key() 47 int tableOffset = Table.__indirect(vectorLocation + 4 * (start + middle), bb); in __lookup_by_key()
|
D | Referrable.java | 41 …public static Referrable __lookup_by_key(Referrable obj, int vectorLocation, long key, ByteBuffer … in __lookup_by_key() argument 42 int span = bb.getInt(vectorLocation - 4); in __lookup_by_key() 46 int tableOffset = __indirect(vectorLocation + 4 * (start + middle), bb); in __lookup_by_key()
|
D | Monster.java | 254 …public static Monster __lookup_by_key(Monster obj, int vectorLocation, String key, ByteBuffer bb) { in __lookup_by_key() argument 256 int span = bb.getInt(vectorLocation - 4); in __lookup_by_key() 260 int tableOffset = __indirect(vectorLocation + 4 * (start + middle), bb); in __lookup_by_key()
|
D | Monster.cs | 300 public static Monster? __lookup_by_key(int vectorLocation, string key, ByteBuffer bb) { in __lookup_by_key() 302 int span = bb.GetInt(vectorLocation - 4); in __lookup_by_key() 306 int tableOffset = Table.__indirect(vectorLocation + 4 * (start + middle), bb); in __lookup_by_key()
|