Searched refs:PresizedCuckooMap (Results 1 – 4 of 4) sorted by relevance
47 PresizedCuckooMap<int> pscm(1000); in TEST()55 PresizedCuckooMap<int64> pscm(2); in TEST()64 PresizedCuckooMap<int> pscm(kTableSize); in TEST()96 PresizedCuckooMap<int> pscm(0); in TEST()104 PresizedCuckooMap<int> pscm(2); in TEST()120 PresizedCuckooMap<int> pscm(table_size); in RunFill()143 PresizedCuckooMap<int> pscm(kSmallTableSize); in TEST()174 PresizedCuckooMap<int> pscm(table_size); in BM_CuckooFill()189 PresizedCuckooMap<int> pscm(table_size); in BM_CuckooRead()
74 class PresizedCuckooMap {79 explicit PresizedCuckooMap(uint64 num_entries) { Clear(num_entries); } in PresizedCuckooMap() function146 return sizeof(PresizedCuckooMap<value>) + sizeof(CuckooPathQueue); in MemoryUsed()359 TF_DISALLOW_COPY_AND_ASSIGN(PresizedCuckooMap);
574 const PresizedCuckooMap<std::pair<size_t, Type>>& config_index, in FastParseSerializedExample()1130 PresizedCuckooMap<std::pair<size_t, Type>> config_index(config_size); in FastParseExample()1445 PresizedCuckooMap<std::pair<size_t, Type>> config_index(config_size); in FastParseSingleExample()
61 using ConfigIndex = tf::PresizedCuckooMap<std::pair<int32_t, Type>>;