Searched refs:search_default (Results 1 – 1 of 1) sorted by relevance
1821 auto search_default = subsampling_map.find(DNSEVENT_SUBSAMPLING_MAP_DEFAULT_KEY); in resolv_cache_get_subsampling_denom() local1822 denom = (search_default == subsampling_map.end()) ? 0 : search_default->second; in resolv_cache_get_subsampling_denom()