Home
last modified time | relevance | path

Searched refs:BlockBasedTableOptions (Results 1 – 25 of 1152) sorted by relevance

12345678910>>...47

/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/table/block_based/
H A Dblock_based_table_factory.h47 const BlockBasedTableOptions& table_options = BlockBasedTableOptions());
72 const BlockBasedTableOptions& table_options() const;
81 BlockBasedTableOptions table_options_;
107 {offsetof(struct BlockBasedTableOptions,
111 {offsetof(struct BlockBasedTableOptions,
115 {offsetof(struct BlockBasedTableOptions,
119 {offsetof(struct BlockBasedTableOptions, index_type),
134 {offsetof(struct BlockBasedTableOptions,
138 {offsetof(struct BlockBasedTableOptions, checksum),
145 {offsetof(struct BlockBasedTableOptions, block_size),
[all …]
H A Ddata_block_footer.cc25 BlockBasedTableOptions::DataBlockIndexType index_type, in PackIndexTypeAndNumRestarts()
32 if (index_type == BlockBasedTableOptions::kDataBlockBinaryAndHash) { in PackIndexTypeAndNumRestarts()
34 } else if (index_type != BlockBasedTableOptions::kDataBlockBinarySearch) { in PackIndexTypeAndNumRestarts()
43 BlockBasedTableOptions::DataBlockIndexType* index_type, in UnPackIndexTypeAndNumRestarts()
47 *index_type = BlockBasedTableOptions::kDataBlockBinaryAndHash; in UnPackIndexTypeAndNumRestarts()
49 *index_type = BlockBasedTableOptions::kDataBlockBinarySearch; in UnPackIndexTypeAndNumRestarts()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_factory.h47 const BlockBasedTableOptions& table_options = BlockBasedTableOptions());
72 const BlockBasedTableOptions& table_options() const;
81 BlockBasedTableOptions table_options_;
107 {offsetof(struct BlockBasedTableOptions,
111 {offsetof(struct BlockBasedTableOptions,
115 {offsetof(struct BlockBasedTableOptions,
119 {offsetof(struct BlockBasedTableOptions, index_type),
134 {offsetof(struct BlockBasedTableOptions,
138 {offsetof(struct BlockBasedTableOptions, checksum),
145 {offsetof(struct BlockBasedTableOptions, block_size),
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_factory.h47 const BlockBasedTableOptions& table_options = BlockBasedTableOptions());
72 const BlockBasedTableOptions& table_options() const;
81 BlockBasedTableOptions table_options_;
107 {offsetof(struct BlockBasedTableOptions,
111 {offsetof(struct BlockBasedTableOptions,
115 {offsetof(struct BlockBasedTableOptions,
119 {offsetof(struct BlockBasedTableOptions, index_type),
134 {offsetof(struct BlockBasedTableOptions,
138 {offsetof(struct BlockBasedTableOptions, checksum),
145 {offsetof(struct BlockBasedTableOptions, block_size),
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_factory.h47 const BlockBasedTableOptions& table_options = BlockBasedTableOptions());
72 const BlockBasedTableOptions& table_options() const;
81 BlockBasedTableOptions table_options_;
107 {offsetof(struct BlockBasedTableOptions,
111 {offsetof(struct BlockBasedTableOptions,
115 {offsetof(struct BlockBasedTableOptions,
119 {offsetof(struct BlockBasedTableOptions, index_type),
134 {offsetof(struct BlockBasedTableOptions,
138 {offsetof(struct BlockBasedTableOptions, checksum),
145 {offsetof(struct BlockBasedTableOptions, block_size),
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_factory.h47 const BlockBasedTableOptions& table_options = BlockBasedTableOptions());
72 const BlockBasedTableOptions& table_options() const;
81 BlockBasedTableOptions table_options_;
107 {offsetof(struct BlockBasedTableOptions,
111 {offsetof(struct BlockBasedTableOptions,
115 {offsetof(struct BlockBasedTableOptions,
119 {offsetof(struct BlockBasedTableOptions, index_type),
134 {offsetof(struct BlockBasedTableOptions,
138 {offsetof(struct BlockBasedTableOptions, checksum),
145 {offsetof(struct BlockBasedTableOptions, block_size),
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_factory.h47 const BlockBasedTableOptions& table_options = BlockBasedTableOptions());
72 const BlockBasedTableOptions& table_options() const;
81 BlockBasedTableOptions table_options_;
107 {offsetof(struct BlockBasedTableOptions,
111 {offsetof(struct BlockBasedTableOptions,
115 {offsetof(struct BlockBasedTableOptions,
119 {offsetof(struct BlockBasedTableOptions, index_type),
134 {offsetof(struct BlockBasedTableOptions,
138 {offsetof(struct BlockBasedTableOptions, checksum),
145 {offsetof(struct BlockBasedTableOptions, block_size),
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_factory.h47 const BlockBasedTableOptions& table_options = BlockBasedTableOptions());
72 const BlockBasedTableOptions& table_options() const;
81 BlockBasedTableOptions table_options_;
107 {offsetof(struct BlockBasedTableOptions,
111 {offsetof(struct BlockBasedTableOptions,
115 {offsetof(struct BlockBasedTableOptions,
119 {offsetof(struct BlockBasedTableOptions, index_type),
134 {offsetof(struct BlockBasedTableOptions,
138 {offsetof(struct BlockBasedTableOptions, checksum),
145 {offsetof(struct BlockBasedTableOptions, block_size),
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/table/block_based/
H A Dblock_based_table_factory.cc239 {offsetof(struct BlockBasedTableOptions,
244 {offsetof(struct BlockBasedTableOptions,
249 {offsetof(struct BlockBasedTableOptions,
269 {offsetof(struct BlockBasedTableOptions,
395 {offsetof(struct BlockBasedTableOptions,
440 const BlockBasedTableOptions& _table_options) in BlockBasedTableFactory()
774 BlockBasedTableOptions* new_table_options) { in GetBlockBasedTableOptionsFromString()
785 BlockBasedTableOptions* new_table_options) { in GetBlockBasedTableOptionsFromString()
802 const BlockBasedTableOptions& table_options, in GetBlockBasedTableOptionsFromMap()
817 const BlockBasedTableOptions& table_options, in GetBlockBasedTableOptionsFromMap()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/table/block_based/
H A Dblock_based_table_factory.cc239 {offsetof(struct BlockBasedTableOptions,
244 {offsetof(struct BlockBasedTableOptions,
249 {offsetof(struct BlockBasedTableOptions,
269 {offsetof(struct BlockBasedTableOptions,
395 {offsetof(struct BlockBasedTableOptions,
440 const BlockBasedTableOptions& _table_options) in BlockBasedTableFactory()
774 BlockBasedTableOptions* new_table_options) { in GetBlockBasedTableOptionsFromString()
785 BlockBasedTableOptions* new_table_options) { in GetBlockBasedTableOptionsFromString()
802 const BlockBasedTableOptions& table_options, in GetBlockBasedTableOptionsFromMap()
817 const BlockBasedTableOptions& table_options, in GetBlockBasedTableOptionsFromMap()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_factory.cc230 {offsetof(struct BlockBasedTableOptions,
235 {offsetof(struct BlockBasedTableOptions,
240 {offsetof(struct BlockBasedTableOptions,
260 {offsetof(struct BlockBasedTableOptions,
386 {offsetof(struct BlockBasedTableOptions,
425 const BlockBasedTableOptions& _table_options) in BlockBasedTableFactory()
753 BlockBasedTableOptions* new_table_options) { in GetBlockBasedTableOptionsFromString()
764 BlockBasedTableOptions* new_table_options) { in GetBlockBasedTableOptionsFromString()
781 const BlockBasedTableOptions& table_options, in GetBlockBasedTableOptionsFromMap()
796 const BlockBasedTableOptions& table_options, in GetBlockBasedTableOptionsFromMap()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_factory.cc230 {offsetof(struct BlockBasedTableOptions,
235 {offsetof(struct BlockBasedTableOptions,
240 {offsetof(struct BlockBasedTableOptions,
260 {offsetof(struct BlockBasedTableOptions,
386 {offsetof(struct BlockBasedTableOptions,
425 const BlockBasedTableOptions& _table_options) in BlockBasedTableFactory()
753 BlockBasedTableOptions* new_table_options) { in GetBlockBasedTableOptionsFromString()
764 BlockBasedTableOptions* new_table_options) { in GetBlockBasedTableOptionsFromString()
781 const BlockBasedTableOptions& table_options, in GetBlockBasedTableOptionsFromMap()
796 const BlockBasedTableOptions& table_options, in GetBlockBasedTableOptionsFromMap()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_factory.cc230 {offsetof(struct BlockBasedTableOptions,
235 {offsetof(struct BlockBasedTableOptions,
240 {offsetof(struct BlockBasedTableOptions,
260 {offsetof(struct BlockBasedTableOptions,
386 {offsetof(struct BlockBasedTableOptions,
425 const BlockBasedTableOptions& _table_options) in BlockBasedTableFactory()
753 BlockBasedTableOptions* new_table_options) { in GetBlockBasedTableOptionsFromString()
764 BlockBasedTableOptions* new_table_options) { in GetBlockBasedTableOptionsFromString()
781 const BlockBasedTableOptions& table_options, in GetBlockBasedTableOptionsFromMap()
796 const BlockBasedTableOptions& table_options, in GetBlockBasedTableOptionsFromMap()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/options/
H A Doptions_settable_test.cc88 {offsetof(struct BlockBasedTableOptions, block_cache), in TEST_F()
94 {offsetof(struct BlockBasedTableOptions, filter_policy), in TEST_F()
104 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F()
109 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
114 *bbto = BlockBasedTableOptions(); in TEST_F()
118 bbto->~BlockBasedTableOptions(); in TEST_F()
122 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
128 BlockBasedTableOptions* new_bbto = in TEST_F()
129 new (new_bbto_ptr) BlockBasedTableOptions(); in TEST_F()
166 bbto->~BlockBasedTableOptions(); in TEST_F()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/options/
H A Doptions_settable_test.cc88 {offsetof(struct BlockBasedTableOptions, block_cache), in TEST_F()
94 {offsetof(struct BlockBasedTableOptions, filter_policy), in TEST_F()
104 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F()
109 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
114 *bbto = BlockBasedTableOptions(); in TEST_F()
118 bbto->~BlockBasedTableOptions(); in TEST_F()
122 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
128 BlockBasedTableOptions* new_bbto = in TEST_F()
129 new (new_bbto_ptr) BlockBasedTableOptions(); in TEST_F()
166 bbto->~BlockBasedTableOptions(); in TEST_F()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/options/
H A Doptions_settable_test.cc88 {offsetof(struct BlockBasedTableOptions, block_cache), in TEST_F()
94 {offsetof(struct BlockBasedTableOptions, filter_policy), in TEST_F()
104 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F()
109 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
114 *bbto = BlockBasedTableOptions(); in TEST_F()
118 bbto->~BlockBasedTableOptions(); in TEST_F()
122 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
128 BlockBasedTableOptions* new_bbto = in TEST_F()
129 new (new_bbto_ptr) BlockBasedTableOptions(); in TEST_F()
166 bbto->~BlockBasedTableOptions(); in TEST_F()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/options/
H A Doptions_settable_test.cc88 {offsetof(struct BlockBasedTableOptions, block_cache), in TEST_F()
94 {offsetof(struct BlockBasedTableOptions, filter_policy), in TEST_F()
104 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F()
109 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
114 *bbto = BlockBasedTableOptions(); in TEST_F()
118 bbto->~BlockBasedTableOptions(); in TEST_F()
122 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
128 BlockBasedTableOptions* new_bbto = in TEST_F()
129 new (new_bbto_ptr) BlockBasedTableOptions(); in TEST_F()
166 bbto->~BlockBasedTableOptions(); in TEST_F()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/options/
H A Doptions_settable_test.cc88 {offsetof(struct BlockBasedTableOptions, block_cache), in toString()
94 {offsetof(struct BlockBasedTableOptions, filter_policy), in toString()
104 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in toString()
109 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in toString()
114 *bbto = BlockBasedTableOptions(); in toString()
118 bbto->~BlockBasedTableOptions(); in toString()
122 bbto = new (bbto_ptr) BlockBasedTableOptions(); in toString()
128 BlockBasedTableOptions* new_bbto = in toString()
129 new (new_bbto_ptr) BlockBasedTableOptions(); in toString()
166 bbto->~BlockBasedTableOptions(); in toString()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/options/
H A Doptions_settable_test.cc88 {offsetof(struct BlockBasedTableOptions, block_cache), in TEST_F()
94 {offsetof(struct BlockBasedTableOptions, filter_policy), in TEST_F()
104 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F()
109 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
114 *bbto = BlockBasedTableOptions(); in TEST_F()
118 bbto->~BlockBasedTableOptions(); in TEST_F()
122 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
128 BlockBasedTableOptions* new_bbto = in TEST_F()
129 new (new_bbto_ptr) BlockBasedTableOptions(); in TEST_F()
166 bbto->~BlockBasedTableOptions(); in TEST_F()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/options/
H A Doptions_settable_test.cc88 {offsetof(struct BlockBasedTableOptions, block_cache), in TEST_F()
94 {offsetof(struct BlockBasedTableOptions, filter_policy), in TEST_F()
104 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F()
109 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
114 *bbto = BlockBasedTableOptions(); in TEST_F()
118 bbto->~BlockBasedTableOptions(); in TEST_F()
122 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
128 BlockBasedTableOptions* new_bbto = in TEST_F()
129 new (new_bbto_ptr) BlockBasedTableOptions(); in TEST_F()
166 bbto->~BlockBasedTableOptions(); in TEST_F()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/options/
H A Doptions_settable_test.cc111 {offsetof(struct BlockBasedTableOptions, block_cache), in TEST_F()
117 {offsetof(struct BlockBasedTableOptions, filter_policy), in TEST_F()
127 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F()
132 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
137 *bbto = BlockBasedTableOptions(); in TEST_F()
141 bbto->~BlockBasedTableOptions(); in TEST_F()
145 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
151 BlockBasedTableOptions* new_bbto = in TEST_F()
152 new (new_bbto_ptr) BlockBasedTableOptions(); in TEST_F()
195 bbto->~BlockBasedTableOptions(); in TEST_F()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/options/
H A Doptions_settable_test.cc111 {offsetof(struct BlockBasedTableOptions, block_cache), in TEST_F()
117 {offsetof(struct BlockBasedTableOptions, filter_policy), in TEST_F()
127 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F()
132 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
137 *bbto = BlockBasedTableOptions(); in TEST_F()
141 bbto->~BlockBasedTableOptions(); in TEST_F()
145 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
151 BlockBasedTableOptions* new_bbto = in TEST_F()
152 new (new_bbto_ptr) BlockBasedTableOptions(); in TEST_F()
195 bbto->~BlockBasedTableOptions(); in TEST_F()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/options/
H A Doptions_settable_test.cc111 {offsetof(struct BlockBasedTableOptions, block_cache), in TEST_F()
117 {offsetof(struct BlockBasedTableOptions, filter_policy), in TEST_F()
127 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F()
132 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
137 *bbto = BlockBasedTableOptions(); in TEST_F()
141 bbto->~BlockBasedTableOptions(); in TEST_F()
145 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
151 BlockBasedTableOptions* new_bbto = in TEST_F()
152 new (new_bbto_ptr) BlockBasedTableOptions(); in TEST_F()
194 bbto->~BlockBasedTableOptions(); in TEST_F()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/options/
H A Doptions_settable_test.cc111 {offsetof(struct BlockBasedTableOptions, block_cache), in TEST_F()
117 {offsetof(struct BlockBasedTableOptions, filter_policy), in TEST_F()
127 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F()
132 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
137 *bbto = BlockBasedTableOptions(); in TEST_F()
141 bbto->~BlockBasedTableOptions(); in TEST_F()
145 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
151 BlockBasedTableOptions* new_bbto = in TEST_F()
152 new (new_bbto_ptr) BlockBasedTableOptions(); in TEST_F()
194 bbto->~BlockBasedTableOptions(); in TEST_F()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/options/
H A Doptions_settable_test.cc111 {offsetof(struct BlockBasedTableOptions, block_cache), in TEST_F()
117 {offsetof(struct BlockBasedTableOptions, filter_policy), in TEST_F()
127 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F()
132 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
137 *bbto = BlockBasedTableOptions(); in TEST_F()
141 bbto->~BlockBasedTableOptions(); in TEST_F()
145 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()
151 BlockBasedTableOptions* new_bbto = in TEST_F()
152 new (new_bbto_ptr) BlockBasedTableOptions(); in TEST_F()
194 bbto->~BlockBasedTableOptions(); in TEST_F()
[all …]

12345678910>>...47