Searched refs:KernelConfigKey (Results 1 – 4 of 4) sorted by relevance
30 struct KernelConfigKey : public std::string { struct31 KernelConfigKey() : std::string() {} in KernelConfigKey() function32 KernelConfigKey(const std::string &other) : std::string(other) {} in KernelConfigKey() argument33 KernelConfigKey(std::string &&other) : std::string(std::forward<std::string>(other)) {} in KernelConfigKey() function36 using KernelConfig = std::pair<KernelConfigKey, KernelConfigTypedValue>;
58 bool parse(const std::string &s, KernelConfigKey *key);
151 bool parse(const std::string &s, KernelConfigKey *key) { in parse()
379 const XmlTextConverter<KernelConfigKey> kernelConfigKeyConverter{"key"};