Searched refs:OptionValueSInt64 (Results 1 – 12 of 12) 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()
34 OptionValueSInt64.cpp
46 OptionValueSInt64.cpp \
136 …m_value_sp.reset (new OptionValueSInt64(definition.default_cstr_value ? Args::StringToSInt64 (defi… in Property()
468 OptionValueSInt64 *
139 class OptionValueSInt64; variable314 typedef std::shared_ptr<lldb_private::OptionValueSInt64> OptionValueSInt64SP;
64 …15D04377002BF2E0 /* OptionValueSInt64.h in Headers */ = {isa = PBXBuildFile; fileRef = 260CC62A15D…77 …5D0440D002BF2E0 /* OptionValueSInt64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260CC64415…827 …OptionValueSInt64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…840 …OptionValueSInt64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco…2996 260CC62A15D04377002BF2E0 /* OptionValueSInt64.h */,2997 260CC64415D0440D002BF2E0 /* OptionValueSInt64.cpp */,3549 260CC63715D04377002BF2E0 /* OptionValueSInt64.h in Headers */,4280 260CC65115D0440D002BF2E0 /* OptionValueSInt64.cpp in Sources */,
663 …OptionValueSInt64 *term_width = m_collection_sp->GetPropertyAtIndexAsOptionValueSInt64 (NULL, ePro… in Debugger()