Searched refs:item_name (Results 1 – 17 of 17) sorted by relevance
100 size_t lldb_private::formatters::ExtractIndexFromString(const char *item_name) { in ExtractIndexFromString() argument101 if (!item_name || !*item_name) in ExtractIndexFromString()103 if (*item_name != '[') in ExtractIndexFromString()105 item_name++; in ExtractIndexFromString()107 unsigned long int idx = ::strtoul(item_name, &endptr, 0); in ExtractIndexFromString()108 if (idx == 0 && endptr == item_name) in ExtractIndexFromString()
274 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local275 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
602 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local603 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()740 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local741 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()876 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local877 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()1082 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local1083 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()1247 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local1248 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
415 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local416 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()552 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local553 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()692 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local693 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
130 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local131 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
543 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local544 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()629 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local630 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
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 *);
260 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local261 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
22 "item_name" @15 ;NONAME
25 "item_name" @15 NONAME
118 mitem_name.3 item_name.3 \
57 size_t ExtractIndexFromString(const char *item_name);