Home
last modified time | relevance | path

Searched refs:GetOptions (Results 1 – 25 of 89) sorted by relevance

1234

/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py125 self.assertEqual(self.my_enum.GetOptions(),
127 self.assertEqual(self.my_enum.values[0].GetOptions(),
129 self.assertEqual(self.my_message.GetOptions(),
131 self.assertEqual(self.my_message.fields[0].GetOptions(),
133 self.assertEqual(self.my_method.GetOptions(),
135 self.assertEqual(self.my_service.GetOptions(),
150 file_options = file_descriptor.GetOptions()
153 message_options = message_descriptor.GetOptions()
156 field_options = field_descriptor.GetOptions()
161 enum_options = enum_descriptor.GetOptions()
[all …]
/external/lldb/source/API/
DSBTypeSummary.cpp134 SBTypeSummary::GetOptions () in GetOptions() function in SBTypeSummary
138 return m_opaque_sp->GetOptions(); in GetOptions()
241 return GetOptions() == rhs.GetOptions(); in IsEqualTo()
284 new_sp = TypeSummaryImplSP(new CXXFunctionSummaryFormat(GetOptions(), in CopyOnWrite_Impl()
291 new_sp = TypeSummaryImplSP(new ScriptSummaryFormat(GetOptions(), in CopyOnWrite_Impl()
297 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), in CopyOnWrite_Impl()
317 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), "")); in ChangeSummaryType()
325 new_sp = TypeSummaryImplSP(new ScriptSummaryFormat(GetOptions(), "", "")); in ChangeSummaryType()
327 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), "")); in ChangeSummaryType()
DSBTypeFormat.cpp56 SBTypeFormat::GetOptions() in GetOptions() function in SBTypeFormat
59 return m_opaque_sp->GetOptions(); in GetOptions()
115 return GetOptions() == rhs.GetOptions(); in IsEqualTo()
153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions()))); in CopyOnWrite_Impl()
DSBTypeFilter.cpp47 SBTypeFilter::GetOptions() in GetOptions() function in SBTypeFilter
50 return m_opaque_sp->GetOptions(); in GetOptions()
152 return GetOptions() == rhs.GetOptions(); in IsEqualTo()
189 TypeFilterImplSP new_sp(new TypeFilterImpl(GetOptions())); in CopyOnWrite_Impl()
DSBTypeSynthetic.cpp102 SBTypeSynthetic::GetOptions () in GetOptions() function in SBTypeSynthetic
106 return m_opaque_sp->GetOptions(); in GetOptions()
163 return GetOptions() == rhs.GetOptions(); in IsEqualTo()
200 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren(m_opaque_sp->GetOptions(), in CopyOnWrite_Impl()
DSBBreakpoint.cpp393 m_opaque_sp->GetOptions()->GetThreadSpec()->SetIndex (index); in SetThreadIndex()
404 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate(); in GetThreadIndex()
426 m_opaque_sp->GetOptions()->GetThreadSpec()->SetName (thread_name); in SetThreadName()
437 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate(); in GetThreadName()
457 m_opaque_sp->GetOptions()->GetThreadSpec()->SetQueueName (queue_name); in SetQueueName()
468 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate(); in GetQueueName()
/external/lldb/scripts/Python/interface/
DSBTypeFilter.i50 GetOptions();
65 __swig_getmethods__["options"] = GetOptions
67 if _newclass: options = property(GetOptions, SetOptions)
DSBTypeFormat.i38 GetOptions();
61 __swig_getmethods__["options"] = GetOptions
63 if _newclass: options = property(GetOptions, SetOptions)
DSBTypeSynthetic.i51 GetOptions ();
67 __swig_getmethods__["options"] = GetOptions
69 if _newclass: options = property(GetOptions, SetOptions)
DSBTypeSummary.i63 GetOptions ();
79 __swig_getmethods__["options"] = GetOptions
81 if _newclass: options = property(GetOptions, SetOptions)
/external/lldb/source/Interpreter/
DCommandObject.cpp92 if (GetOptions() != NULL) in GetSyntax()
97 if (WantsRawCommandString() && GetOptions() && GetOptions()->NumCommandOptions()) in GetSyntax()
144 CommandObject::GetOptions () in GetOptions() function in CommandObject
159 Options *options = GetOptions(); in ParseOptions()
398 Options *cur_options = GetOptions(); in HandleCompletion()
463 && GetOptions() != NULL) in HelpTextContainsWord()
466 GetOptions()->GenerateOptionUsage (usage_help, this); in HelpTextContainsWord()
910 if (GetOptions() != NULL) in GenerateHelpText()
921 GetOptions()->GenerateOptionUsage (output_strm, this); in GenerateHelpText()
935 && GetOptions() in GenerateHelpText()
[all …]
/external/lldb/source/Core/
DLog.cpp56 Log::GetOptions() in GetOptions() function in Log
62 Log::GetOptions() const in GetOptions() function in Log
175 if (GetOptions().Test(LLDB_LOG_OPTION_DEBUG)) in Debug()
192 if (GetOptions().AllSet (LLDB_LOG_OPTION_DEBUG | LLDB_LOG_OPTION_VERBOSE)) in DebugVerbose()
/external/lldb/include/lldb/Interpreter/
DOptionValueString.h159 GetOptions () in GetOptions() function
165 GetOptions () const in GetOptions() function
/external/lldb/include/lldb/Core/
DLog.h163 GetOptions();
166 GetOptions() const;
/external/lldb/source/Commands/
DCommandObjectBreakpoint.cpp81 GetOptions () in GetOptions() function in CommandObjectBreakpointSet
518 bp->GetOptions()->GetThreadSpec()->SetIndex(m_options.m_thread_index); in DoExecute()
521 bp->GetOptions()->GetThreadSpec()->SetName(m_options.m_thread_name.c_str()); in DoExecute()
524 bp->GetOptions()->GetThreadSpec()->SetQueueName(m_options.m_queue_name.c_str()); in DoExecute()
527 bp->GetOptions()->SetIgnoreCount(m_options.m_ignore_count); in DoExecute()
530 bp->GetOptions()->SetCondition(m_options.m_condition.c_str()); in DoExecute()
718 GetOptions () in GetOptions() function in CommandObjectBreakpointModify
1259 GetOptions () in GetOptions() function in CommandObjectBreakpointList
1446 GetOptions () in GetOptions() function in CommandObjectBreakpointClear
DCommandObjectArgs.h57 GetOptions ();
DCommandObjectHelp.h102 GetOptions () in GetOptions() function
DCommandObjectDisassemble.h94 GetOptions () in GetOptions() function
DCommandObjectExpression.h69 GetOptions ();
DCommandObjectSyntax.cpp84 if (cmd_obj->GetOptions() != NULL) in DoExecute()
/external/markdown/MarkdownTest/
DMarkdownTest.pl24 GetOptions (
/external/lldb/include/lldb/API/
DSBTypeFormat.h37 GetOptions();
DSBTypeFilter.h48 GetOptions();
DSBTypeSynthetic.h56 GetOptions ();
DSBTypeSummary.h66 GetOptions ();

1234