HomeSort by relevance Sort by last modified time
    Searched full:offset_1 (Results 1 - 12 of 12) sorted by null

  /external/flatbuffers/net/FlatBuffers/
Table.cs 120 public static int CompareStrings(int offset_1, int offset_2, ByteBuffer bb)
122 offset_1 += bb.GetInt(offset_1);
124 var len_1 = bb.GetInt(offset_1);
126 var startPos_1 = offset_1 + sizeof(int);
138 public static int CompareStrings(int offset_1, byte[] key, ByteBuffer bb)
140 offset_1 += bb.GetInt(offset_1);
141 var len_1 = bb.GetInt(offset_1);
143 var startPos_1 = offset_1 + sizeof(int)
    [all...]
  /external/flatbuffers/java/com/google/flatbuffers/
Table.java 236 * @param offset_1 An 'int' index of the first string into the bb.
240 protected static int compareStrings(int offset_1, int offset_2, ByteBuffer bb) {
241 offset_1 += bb.getInt(offset_1);
243 int len_1 = bb.getInt(offset_1);
245 int startPos_1 = offset_1 + SIZEOF_INT;
258 * @param offset_1 An 'int' index of the first string into the bb.
262 protected static int compareStrings(int offset_1, byte[] key, ByteBuffer bb) {
263 offset_1 += bb.getInt(offset_1);
    [all...]
  /test/vts/utils/python/library/
vtable_parser.py 110 (VTABLE_SYMBOL, [(OFFSET_0, SYMBOL_0), (OFFSET_1, SYMBOL_1), ...])
159 {VTABLE_SYMBOL: [(OFFSET_0, SYMBOL_0), (OFFSET_1, SYMBOL_1), ...]}
181 {VTABLE_SYMBOL: [(OFFSET_0, SYMBOL_0), (OFFSET_1, SYMBOL_1), ...]}