Searched defs:dict (Results 1 – 3 of 3) sorted by relevance
37 CFDictionaryRef dict; in get_my_path() local
24 CFDictionaryRef dict; in get_my_path() local
551 template <typename K, typename V> using dict = unordered_map<K,V>; typedef