Lines Matching refs:StringMap
12 using StringMap = std::map<CefString, CefString>; typedef
16 return new StringMap; in cef_string_map_alloc()
21 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_size()
30 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_find()
31 StringMap::const_iterator it = impl->find(CefString(key)); in cef_string_map_find()
44 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_key()
49 StringMap::const_iterator it = impl->begin(); in cef_string_map_key()
62 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_value()
67 StringMap::const_iterator it = impl->begin(); in cef_string_map_value()
81 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_append()
88 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_clear()
94 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_free()