Searched refs:OptionValueRegex (Results 1 – 9 of 9) sorted by relevance
/external/lldb/source/Interpreter/ |
D | OptionValueRegex.cpp | 22 OptionValueRegex::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() 44 OptionValueRegex::SetValueFromCString (const char *value_cstr, in SetValueFromCString() 83 OptionValueRegex::DeepCopy () const in DeepCopy() 85 return OptionValueSP(new OptionValueRegex(m_regex.GetText(), m_regex.GetCompileFlags())); in DeepCopy()
|
D | OptionValue.cpp | 242 OptionValueRegex * 246 return static_cast<OptionValueRegex *>(this); in GetAsRegex() 250 const OptionValueRegex * 254 return static_cast<const OptionValueRegex *>(this); in GetAsRegex() 422 const OptionValueRegex *option_value = GetAsRegex (); in GetRegexValue()
|
D | CMakeLists.txt | 33 OptionValueRegex.cpp
|
D | Android.mk | 45 OptionValueRegex.cpp \
|
D | Property.cpp | 128 …m_value_sp.reset (new OptionValueRegex(definition.default_cstr_value, definition.default_uint_valu… in Property()
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueRegex.h | 24 class OptionValueRegex : public OptionValue 27 OptionValueRegex (const char *value = NULL, uint32_t regex_flags = 0) : 34 ~OptionValueRegex() in ~OptionValueRegex()
|
D | OptionValue.h | 270 OptionValueRegex * 273 const OptionValueRegex *
|
/external/lldb/include/lldb/ |
D | lldb-forward.h | 138 class OptionValueRegex; variable 313 typedef std::shared_ptr<lldb_private::OptionValueRegex> OptionValueRegexSP;
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 102 …B15E1DB8600CBFFC2 /* OptionValueRegex.h in Headers */ = {isa = PBXBuildFile; fileRef = 26491E3A15E… 103 …15E1DB9F00CBFFC2 /* OptionValueRegex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26491E3D15… 945 …OptionValueRegex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.… 946 …OptionValueRegex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod… 2994 26491E3A15E1DB8600CBFFC2 /* OptionValueRegex.h */, 2995 26491E3D15E1DB9F00CBFFC2 /* OptionValueRegex.cpp */, 3556 26491E3B15E1DB8600CBFFC2 /* OptionValueRegex.h in Headers */, 4289 26491E3E15E1DB9F00CBFFC2 /* OptionValueRegex.cpp in Sources */,
|