Home
last modified time | relevance | path

Searched defs:newMap (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java349 RubyMap newMap = newThisType(context); in dup() local
391 RubyMap newMap = newThisType(context); in deepCopy() local
455 RubyMap newMap; in newThisType() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DMapLiteTest.java849 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapLiteTest
855 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapLiteTest
DMapForProto2LiteTest.java510 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapForProto2LiteTest
516 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapForProto2LiteTest
DMapTest.java1524 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapTest
1530 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapTest
1537 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2, K key3, V value3) { in newMap() method in MapTest
DMapForProto2Test.java411 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapForProto2Test
417 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapForProto2Test
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
Dgenerate.go153 func newMap() Map { return Map{} } func
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
Dmain.go435 func newMap() Map { return Map{} } func
/third_party/typescript/src/compiler/
DwatchUtilities.ts421 const newMap = new Map(lookups); constant
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiLine.java1207 int[] newMap = new int[bidi.resultLength]; in getVisualMap() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidiLine.java1208 int[] newMap = new int[bidi.resultLength]; in getVisualMap() local
/third_party/typescript/lib/
Dtsc.js16531 function mutateMapSkippingNewValues(map2, newMap, options) { argument
16543 function mutateMap(map2, newMap, options) { argument