Searched refs:Hashable (Results 1 – 3 of 3) sorted by relevance
90 template <class T> class Hashable {93 Hashable(const std::shared_ptr<T> &D) : Data(D) {} in Hashable() function97 uint64_t operator()(const Hashable<T> &Key) const { in operator()106 bool operator()(const Hashable<T> &LHS, const Hashable<T> &RHS) const { in operator()194 std::unordered_map<Hashable<PerfSample>, uint64_t,195 Hashable<PerfSample>::Hash, Hashable<PerfSample>::Equal>;380 std::unordered_map<Hashable<ContextKey>, SampleCounter,381 Hashable<ContextKey>::Hash, Hashable<ContextKey>::Equal>;
125 auto Ret = CtxCounterMap->emplace(Hashable<ContextKey>(Key), SampleCounter()); in collectSamplesFromFrame()566 AggregatedSamples[Hashable<PerfSample>(Sample)]++; in parseHybridSample()
4805 * testsuite/20_util/variant/run.cc: Use a new Hashable type to test