Home
last modified time | relevance | path

Searched refs:toMap (Results 1 – 20 of 20) sorted by relevance

/third_party/cef/libcef_dll/
Dtransfer_util.cc25 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()
Dtransfer_util.h25 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/
Dsemantics_event_test.dart27 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/
Dsemantics_service.dart32 await SystemChannels.accessibility.send(event.toMap());
41 await SystemChannels.accessibility.send(event.toMap());
Dsemantics_event.dart30 Map<String, dynamic> toMap({ int nodeId }) {
Dsemantics.dart2068 SystemChannels.accessibility.send(event.toMap(nodeId: id));
/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/
DFlexBuffersBenchmark.kt64 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/
DFlexBuffersTest.kt245 val map = ref.toMap() in <lambda>()
253 assertEquals(true, "cool" in map["myMap"].toMap()) in <lambda>()
278 val map = ref.toMap() in <lambda>()
DJSONTest.kt57 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/
DFlexBuffers.kt139 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
DJSON.kt58 T_MAP -> toMap().toJson(out) in toJson()
/third_party/protobuf/js/
Dmessage_test.js444 var soymap = jspb.Message.toMap(
449 var protomap = jspb.Message.toMap(
Dmessage.js1409 jspb.Message.toMap = function( function in jspb.Message
/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dmessage_test.js454 var soymap = jspb.Message.toMap([p1, p2],
459 var protomap = jspb.Message.toMap([p1, p2],
/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dmessage_test.js410 var soymap = jspb.Message.toMap([p1, p2],
415 var protomap = jspb.Message.toMap([p1, p2],
/third_party/typescript/tests/cases/compiler/
DcomplexRecursiveCollections.ts454 toMap(): Map<K, V>; method
/third_party/typescript/tests/baselines/reference/
DcomplexRecursiveCollections.js454 toMap(): Map<K, V>;
DcomplexRecursiveCollections.errors.txt481 toMap(): Map<K, V>;
DcomplexRecursiveCollections.types1891 toMap(): Map<K, V>;
1892 >toMap : () => Map<K, V>
DcomplexRecursiveCollections.symbols3227 toMap(): Map<K, V>;
3228 >toMap : Symbol(Collection.toMap, Decl(immutable.ts, 427, 37))