Searched defs:GetOptions (Results 1 - 25 of 45) sorted by relevance

12

/external/lldb/source/Commands/
H A DCommandObjectHelp.h102 GetOptions () function in class:lldb_private::CommandObjectHelp
H A DCommandObjectDisassemble.h94 GetOptions () function in class:lldb_private::CommandObjectDisassemble
H A DCommandObjectArgs.cpp96 CommandObjectArgs::GetOptions () function in class:CommandObjectArgs
H A DCommandObjectExpression.cpp222 CommandObjectExpression::GetOptions () function in class:CommandObjectExpression
H A DCommandObjectLog.cpp89 GetOptions () function in class:CommandObjectLogEnable
H A DCommandObjectMultiword.cpp444 CommandObjectProxy::GetOptions () function in class:CommandObjectProxy
448 return proxy_command->GetOptions ();
H A DCommandObjectRegister.cpp82 GetOptions () function in class:CommandObjectRegisterRead
H A DCommandObjectBreakpointCommand.cpp205 GetOptions () function in class:CommandObjectBreakpointCommandAdd
560 bp_options = bp->GetOptions();
849 bp_options = bp->GetOptions();
H A DCommandObjectFrame.cpp183 GetOptions () function in class:CommandObjectFrameSelect
344 GetOptions () function in class:CommandObjectFrameVariable
H A DCommandObjectSettings.cpp94 GetOptions () function in class:CommandObjectSettingsSet
H A DCommandObjectWatchpointCommand.cpp183 GetOptions () function in class:CommandObjectWatchpointCommandAdd
533 WatchpointOptions *wp_options = wp->GetOptions();
791 const WatchpointOptions *wp_options = wp->GetOptions();
/external/lldb/include/lldb/Interpreter/
H A DOptionValueString.h159 GetOptions () function in class:lldb_private::OptionValueString
165 GetOptions () const function in class:lldb_private::OptionValueString
/external/lldb/source/API/
H A DSBTypeFilter.cpp47 SBTypeFilter::GetOptions() function in class:SBTypeFilter
50 return m_opaque_sp->GetOptions();
152 return GetOptions() == rhs.GetOptions();
189 TypeFilterImplSP new_sp(new TypeFilterImpl(GetOptions()));
H A DSBTypeFormat.cpp56 SBTypeFormat::GetOptions() function in class:SBTypeFormat
59 return m_opaque_sp->GetOptions();
115 return GetOptions() == rhs.GetOptions();
153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions())));
H A DSBTypeSynthetic.cpp102 SBTypeSynthetic::GetOptions () function in class:SBTypeSynthetic
106 return m_opaque_sp->GetOptions();
163 return GetOptions() == rhs.GetOptions();
200 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren(m_opaque_sp->GetOptions(),
H A DSBTypeSummary.cpp134 SBTypeSummary::GetOptions () function in class:SBTypeSummary
138 return m_opaque_sp->GetOptions();
241 return GetOptions() == rhs.GetOptions();
284 new_sp = TypeSummaryImplSP(new CXXFunctionSummaryFormat(GetOptions(),
291 new_sp = TypeSummaryImplSP(new ScriptSummaryFormat(GetOptions(),
297 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(),
317 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), ""));
325 new_sp = TypeSummaryImplSP(new ScriptSummaryFormat(GetOptions(), "", ""));
327 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), ""));
[all...]
/external/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h125 GetOptions () { return &m_options; } function in class:lldb_private::Watchpoint
/external/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h190 GetOptions () function in class:lldb_private::TypeFormatImpl
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.h168 virtual int GetOptions() const { return 0; } function in class:cricket::SctpDataMediaChannel
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py65 is not necessary to read this -- just call GetOptions() which will
94 def GetOptions(self): member in class:DescriptorBase
/external/chromium_org/v8/tools/
H A Dpresubmit.py432 def GetOptions(): function
441 parser = GetOptions()
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py61 is not necessary to read this -- just call GetOptions() which will
78 def GetOptions(self): member in class:DescriptorBase
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_internals_ui.cc407 "GetOptions",
408 base::Bind(&ServiceWorkerInternalsUI::GetOptions,
456 void ServiceWorkerInternalsUI::GetOptions(const ListValue* args) { function in class:content::ServiceWorkerInternalsUI
/external/chromium_org/sandbox/win/src/
H A Dpolicy_engine_opcodes.h192 uint32 GetOptions() const { function in class:sandbox::PolicyOpcode
/external/lldb/source/Core/
H A DLog.cpp56 Log::GetOptions() function in class:Log
62 Log::GetOptions() const function in class:Log
175 if (GetOptions().Test(LLDB_LOG_OPTION_DEBUG))
192 if (GetOptions().AllSet (LLDB_LOG_OPTION_DEBUG | LLDB_LOG_OPTION_VERBOSE))

Completed in 3233 milliseconds

12