Home
last modified time | relevance | path

Searched refs:OptionValueRegex (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Interpreter/
DOptionValueRegex.cpp22 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()
DOptionValue.cpp242 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()
DCMakeLists.txt33 OptionValueRegex.cpp
DAndroid.mk45 OptionValueRegex.cpp \
DProperty.cpp128 …m_value_sp.reset (new OptionValueRegex(definition.default_cstr_value, definition.default_uint_valu… in Property()
/external/lldb/include/lldb/Interpreter/
DOptionValueRegex.h24 class OptionValueRegex : public OptionValue
27 OptionValueRegex (const char *value = NULL, uint32_t regex_flags = 0) :
34 ~OptionValueRegex() in ~OptionValueRegex()
DOptionValue.h270 OptionValueRegex *
273 const OptionValueRegex *
/external/lldb/include/lldb/
Dlldb-forward.h138 class OptionValueRegex; variable
313 typedef std::shared_ptr<lldb_private::OptionValueRegex> OptionValueRegexSP;
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj102 …B15E1DB8600CBFFC2 /* OptionValueRegex.h in Headers */ = {isa = PBXBuildFile; fileRef = 26491E3A15E…
103 …15E1DB9F00CBFFC2 /* OptionValueRegex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26491E3D15…
945OptionValueRegex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.…
946OptionValueRegex.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 */,