Searched defs:GetValueByKey (Results 1 – 2 of 2) sorted by relevance
61 jerry_value_t LocalizationModule::GetValueByKey(const jerry_value_t *args, const jerry_length_t arg… in GetValueByKey() function in OHOS::ACELite::LocalizationModule
4601 static V GetValueByKey(const std::unordered_map<K, V>& map, K key) in GetValueByKey() function