Searched defs:format_cstr (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp125 const char *format_cstr = reg_info_dict.GetItemForKeyAsString(format_pystr); local
126 if (format_cstr)
128 if (Args::StringToFormat(format_cstr, reg_info.format, NULL).Fail())
/external/lldb/source/DataFormatters/
H A DTypeSummary.cpp43 const char *format_cstr) :
47 if (format_cstr)
48 m_format.assign(format_cstr);
42 StringSummaryFormat(const TypeSummaryImpl::Flags& flags, const char *format_cstr) argument
H A DFormatManager.cpp126 FormatManager::GetFormatFromCString (const char *format_cstr, argument
131 if (format_cstr && format_cstr[0])
133 if (format_cstr[1] == '\0')
135 success = GetFormatFromFormatChar (format_cstr[0], format);
140 success = GetFormatFromFormatName (format_cstr, partial_match_ok, format);
/external/lldb/source/Commands/
H A DCommandObjectType.cpp1177 const char* format_cstr = (m_options.m_flags.GetShowMembersOneLiner() ? "" : m_options.m_format_string.c_str()); local
1180 if (strcmp(format_cstr, "${var%S}") == 0)
1190 format_cstr));

Completed in 105 milliseconds