Home
last modified time | relevance | path

Searched defs:emptyMap (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java356 final HashMap<String, Metric> emptyMap = new HashMap<>(); in forwardFinalizedPendingResult() local
1618 HashMap<String, Metric> emptyMap = new HashMap<>(); in fakePassTests() local
2171 final HashMap<String, Metric> emptyMap = new HashMap<>(); in run() local
2210 listener.testRunEnded(System.currentTimeMillis() - startTime, emptyMap); in run() local
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt205 internal fun emptyMap() = Map(ArrayReadWriteBuffer(3), 3, ByteWidth(1)) method
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java1785 TestMap emptyMap = TestMap.getDefaultInstance(); in testSortedMapKeys() local
/third_party/typescript/src/compiler/
Dcore.ts43 export const emptyMap: ReadonlyESMap<never, never> = new Map<never, never>(); constant