Searched refs:OptionValueSInt64 (Results 1 – 10 of 10) sorted by relevance
21 class OptionValueSInt64 : public OptionValue24 OptionValueSInt64 () : in OptionValueSInt64() function33 OptionValueSInt64 (int64_t value) : in OptionValueSInt64() function42 OptionValueSInt64 (int64_t current_value, in OptionValueSInt64() function52 OptionValueSInt64 (const OptionValueSInt64 &rhs) : in OptionValueSInt64() function62 ~OptionValueSInt64() in ~OptionValueSInt64()
276 OptionValueSInt64 *279 const OptionValueSInt64 *
197 OptionValueSInt64 *
23 OptionValueSInt64::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue()39 OptionValueSInt64::SetValueFromCString (const char *value_cstr, VarSetOperationType op) in SetValueFromCString()86 OptionValueSInt64::DeepCopy () const in DeepCopy()88 return OptionValueSP(new OptionValueSInt64(*this)); in DeepCopy()
36 … case OptionValue::eTypeSInt64: return static_cast<OptionValueSInt64 *>(this)->GetCurrentValue(); in GetUInt64Value()258 OptionValueSInt64 *262 return static_cast<OptionValueSInt64 *>(this); in GetAsSInt64()266 const OptionValueSInt64 *270 return static_cast<const OptionValueSInt64 *>(this); in GetAsSInt64()432 const OptionValueSInt64 *option_value = GetAsSInt64 (); in GetSInt64Value()441 OptionValueSInt64 *option_value = GetAsSInt64 (); in SetSInt64Value()552 case 1u << eTypeSInt64: value_sp.reset(new OptionValueSInt64()); break; in CreateValueFromCStringForTypeMask()
136 …m_value_sp.reset (new OptionValueSInt64(definition.default_cstr_value ? Args::StringToSInt64 (defi… in Property()
468 OptionValueSInt64 *
38 OptionValueSInt64.cpp \
145 class OptionValueSInt64; variable330 typedef std::shared_ptr<lldb_private::OptionValueSInt64> OptionValueSInt64SP;
658 …OptionValueSInt64 *term_width = m_collection_sp->GetPropertyAtIndexAsOptionValueSInt64 (NULL, ePro… in Debugger()