Searched refs:offset_of (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/options/ |
| D | options_settable_test.cc | 319 inline int offset_of(T1 T2::*member) { in offset_of() function 337 {offset_of(&ColumnFamilyOptions::inplace_callback), in TEST_F() 339 {offset_of( in TEST_F() 342 {offset_of(&ColumnFamilyOptions::compression_per_level), in TEST_F() 344 {offset_of( in TEST_F() 347 {offset_of(&ColumnFamilyOptions::memtable_factory), in TEST_F() 352 {offset_of(&ColumnFamilyOptions::merge_operator), in TEST_F() 354 {offset_of(&ColumnFamilyOptions::compaction_filter), in TEST_F() 356 {offset_of(&ColumnFamilyOptions::compaction_filter_factory), in TEST_F() 358 {offset_of(&ColumnFamilyOptions::prefix_extractor), in TEST_F() [all …]
|
| D | options_helper.cc | 1774 int offset_of(T1 ColumnFamilyOptions::*member) { in offset_of() function 1779 int offset_of(T1 AdvancedColumnFamilyOptions::*member) { in offset_of() function 1784 int offset_of(T1 CompactionOptionsFIFO::*member) { in offset_of() function 1789 int offset_of(T1 LRUCacheOptions::*member) { in offset_of() function 1794 int offset_of(T1 CompactionOptionsUniversal::*member) { in offset_of() function 1963 {offset_of( 1980 {offset_of(&ColumnFamilyOptions::compression), 1999 {offset_of( 2008 {offset_of(&ColumnFamilyOptions::table_factory), 2020 {offset_of(&ColumnFamilyOptions::merge_operator), [all …]
|