Searched defs:GetValueByKey (Results 1 – 3 of 3) 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
372 bool GetValueByKey(const std::string& key, T& val) in GetValueByKey() function
4292 static V GetValueByKey(const std::unordered_map<K, V>& map, K key) in GetValueByKey() function