HomeSort by relevance Sort by last modified time
    Searched defs:GetOptions (Results 1 - 25 of 48) sorted by null

1 2

  /external/lldb/source/API/
SBTypeFormat.cpp 56 SBTypeFormat::GetOptions()
59 return m_opaque_sp->GetOptions();
115 return GetOptions() == rhs.GetOptions();
153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions())));
SBTypeFilter.cpp 47 SBTypeFilter::GetOptions()
50 return m_opaque_sp->GetOptions();
152 return GetOptions() == rhs.GetOptions();
189 TypeFilterImplSP new_sp(new TypeFilterImpl(GetOptions()));
SBTypeSynthetic.cpp 102 SBTypeSynthetic::GetOptions ()
106 return m_opaque_sp->GetOptions();
163 return GetOptions() == rhs.GetOptions();
200 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren(m_opaque_sp->GetOptions(),
SBTypeSummary.cpp 134 SBTypeSummary::GetOptions ()
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/source/Commands/
CommandObjectHelp.h 102 GetOptions ()
CommandObjectDisassemble.h 94 GetOptions ()
CommandObjectArgs.cpp 96 CommandObjectArgs::GetOptions ()
CommandObjectExpression.cpp 222 CommandObjectExpression::GetOptions ()
CommandObjectLog.cpp 89 GetOptions ()
CommandObjectMultiword.cpp 444 CommandObjectProxy::GetOptions ()
448 return proxy_command->GetOptions ();
CommandObjectBreakpointCommand.cpp 205 GetOptions ()
560 bp_options = bp->GetOptions();
    [all...]
CommandObjectFrame.cpp 183 GetOptions ()
344 GetOptions ()
CommandObjectRegister.cpp 82 GetOptions ()
CommandObjectSettings.cpp 94 GetOptions ()
    [all...]
CommandObjectWatchpointCommand.cpp 183 GetOptions ()
533 WatchpointOptions *wp_options = wp->GetOptions();
791 const WatchpointOptions *wp_options = wp->GetOptions();
    [all...]
  /external/lldb/include/lldb/Interpreter/
OptionValueString.h 159 GetOptions ()
165 GetOptions () const
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
hybridvideoengine.cc 68 bool HybridVideoMediaChannel::GetOptions(VideoOptions *options) const {
70 return active_channel_->GetOptions(options);
73 return channel1_->GetOptions(options);
76 return channel2_->GetOptions(options);
  /external/lldb/include/lldb/Breakpoint/
Watchpoint.h 125 GetOptions () { return &m_options; }
  /external/lldb/include/lldb/DataFormatters/
TypeFormat.h 190 GetOptions ()
  /external/chromium_org/content/browser/service_worker/
service_worker_internals_ui.cc 407 "GetOptions",
408 base::Bind(&ServiceWorkerInternalsUI::GetOptions,
456 void ServiceWorkerInternalsUI::GetOptions(const ListValue* args) {
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.h 168 virtual int GetOptions() const { return 0; }
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 65 is not necessary to read this -- just call GetOptions() which will
94 def GetOptions(self):
  /external/chromium_org/v8/tools/
presubmit.py 426 def GetOptions():
435 parser = GetOptions()
  /external/lldb/source/Core/
Log.cpp 56 Log::GetOptions()
62 Log::GetOptions() const
175 if (GetOptions().Test(LLDB_LOG_OPTION_DEBUG))
192 if (GetOptions().AllSet (LLDB_LOG_OPTION_DEBUG | LLDB_LOG_OPTION_VERBOSE))
  /external/protobuf/python/google/protobuf/
descriptor.py 61 is not necessary to read this -- just call GetOptions() which will
78 def GetOptions(self):

Completed in 1172 milliseconds

1 2