Searched refs:CallFlowHashTableBase (Results 1 – 1 of 1) sorted by relevance
404 using CallFlowHashTableBase = SimpleHashTable<CallFlowEntryBase, 11939, 233>; typedef423 class CallFlowHashTable : public CallFlowHashTableBase {427 MapEntry &get(uint64_t Key) { return CallFlowHashTableBase::get(Key, Alloc); } in get()