Searched defs:parseKey (Results 1 – 2 of 2) sorted by relevance
49 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()
43 bool ImeConfigParse::ParseJson(const std::string &cfgPath, const std::string &parseKey, nlohmann::… in ParseJson()