Searched refs:table_format (Results 1 – 2 of 2) sorted by relevance
8 https://github.com/google/leveldb/blob/master/doc/table_format.md
263 if (table_format () == 0) in get_size()274 if (table_format () == 0) in get_code()280 uint8_t table_format () const { return (format & 0x7F); } in table_format() function