Home
last modified time | relevance | path

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

/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Dkv_checksum.h43 class ProtectionInfo; variable
52 typedef ProtectionInfo<uint64_t> ProtectionInfo64;
58 class ProtectionInfo {
60 ProtectionInfo<T>() = default;
89 ProtectionInfo<T>(T val) : val_(val) { in val_()
120 friend class ProtectionInfo<T>;
131 ProtectionInfo<T> info_;
217 Status ProtectionInfo<T>::GetStatus() const { in GetStatus()
326 ProtectionInfo<T> ProtectionInfoKVOT<T>::StripKVOT( in StripKVOT()
338 return ProtectionInfo<T>(val); in StripKVOT()
[all …]
H A Dwrite_batch.cc146 WriteBatch::ProtectionInfo* prot_info) in TimestampAssigner()
151 WriteBatch::ProtectionInfo* prot_info) in TimestampAssigner()
239 WriteBatch::ProtectionInfo* const prot_info_;
278 prot_info_.reset(new WriteBatch::ProtectionInfo()); in WriteBatch()
309 prot_info_.reset(new WriteBatch::ProtectionInfo()); in WriteBatch()
1369 const WriteBatch::ProtectionInfo* prot_info_;
1455 const WriteBatch::ProtectionInfo* prot_info, in MemTableInserter()
1527 void set_prot_info(const WriteBatch::ProtectionInfo* prot_info) { in set_prot_info()
2435 dst->prot_info_.reset(new WriteBatch::ProtectionInfo(*src->prot_info_)); in Append()
H A Dwrite_batch_internal.h66 struct WriteBatch::ProtectionInfo { struct
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Dkv_checksum.h43 class ProtectionInfo; variable
52 typedef ProtectionInfo<uint64_t> ProtectionInfo64;
58 class ProtectionInfo {
60 ProtectionInfo<T>() = default;
89 ProtectionInfo<T>(T val) : val_(val) { in val_()
120 friend class ProtectionInfo<T>;
131 ProtectionInfo<T> info_;
217 Status ProtectionInfo<T>::GetStatus() const { in GetStatus()
326 ProtectionInfo<T> ProtectionInfoKVOT<T>::StripKVOT( in StripKVOT()
338 return ProtectionInfo<T>(val); in StripKVOT()
[all …]
H A Dwrite_batch.cc146 WriteBatch::ProtectionInfo* prot_info) in TimestampAssigner()
151 WriteBatch::ProtectionInfo* prot_info) in TimestampAssigner()
239 WriteBatch::ProtectionInfo* const prot_info_;
278 prot_info_.reset(new WriteBatch::ProtectionInfo()); in WriteBatch()
309 prot_info_.reset(new WriteBatch::ProtectionInfo()); in WriteBatch()
1369 const WriteBatch::ProtectionInfo* prot_info_;
1455 const WriteBatch::ProtectionInfo* prot_info, in MemTableInserter()
1527 void set_prot_info(const WriteBatch::ProtectionInfo* prot_info) { in set_prot_info()
2435 dst->prot_info_.reset(new WriteBatch::ProtectionInfo(*src->prot_info_)); in Append()
H A Dwrite_batch_internal.h66 struct WriteBatch::ProtectionInfo { struct
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Dkv_checksum.h43 class ProtectionInfo; variable
52 typedef ProtectionInfo<uint64_t> ProtectionInfo64;
58 class ProtectionInfo {
60 ProtectionInfo<T>() = default;
89 ProtectionInfo<T>(T val) : val_(val) { in val_()
120 friend class ProtectionInfo<T>;
131 ProtectionInfo<T> info_;
217 Status ProtectionInfo<T>::GetStatus() const { in GetStatus()
326 ProtectionInfo<T> ProtectionInfoKVOT<T>::StripKVOT( in StripKVOT()
338 return ProtectionInfo<T>(val); in StripKVOT()
[all …]
H A Dwrite_batch.cc146 WriteBatch::ProtectionInfo* prot_info) in TimestampAssigner()
151 WriteBatch::ProtectionInfo* prot_info) in TimestampAssigner()
239 WriteBatch::ProtectionInfo* const prot_info_;
278 prot_info_.reset(new WriteBatch::ProtectionInfo()); in WriteBatch()
309 prot_info_.reset(new WriteBatch::ProtectionInfo()); in WriteBatch()
1369 const WriteBatch::ProtectionInfo* prot_info_;
1455 const WriteBatch::ProtectionInfo* prot_info, in MemTableInserter()
1527 void set_prot_info(const WriteBatch::ProtectionInfo* prot_info) { in set_prot_info()
2435 dst->prot_info_.reset(new WriteBatch::ProtectionInfo(*src->prot_info_)); in Append()
H A Dwrite_batch_internal.h66 struct WriteBatch::ProtectionInfo { struct
/dports/databases/rocksdb-lite/rocksdb-6.26.1/db/
H A Dkv_checksum.h42 class ProtectionInfo; variable
51 using ProtectionInfo64 = ProtectionInfo<uint64_t>;
57 class ProtectionInfo {
59 ProtectionInfo<T>() = default;
86 ProtectionInfo<T>(T val) : val_(val) { in val_()
87 static_assert(sizeof(ProtectionInfo<T>) == sizeof(T), ""); in val_()
116 friend class ProtectionInfo<T>;
127 ProtectionInfo<T> info_;
207 Status ProtectionInfo<T>::GetStatus() const { in GetStatus()
310 return ProtectionInfo<T>(val); in StripKVO()
[all …]
H A Dwrite_batch.cc146 WriteBatch::ProtectionInfo* prot_info) in TimestampAssigner()
151 WriteBatch::ProtectionInfo* prot_info) in TimestampAssigner()
234 WriteBatch::ProtectionInfo* const prot_info_;
266 prot_info_.reset(new WriteBatch::ProtectionInfo()); in WriteBatch()
292 prot_info_.reset(new WriteBatch::ProtectionInfo()); in WriteBatch()
1318 const WriteBatch::ProtectionInfo* prot_info_;
1404 const WriteBatch::ProtectionInfo* prot_info, in MemTableInserter()
1476 void set_prot_info(const WriteBatch::ProtectionInfo* prot_info) { in set_prot_info()
2384 dst->prot_info_.reset(new WriteBatch::ProtectionInfo(*src->prot_info_)); in Append()
H A Dwrite_batch_internal.h66 struct WriteBatch::ProtectionInfo { struct
/dports/databases/rocksdb/rocksdb-6.26.1/db/
H A Dkv_checksum.h42 class ProtectionInfo; variable
51 using ProtectionInfo64 = ProtectionInfo<uint64_t>;
57 class ProtectionInfo {
59 ProtectionInfo<T>() = default;
86 ProtectionInfo<T>(T val) : val_(val) { in val_()
87 static_assert(sizeof(ProtectionInfo<T>) == sizeof(T), ""); in val_()
116 friend class ProtectionInfo<T>;
127 ProtectionInfo<T> info_;
207 Status ProtectionInfo<T>::GetStatus() const { in GetStatus()
310 return ProtectionInfo<T>(val); in StripKVO()
[all …]
H A Dwrite_batch.cc146 WriteBatch::ProtectionInfo* prot_info) in TimestampAssigner()
151 WriteBatch::ProtectionInfo* prot_info) in TimestampAssigner()
234 WriteBatch::ProtectionInfo* const prot_info_;
266 prot_info_.reset(new WriteBatch::ProtectionInfo()); in WriteBatch()
292 prot_info_.reset(new WriteBatch::ProtectionInfo()); in WriteBatch()
1318 const WriteBatch::ProtectionInfo* prot_info_;
1404 const WriteBatch::ProtectionInfo* prot_info, in MemTableInserter()
1476 void set_prot_info(const WriteBatch::ProtectionInfo* prot_info) { in set_prot_info()
2384 dst->prot_info_.reset(new WriteBatch::ProtectionInfo(*src->prot_info_)); in Append()
H A Dwrite_batch_internal.h66 struct WriteBatch::ProtectionInfo { struct
/dports/databases/rocksdb/rocksdb-6.26.1/include/rocksdb/
H A Dwrite_batch.h368 struct ProtectionInfo;
400 std::unique_ptr<ProtectionInfo> prot_info_;
/dports/databases/rocksdb-lite/rocksdb-6.26.1/include/rocksdb/
H A Dwrite_batch.h368 struct ProtectionInfo;
400 std::unique_ptr<ProtectionInfo> prot_info_;
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/
H A Dwrite_batch.h346 struct ProtectionInfo;
378 std::unique_ptr<ProtectionInfo> prot_info_;
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/
H A Dwrite_batch.h346 struct ProtectionInfo;
378 std::unique_ptr<ProtectionInfo> prot_info_;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/
H A Dwrite_batch.h346 struct ProtectionInfo;
378 std::unique_ptr<ProtectionInfo> prot_info_;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Security/EnterpriseData/
H A Dmod.rs14 pub fn ProtectionInfo(&self) -> ::windows::runtime::Result<DataProtectionInfo> { in ProtectionInfo() method
1574 pub fn ProtectionInfo(&self) -> ::windows::runtime::Result<FileProtectionInfo> { in ProtectionInfo() method
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DQuickTime.pm7042 %Image::ExifTool::QuickTime::ProtectionInfo = (
H A DTagNames.pod26895 'pinf' PurchaseInfo QuickTime ProtectionInfo
26896 'sinf' ProtectionInfo QuickTime ProtectionInfo
26941 =head3 QuickTime ProtectionInfo Tags
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DQuickTime.pm6953 %Image::ExifTool::QuickTime::ProtectionInfo = (
H A DTagNames.pod26206 'pinf' PurchaseInfo QuickTime ProtectionInfo
26207 'sinf' ProtectionInfo QuickTime ProtectionInfo
26252 =head3 QuickTime ProtectionInfo Tags