Searched defs:emptyMap (Results 1 – 4 of 4) 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
205 internal fun emptyMap() = Map(ArrayReadWriteBuffer(3), 3, ByteWidth(1)) method
1785 TestMap emptyMap = TestMap.getDefaultInstance(); in testSortedMapKeys() local
43 export const emptyMap: ReadonlyESMap<never, never> = new Map<never, never>(); constant