Home
last modified time | relevance | path

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

/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/cronet/third_party/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/
DProto2Test.kt683 val intMap = testIntIntMap { m[1] = 2 } in testMapSetters() constant
727 val intMap = testIntIntMap { in testMapGettersAndSetters() constant
778 val intMap = testIntIntMap { in testMapRemove() constant
805 val intMap = testIntIntMap { in testMapClear() constant
/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/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.java329 Map<Integer, Integer> intMap = builder.getMutableInt32ToInt32Field(); in testMutableMapLifecycle() local
391 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/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedMapTest.java941 Map<String, Integer> intMap = ImmutableSortedMap.of("a", 3, "b", 2); in testMutableValues() local
DImmutableMapTest.java1111 Map<String, Integer> intMap = ImmutableMap.of("a", 3, "b", 2); in testMutableValues() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DImmutableSortedMapTest.java912 Map<String, Integer> intMap = ImmutableSortedMap.of("a", 3, "b", 2); in testMutableValues() local
DImmutableMapTest.java1048 Map<String, Integer> intMap = ImmutableMap.of("a", 3, "b", 2); in testMutableValues() local
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java158 public static Map intMap = new HashMap(); field in ArrayAccessReplaceTest.Echo