| D | results_cache.cpp | 28 struct VerificationResultCache::Impl { struct in panda::verifier::VerificationResultCache 34 Impl(std::string fileName, It dataStart, It dataEnd) in Impl() function 40 VerificationResultCache::Impl *VerificationResultCache::impl_ {nullptr}; 87 …impl_ = new (mem::AllocatorAdapter<Impl>().allocate(1)) Impl {filename, data.cbegin(), data.cend()… in Initialize() 124 impl_->~Impl(); in Destroy() 125 mem::AllocatorAdapter<Impl>().deallocate(impl_, 1); in Destroy()
|