Home
last modified time | relevance | path

Searched defs:MutableMap (Results 1 – 13 of 13) sorted by relevance

/external/leakcanary2/shark-android/src/main/java/shark/
DAndroidMetadataExtractor.kt45 private fun MutableMap<String, String>.putBitmaps( in <lambda>() method
107 private fun MutableMap<String, String>.putDbLabels(graph: HeapGraph) { in <lambda>() method
/external/bazelbuild-kotlin-rules/tools/java/com/google/devtools/kotlin/srczip/
DSourceJarZipper.kt68 fun MutableMap<Path, Path>.checkForDuplicatesAndSetFilePathToPathInsideJar( in checkForDuplicatesAndSetFilePathToPathInsideJar() method
93 fun MutableMap<Path, Path>.writeToStream( in writeToStream() method
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dmap_field_lite.h96 Map<Key, T>* MutableMap() { return &map_; } in MutableMap() function
Dmap_field.cc348 Map<MapKey, MapValueRef>* DynamicMapField::MutableMap() { in MutableMap() function in google::protobuf::internal::DynamicMapField
Dmap_field_test.cc352 TEST_P(MapFieldStateTest, MutableMap) { in TEST_P() argument
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dmap_field_lite.h96 Map<Key, T>* MutableMap() { return &map_; } in MutableMap() function
Dmap_field.cc348 Map<MapKey, MapValueRef>* DynamicMapField::MutableMap() { in MutableMap() function in google::protobuf::internal::DynamicMapField
Dmap_field_test.cc352 TEST_P(MapFieldStateTest, MutableMap) { in TEST_P() argument
/external/protobuf/src/google/protobuf/
Dmap_field_lite.h96 Map<Key, T>* MutableMap() { return &map_; } in MutableMap() function
Dmap_field.cc348 Map<MapKey, MapValueRef>* DynamicMapField::MutableMap() { in MutableMap() function in google::protobuf::internal::DynamicMapField
Dmap_field_test.cc352 TEST_P(MapFieldStateTest, MutableMap) { in TEST_P() argument
/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/
DJsonNamesMap.kt19 fun MutableMap<String, Int>.putOrThrow(name: String, index: Int) { in <lambda>() method
/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
DProtobufDecoding.kt91 private fun MutableMap<Int, Int>.putProtoId(protoId: Int, index: Int) { in MutableMap() method