Searched refs:cache_key_ (Results 1 – 1 of 1) sorted by relevance
28 char cache_key_[kCacheKeyPrefix + kMaxVarint64Length]; member34 memset(cache_key_, 0, kCacheKeyPrefix); in CacheRep()37 memcpy(cache_key_, static_cast<const void*>(this), pointer_size); in CacheRep()41 memset(cache_key_ + kCacheKeyPrefix, 0, kMaxVarint64Length); in GetNextCacheKey()43 EncodeVarint64(cache_key_ + kCacheKeyPrefix, next_cache_key_id_++); in GetNextCacheKey()44 return Slice(cache_key_, static_cast<size_t>(end - cache_key_)); in GetNextCacheKey()