Searched refs:item_name (Results 1 – 20 of 20) sorted by relevance
119 size_t lldb_private::formatters::ExtractIndexFromString(const char *item_name) { in ExtractIndexFromString() argument120 if (!item_name || !*item_name) in ExtractIndexFromString()122 if (*item_name != '[') in ExtractIndexFromString()124 item_name++; in ExtractIndexFromString()126 unsigned long int idx = ::strtoul(item_name, &endptr, 0); in ExtractIndexFromString()127 if (idx == 0 && endptr == item_name) in ExtractIndexFromString()
233 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local234 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
420 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local421 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()555 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local556 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()693 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local694 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
569 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local570 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()706 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local707 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()927 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local928 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()1094 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local1095 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
128 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local129 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
526 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local527 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()614 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local615 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
51 item_name(const ITEM * item) in NCURSES_EXPORT()
193 extern NCURSES_EXPORT(const char *) item_name (const ITEM *);
228 #undef item_name229 const char *item_name(
24 ConstString item_name);
57 size_t ExtractIndexFromString(const char *item_name);
277 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local278 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
182 ConstString item_name) in VectorIteratorSyntheticFrontEnd() argument184 m_item_name(item_name), m_item_sp() { in VectorIteratorSyntheticFrontEnd()
22 "item_name" @15 ;NONAME
25 "item_name" @15 NONAME
119 mitem_name.3 item_name.3 \
587 extern char * item_name(ITEM *);