Home
last modified time | relevance | path

Searched refs:pval (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/util/
Dcrc32c.cc377 const uintptr_t pval = reinterpret_cast<uintptr_t>(p); in ExtendImpl() local
378 const uint8_t* x = reinterpret_cast<const uint8_t*>(ALIGN(pval, 4)); in ExtendImpl()
/rocksdb-6.9/db/
Ddb_test.cc3906 PinnableSlice pval; in TEST_F() local
3909 db_->Get(ropt, db_->DefaultColumnFamily(), "a" + istr, &pval)); in TEST_F()
3910 ASSERT_TRUE(pval == ("b" + istr)); in TEST_F()