Home
last modified time | relevance | path

Searched defs:fromMap (Results 1 – 2 of 2) 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()
37 void transfer_string_map_contents(const StringMap& fromMap, in transfer_string_map_contents()
44 void transfer_string_multimap_contents(cef_string_multimap_t fromMap, in transfer_string_multimap_contents()
57 void transfer_string_multimap_contents(const StringMultimap& fromMap, in transfer_string_multimap_contents()
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJSON.java44 public static JSON fromMap(Map<String, Object> map) { in fromMap() method in JSON