Searched defs:short_offsets (Results 1 – 2 of 2) sorted by relevance
32 const ResValueVector& in_values, bool compact_entry, bool short_offsets, bool sparse) in createTypeTable()128 bool compact_entry = i & 0x1, short_offsets = i & 0x2, sparse = i & 0x4; in TEST() local
195 bool short_offsets = (values_buffer.size() / 4u) < std::numeric_limits<uint16_t>::max(); in FlattenConfig() local