Searched refs:OptionValueSInt64 (Results 1 - 10 of 10) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptionValueSInt64.cpp1 //===-- OptionValueSInt64.cpp -----------------------------------*- C++ -*-===//
10 #include "lldb/Interpreter/OptionValueSInt64.h"
23 OptionValueSInt64::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask)
39 OptionValueSInt64::SetValueFromCString (const char *value_cstr, VarSetOperationType op)
86 OptionValueSInt64::DeepCopy () const
88 return OptionValueSP(new OptionValueSInt64(*this));
H A DOptionValue.cpp36 case OptionValue::eTypeSInt64: return static_cast<OptionValueSInt64 *>(this)->GetCurrentValue();
258 OptionValueSInt64 *
262 return static_cast<OptionValueSInt64 *>(this);
266 const OptionValueSInt64 *
270 return static_cast<const OptionValueSInt64 *>(this);
432 const OptionValueSInt64 *option_value = GetAsSInt64 ();
441 OptionValueSInt64 *option_value = GetAsSInt64 ();
552 case 1u << eTypeSInt64: value_sp.reset(new OptionValueSInt64()); break;
H A DAndroid.mk46 OptionValueSInt64.cpp \
H A DProperty.cpp136 m_value_sp.reset (new OptionValueSInt64(definition.default_cstr_value ? Args::StringToSInt64 (definition.default_cstr_value) : definition.default_uint_value));
H A DOptionValueProperties.cpp468 OptionValueSInt64 *
/external/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h1 //===-- OptionValueSInt64.h --------------------------------------*- C++ -*-===//
21 class OptionValueSInt64 : public OptionValue class in namespace:lldb_private
24 OptionValueSInt64 () : function in class:lldb_private::OptionValueSInt64
33 OptionValueSInt64 (int64_t value) : function in class:lldb_private::OptionValueSInt64
42 OptionValueSInt64 (int64_t current_value, function in class:lldb_private::OptionValueSInt64
52 OptionValueSInt64 (const OptionValueSInt64 &rhs) : function in class:lldb_private::OptionValueSInt64
62 ~OptionValueSInt64()
H A DOptionValue.h276 OptionValueSInt64 *
279 const OptionValueSInt64 *
H A DOptionValueProperties.h197 OptionValueSInt64 *
/external/lldb/include/lldb/
H A Dlldb-forward.h139 class OptionValueSInt64;
314 typedef std::shared_ptr<lldb_private::OptionValueSInt64> OptionValueSInt64SP;
/external/lldb/source/Core/
H A DDebugger.cpp39 #include "lldb/Interpreter/OptionValueSInt64.h"
663 OptionValueSInt64 *term_width = m_collection_sp->GetPropertyAtIndexAsOptionValueSInt64 (NULL, ePropertyTerminalWidth);

Completed in 203 milliseconds