/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 125 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/ |
D | SBTypeSummary.cpp | 134 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()
|
D | SBTypeFormat.cpp | 56 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()
|
D | SBTypeFilter.cpp | 47 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()
|
D | SBTypeSynthetic.cpp | 102 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()
|
D | SBBreakpoint.cpp | 393 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/ |
D | SBTypeFilter.i | 50 GetOptions(); 65 __swig_getmethods__["options"] = GetOptions 67 if _newclass: options = property(GetOptions, SetOptions)
|
D | SBTypeFormat.i | 38 GetOptions(); 61 __swig_getmethods__["options"] = GetOptions 63 if _newclass: options = property(GetOptions, SetOptions)
|
D | SBTypeSynthetic.i | 51 GetOptions (); 67 __swig_getmethods__["options"] = GetOptions 69 if _newclass: options = property(GetOptions, SetOptions)
|
D | SBTypeSummary.i | 63 GetOptions (); 79 __swig_getmethods__["options"] = GetOptions 81 if _newclass: options = property(GetOptions, SetOptions)
|
/external/lldb/source/Interpreter/ |
D | CommandObject.cpp | 92 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/ |
D | Log.cpp | 56 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/ |
D | OptionValueString.h | 159 GetOptions () in GetOptions() function 165 GetOptions () const in GetOptions() function
|
/external/lldb/include/lldb/Core/ |
D | Log.h | 163 GetOptions(); 166 GetOptions() const;
|
/external/lldb/source/Commands/ |
D | CommandObjectBreakpoint.cpp | 81 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
|
D | CommandObjectArgs.h | 57 GetOptions ();
|
D | CommandObjectHelp.h | 102 GetOptions () in GetOptions() function
|
D | CommandObjectDisassemble.h | 94 GetOptions () in GetOptions() function
|
D | CommandObjectExpression.h | 69 GetOptions ();
|
D | CommandObjectSyntax.cpp | 84 if (cmd_obj->GetOptions() != NULL) in DoExecute()
|
/external/markdown/MarkdownTest/ |
D | MarkdownTest.pl | 24 GetOptions (
|
/external/lldb/include/lldb/API/ |
D | SBTypeFormat.h | 37 GetOptions();
|
D | SBTypeFilter.h | 48 GetOptions();
|
D | SBTypeSynthetic.h | 56 GetOptions ();
|
D | SBTypeSummary.h | 66 GetOptions ();
|