Searched refs:kctv (Results 1 – 3 of 3) sorted by relevance
102 std::ostream &operator<<(std::ostream &os, const KernelConfigTypedValue &kctv) {103 switch (kctv.mType) {105 return os << kctv.mStringValue;107 return os << to_string(kctv.mIntegerValue);109 return os << to_string(kctv.mRangeValue.first) << "-"110 << to_string(kctv.mRangeValue.second);112 return os << to_string(kctv.mTristateValue);184 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv) { in parseKernelConfigValue() argument185 switch (kctv->mType) { in parseKernelConfigValue()187 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);
95 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv);99 bool parseKernelConfigTypedValue(const std::string& s, KernelConfigTypedValue* kctv);