Home
last modified time | relevance | path

Searched refs:KernelConfigKey (Results 1 – 4 of 4) sorted by relevance

/system/libvintf/include/vintf/
DMatrixKernel.h30 struct KernelConfigKey : public std::string { struct
31 KernelConfigKey() : std::string() {} in KernelConfigKey() function
32 KernelConfigKey(const std::string &other) : std::string(other) {} in KernelConfigKey() argument
33 KernelConfigKey(std::string &&other) : std::string(std::forward<std::string>(other)) {} in KernelConfigKey() function
36 using KernelConfig = std::pair<KernelConfigKey, KernelConfigTypedValue>;
Dparse_string.h58 bool parse(const std::string &s, KernelConfigKey *key);
/system/libvintf/
Dparse_string.cpp151 bool parse(const std::string &s, KernelConfigKey *key) { in parse()
Dparse_xml.cpp379 const XmlTextConverter<KernelConfigKey> kernelConfigKeyConverter{"key"};