Searched defs:current_value (Results 1 – 13 of 13) sorted by relevance
22 OptionValueFormat(lldb::Format current_value, lldb::Format default_value) in OptionValueFormat()
23 OptionValueLanguage(lldb::LanguageType current_value, in OptionValueLanguage()
20 OptionValueBoolean(bool current_value, bool default_value) in OptionValueBoolean()
21 OptionValueChar(char current_value, char default_value) in OptionValueChar()
24 OptionValueUInt64(uint64_t current_value, uint64_t default_value) in OptionValueUInt64()
29 OptionValueArch(const ArchSpec ¤t_value, const ArchSpec &default_value) in OptionValueArch()
24 OptionValueSInt64(int64_t current_value, int64_t default_value) in OptionValueSInt64()
38 OptionValueString(const char *current_value, const char *default_value) { in OptionValueString()
23 Ty current_value; member82 int current_value; member98 int current_value() { return p.promise().current_value; } in current_value() function
29 T current_value = start; in test_full_range() local
28 OptionValueFileSpec::OptionValueFileSpec(const FileSpec ¤t_value, in OptionValueFileSpec()
9 T current_value; member