Searched refs:IsTokenWithFormat (Results 1 – 1 of 1) sorted by relevance
/external/lldb/source/Core/ |
D | Debugger.cpp | 1397 IsTokenWithFormat(const char *var_name_begin, const char *var, std::string &format, const char *def… in IsTokenWithFormat() function 1890 … if (IsTokenWithFormat (var_name_begin, "id", token_format, "%" PRIu64, exe_ctx, sc)) in FormatPromptRecurse() 1936 … if (IsTokenWithFormat (var_name_begin, "id", token_format, "0x%4.4" PRIx64, exe_ctx, sc)) in FormatPromptRecurse() 1941 …else if (IsTokenWithFormat (var_name_begin, "protocol_id", token_format, "0x%4.4" PRIx64, exe_ctx,… in FormatPromptRecurse() 1946 … else if (IsTokenWithFormat (var_name_begin, "index", token_format, "%" PRIu64, exe_ctx, sc)) in FormatPromptRecurse() 2366 … else if (IsTokenWithFormat (var_name_begin, "number", token_format, "%" PRIu64, exe_ctx, sc)) in FormatPromptRecurse()
|