Searched defs:emptyMap (Results 1 – 3 of 3) sorted by relevance
356 final HashMap<String, Metric> emptyMap = new HashMap<>(); in forwardFinalizedPendingResult() local1618 HashMap<String, Metric> emptyMap = new HashMap<>(); in fakePassTests() local2171 final HashMap<String, Metric> emptyMap = new HashMap<>(); in run() local2210 listener.testRunEnded(System.currentTimeMillis() - startTime, emptyMap); in run() local
1785 TestMap emptyMap = TestMap.getDefaultInstance(); in testSortedMapKeys() local
23 export const emptyMap: ReadonlyESMap<never, never> = new Map<never, never>(); constant