Searched refs:item_name (Results 1 – 11 of 11) sorted by relevance
101 lldb_private::formatters::ExtractIndexFromString(const char *item_name) { in ExtractIndexFromString() argument102 if (!item_name || !*item_name) in ExtractIndexFromString()104 if (*item_name != '[') in ExtractIndexFromString()106 item_name++; in ExtractIndexFromString()108 unsigned long int idx = ::strtoul(item_name, &endptr, 0); in ExtractIndexFromString()109 if ((idx == 0 && endptr == item_name) || idx == ULONG_MAX) in ExtractIndexFromString()
52 item_name(const ITEM *item) in MENU_EXPORT()
229 #undef item_name230 const char *item_name(
215 extern MENU_EXPORT(const char *) item_name(const ITEM *);
22 "item_name" @15 ;NONAME
25 "item_name" @15 NONAME
118 mitem_name.3 item_name.3 \
56 std::optional<size_t> ExtractIndexFromString(const char *item_name);