Home
last modified time | relevance | path

Searched defs:intMap (Results 1 – 19 of 19) sorted by relevance

/external/dagger2/javatests/dagger/functional/multibindings/
DLazyClassKeyWithGenericsTest.java40 Provider<Map<Class<?>, Provider<Integer>>> intMap(); in intMap() method
82 Map<Class<?>, Provider<Integer>> intMap = testComponent.intMap().get(); in test() local
/external/cronet/stable/third_party/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/
DProto2Test.kt686 val intMap = testIntIntMap { m[1] = 2 } in testMapSetters() constant
730 val intMap = testIntIntMap { in testMapGettersAndSetters() constant
781 val intMap = testIntIntMap { in testMapRemove() constant
808 val intMap = testIntIntMap { in testMapClear() constant
/external/cronet/tot/third_party/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/
DProto2Test.kt686 val intMap = testIntIntMap { m[1] = 2 } in testMapSetters() constant
730 val intMap = testIntIntMap { in testMapGettersAndSetters() constant
781 val intMap = testIntIntMap { in testMapRemove() constant
808 val intMap = testIntIntMap { in testMapClear() constant
/external/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/
DProto2Test.kt686 val intMap = testIntIntMap { m[1] = 2 } in testMapSetters() constant
730 val intMap = testIntIntMap { in testMapGettersAndSetters() constant
781 val intMap = testIntIntMap { in testMapRemove() constant
808 val intMap = testIntIntMap { in testMapClear() constant
/external/kotlinx.serialization/formats/protobuf/jvmTest/resources/
DNullableNestedCollections.proto10 map<string, NullableNestedCollections_intMap> intMap = 3; field
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2Test.java331 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle() local
393 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle_collections() local
DMapTest.java330 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle() local
392 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle_collections() local
/external/cronet/tot/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2Test.java331 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle() local
393 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle_collections() local
DMapTest.java330 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle() local
392 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle_collections() local
/external/cronet/stable/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2Test.java331 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle() local
393 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle_collections() local
DMapTest.java330 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle() local
392 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle_collections() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestTypeFactory.java51 public IntLongMap intMap; field in TestTypeFactory.SneakyBean
/external/kotlinx.serialization/formats/protobuf/jvmTest/resources/common/
Dschema.proto123 map<string, NullableNestedCollections_intMap> intMap = 3; field
/external/guava/android/guava-tests/test/com/google/common/collect/
DImmutableSortedMapTest.java744 Map<String, Integer> intMap = ImmutableSortedMap.of("a", 3, "b", 2); in testMutableValues() local
DImmutableMapTest.java953 Map<String, Integer> intMap = ImmutableMap.of("a", 3, "b", 2); in testMutableValues() local
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedMapTest.java770 Map<String, Integer> intMap = ImmutableSortedMap.of("a", 3, "b", 2); in testMutableValues() local
DImmutableMapTest.java964 Map<String, Integer> intMap = ImmutableMap.of("a", 3, "b", 2); in testMutableValues() local
/external/kotlinx.serialization/formats/protobuf/jvmTest/src/kotlinx/serialization/protobuf/schema/
DGenerationTest.kt191 val intMap: Map<String, List<Int?>>, constant in kotlinx.serialization.protobuf.schema.NullableNestedCollections
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java158 public static Map intMap = new HashMap(); field in ArrayAccessReplaceTest.Echo