OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KernelConfigKey
(Results
1 - 4
of
4
) sorted by null
/system/libvintf/include/vintf/
MatrixKernel.h
30
struct
KernelConfigKey
: public std::string {
31
KernelConfigKey
() : std::string() {}
32
KernelConfigKey
(const std::string &other) : std::string(other) {}
33
KernelConfigKey
(std::string &&other) : std::string(std::forward<std::string>(other)) {}
36
using KernelConfig = std::pair<
KernelConfigKey
, KernelConfigTypedValue>;
parse_string.h
58
bool parse(const std::string &s,
KernelConfigKey
*key);
/system/libvintf/
parse_string.cpp
151
bool parse(const std::string &s,
KernelConfigKey
*key) {
parse_xml.cpp
379
const XmlTextConverter<
KernelConfigKey
> kernelConfigKeyConverter{"key"};
Completed in 178 milliseconds