Searched refs:convert (Results 1 – 7 of 7) sorted by relevance
46 std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>,wchar_t> convert; in utf16_to_utf8() local47 return convert.to_bytes(utf16); in utf16_to_utf8()
17 …* Add AdaptiveTableFactory, which is used to convert from a DB of PlainTable to BlockBasedTabe, or…
13 - When the memtable exceeds a specific size (64 MB for example), we convert this memtable to a SST …
10 …ith `rocksdb::LevelDBOptions`. Then, use `rocksdb::ConvertOptions( )` to convert the `LevelDBOptio…
66 …ted comparators will do. For example, say, a `StringToIntComparator` can convert a string into an …
417 …yzer analyzes the trace file generated by using trace_replay API. It can convert the binary format…966 * Change convert function in rocksdb/utilities/convenience.h to return Status instead of boolean.967 Also add support for nested options in convert function1002 …e you need to be aware of. There are three steps you need to do when you convert to new release: 1…1064 * Add AdaptiveTableFactory, which is used to convert from a DB of PlainTable to BlockBasedTabe, or …
1570 bool convert = false) { in AssertKeysInCache() argument1571 if (convert) { in AssertKeysInCache()