Home
last modified time | relevance | path

Searched defs:parseKey (Results 1 – 2 of 2) sorted by relevance

/base/inputmethod/imf/services/include/
Dinput_method_config_parser.h49 bool ImeConfigParse::ParseFromCustomSystem(const std::string &parseKey, T &data) in ParseFromCustomSystem()
81 bool ImeConfigParse::ParseFromCustomSystem(const std::string &parseKey, std::vector<T> &data) in ParseFromCustomSystem()
113 bool ImeConfigParse::GetCfgsFromFile(const std::string &cfgPath, const std::string &parseKey, T &da… in GetCfgsFromFile()
124 bool ImeConfigParse::GetCfgsFromFile(const std::string &cfgPath, const std::string &parseKey, std::… in GetCfgsFromFile()
/base/inputmethod/imf/services/src/
Dinput_method_config_parser.cpp43 bool ImeConfigParse::ParseJson(const std::string &cfgPath, const std::string &parseKey, nlohmann::… in ParseJson()