Searched refs:pval (Results 1 – 2 of 2) sorted by relevance
377 const uintptr_t pval = reinterpret_cast<uintptr_t>(p); in ExtendImpl() local378 const uint8_t* x = reinterpret_cast<const uint8_t*>(ALIGN(pval, 4)); in ExtendImpl()
3906 PinnableSlice pval; in TEST_F() local3909 db_->Get(ropt, db_->DefaultColumnFamily(), "a" + istr, &pval)); in TEST_F()3910 ASSERT_TRUE(pval == ("b" + istr)); in TEST_F()