/third_party/cef/libcef_dll/ |
D | transfer_util.cc | 25 void transfer_string_map_contents(cef_string_map_t fromMap, StringMap& toMap) { in transfer_string_map_contents() argument 33 toMap.insert(std::make_pair(key, value)); in transfer_string_map_contents() 38 cef_string_map_t toMap) { in transfer_string_map_contents() argument 41 cef_string_map_append(toMap, it->first.GetStruct(), it->second.GetStruct()); in transfer_string_map_contents() 45 StringMultimap& toMap) { in transfer_string_multimap_contents() argument 53 toMap.insert(std::make_pair(key, value)); in transfer_string_multimap_contents() 58 cef_string_multimap_t toMap) { in transfer_string_multimap_contents() argument 61 cef_string_multimap_append(toMap, it->first.GetStruct(), in transfer_string_multimap_contents()
|
D | transfer_util.h | 25 void transfer_string_map_contents(cef_string_map_t fromMap, StringMap& toMap); 27 cef_string_map_t toMap); 32 StringMultimap& toMap); 34 cef_string_multimap_t toMap);
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | semantics_event_test.dart | 27 test('SemanticsEvent.toMap', () { 29 TestSemanticsEvent(text: 'hi', number: 11).toMap(), 39 TestSemanticsEvent(text: 'hi', number: 11).toMap(nodeId: 123),
|
/third_party/flutter/flutter/packages/flutter/lib/src/semantics/ |
D | semantics_service.dart | 32 await SystemChannels.accessibility.send(event.toMap()); 41 await SystemChannels.accessibility.send(event.toMap());
|
D | semantics_event.dart | 30 Map<String, dynamic> toMap({ int nodeId }) {
|
D | semantics.dart | 2068 SystemChannels.accessibility.send(event.toMap(nodeId: id));
|
/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/ |
D | FlexBuffersBenchmark.kt | 64 val map = ref.toMap() in mapKotlin() 159 val map = ref.toMap() in stringMapKotlin() 176 val map = ref.toMap() in stringMapBytIndexKotlin()
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/ |
D | FlexBuffersTest.kt | 245 val map = ref.toMap() in <lambda>() 253 assertEquals(true, "cool" in map["myMap"].toMap()) in <lambda>() 278 val map = ref.toMap() in <lambda>()
|
D | JSONTest.kt | 57 val map = root.toMap() in parseSample() 229 assertEquals(3, ref.toMap().size) in testUnicode()
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | FlexBuffers.kt | 139 public operator fun get(key: String): Reference = toMap()[key] in get() 481 public fun toMap(): Map = when (type) { in toMap() method in com.google.flatbuffers.kotlin.Reference
|
D | JSON.kt | 58 T_MAP -> toMap().toJson(out) in toJson()
|
/third_party/protobuf/js/ |
D | message_test.js | 444 var soymap = jspb.Message.toMap( 449 var protomap = jspb.Message.toMap(
|
D | message.js | 1409 jspb.Message.toMap = function( function in jspb.Message
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/ |
D | message_test.js | 454 var soymap = jspb.Message.toMap([p1, p2], 459 var protomap = jspb.Message.toMap([p1, p2],
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/ |
D | message_test.js | 410 var soymap = jspb.Message.toMap([p1, p2], 415 var protomap = jspb.Message.toMap([p1, p2],
|
/third_party/typescript/tests/cases/compiler/ |
D | complexRecursiveCollections.ts | 454 toMap(): Map<K, V>; method
|
/third_party/typescript/tests/baselines/reference/ |
D | complexRecursiveCollections.js | 454 toMap(): Map<K, V>;
|
D | complexRecursiveCollections.errors.txt | 481 toMap(): Map<K, V>;
|
D | complexRecursiveCollections.types | 1891 toMap(): Map<K, V>; 1892 >toMap : () => Map<K, V>
|
D | complexRecursiveCollections.symbols | 3227 toMap(): Map<K, V>; 3228 >toMap : Symbol(Collection.toMap, Decl(immutable.ts, 427, 37))
|