Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp70 success = options_dict.GetValueForKeyAsBoolean(GetKey(OptionNames::Inlines), in CreateFromStructuredData()
77 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
84 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
H A DBreakpointOptions.cpp66 bool success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
260 success = options_dict.GetValueForKeyAsBoolean(key, enabled); in CreateFromStructuredData()
271 success = options_dict.GetValueForKeyAsBoolean(key, one_shot); in CreateFromStructuredData()
282 success = options_dict.GetValueForKeyAsBoolean(key, auto_continue); in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp49 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
H A DBreakpointResolverName.cpp119 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
H A DBreakpoint.cpp191 success = breakpoint_dict->GetValueForKeyAsBoolean( in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h389 bool GetValueForKeyAsBoolean(llvm::StringRef key, bool &result) const { in GetValueForKeyAsBoolean() function