Lines Matching refs:key_guard
2734 Slice AllocateKey(std::unique_ptr<const char[]>* key_guard) { in AllocateKey() argument
2737 key_guard->reset(const_data); in AllocateKey()
2738 return Slice(key_guard->get(), key_size_); in AllocateKey()
4375 std::unique_ptr<const char[]> key_guard; in DoWrite() local
4376 Slice key = AllocateKey(&key_guard); in DoWrite()
4877 std::unique_ptr<const char[]> key_guard; in ReadToRowCache() local
4878 Slice key = AllocateKey(&key_guard); in ReadToRowCache()
4964 std::unique_ptr<const char[]> key_guard; in ReadRandomFast() local
4965 Slice key = AllocateKey(&key_guard); in ReadRandomFast()
5041 std::unique_ptr<const char[]> key_guard; in ReadRandom() local
5042 Slice key = AllocateKey(&key_guard); in ReadRandom()
5440 std::unique_ptr<const char[]> key_guard; in MixGraph() local
5441 Slice key = AllocateKey(&key_guard); in MixGraph()
5648 std::unique_ptr<const char[]> key_guard; in SeekRandom() local
5649 Slice key = AllocateKey(&key_guard); in SeekRandom()
5763 std::unique_ptr<const char[]> key_guard; in DoDelete() local
5764 Slice key = AllocateKey(&key_guard); in DoDelete()
5822 std::unique_ptr<const char[]> key_guard; in BGWriter() local
5823 Slice key = AllocateKey(&key_guard); in BGWriter()
6013 std::unique_ptr<const char[]> key_guard; in RandomWithVerify() local
6014 Slice key = AllocateKey(&key_guard); in RandomWithVerify()
6083 std::unique_ptr<const char[]> key_guard; in ReadRandomWriteRandom() local
6084 Slice key = AllocateKey(&key_guard); in ReadRandomWriteRandom()
6138 std::unique_ptr<const char[]> key_guard; in UpdateRandom() local
6139 Slice key = AllocateKey(&key_guard); in UpdateRandom()
6190 std::unique_ptr<const char[]> key_guard; in XORUpdateRandom() local
6191 Slice key = AllocateKey(&key_guard); in XORUpdateRandom()
6239 std::unique_ptr<const char[]> key_guard; in AppendRandom() local
6240 Slice key = AllocateKey(&key_guard); in AppendRandom()
6298 std::unique_ptr<const char[]> key_guard; in MergeRandom() local
6299 Slice key = AllocateKey(&key_guard); in MergeRandom()
6350 std::unique_ptr<const char[]> key_guard; in ReadRandomMergeRandom() local
6351 Slice key = AllocateKey(&key_guard); in ReadRandomMergeRandom()
6403 std::unique_ptr<const char[]> key_guard; in WriteSeqSeekSeq() local
6404 Slice key = AllocateKey(&key_guard); in WriteSeqSeekSeq()
6627 std::unique_ptr<const char[]> key_guard; in RandomReplaceKeys() local
6628 Slice key = AllocateKey(&key_guard); in RandomReplaceKeys()
6692 std::unique_ptr<const char[]> key_guard; in TimeSeriesReadOrDelete() local
6693 Slice key = AllocateKey(&key_guard); in TimeSeriesReadOrDelete()
6776 std::unique_ptr<const char[]> key_guard; in TimeSeriesWrite() local
6777 Slice key = AllocateKey(&key_guard); in TimeSeriesWrite()