Searched defs:emptyMap (Results 1 – 5 of 5) sorted by relevance
364 final HashMap<String, Metric> emptyMap = new HashMap<>(); in forwardFinalizedPendingResult() local1706 HashMap<String, Metric> emptyMap = new HashMap<>(); in fakePassTests() local2319 final HashMap<String, Metric> emptyMap = new HashMap<>(); in run() local2358 listener.testRunEnded(System.currentTimeMillis() - startTime, emptyMap); in run() local
1785 TestMap emptyMap = TestMap.getDefaultInstance(); in testSortedMapKeys() local
1675 const std::map<std::string, std::string> emptyMap; in initComputeOrMeshPrograms() local
23 export const emptyMap: ReadonlyESMap<never, never> = new Map<never, never>(); constant