Home
last modified time | relevance | path

Searched refs:GetValueForKeyAsBoolean (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverFileLine.cpp65 success = options_dict.GetValueForKeyAsBoolean(GetKey(OptionNames::Inlines), in CreateFromStructuredData()
72 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
79 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
DBreakpointOptions.cpp65 bool success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
250 success = options_dict.GetValueForKeyAsBoolean(key, enabled); in CreateFromStructuredData()
260 success = options_dict.GetValueForKeyAsBoolean(key, one_shot); in CreateFromStructuredData()
270 success = options_dict.GetValueForKeyAsBoolean(key, auto_continue); in CreateFromStructuredData()
DBreakpointResolverFileRegex.cpp44 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
DBreakpointResolverName.cpp116 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
DBreakpoint.cpp197 success = breakpoint_dict->GetValueForKeyAsBoolean( in CreateFromStructuredData()
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h390 bool GetValueForKeyAsBoolean(llvm::StringRef key, bool &result) const { in GetValueForKeyAsBoolean() function