Searched refs:kctv (Results 1 – 3 of 3) sorted by relevance
105 std::ostream &operator<<(std::ostream &os, const KernelConfigTypedValue &kctv) {106 switch (kctv.mType) {108 return os << kctv.mStringValue;110 return os << to_string(kctv.mIntegerValue);112 return os << to_string(kctv.mRangeValue.first) << "-"113 << to_string(kctv.mRangeValue.second);115 return os << to_string(kctv.mTristateValue);187 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv) { in parseKernelConfigValue() argument188 switch (kctv->mType) { in parseKernelConfigValue()190 kctv->mStringValue = s; in parseKernelConfigValue()[all …]
50 friend std::ostream &operator<<(std::ostream &os, const KernelConfigTypedValue &kctv);51 friend bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv);52 friend bool parseKernelConfigTypedValue(const std::string& s, KernelConfigTypedValue* kctv);
92 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv);96 bool parseKernelConfigTypedValue(const std::string& s, KernelConfigTypedValue* kctv);