Home
last modified time | relevance | path

Searched refs:item_name (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DFormattersHelpers.cpp119 size_t lldb_private::formatters::ExtractIndexFromString(const char *item_name) { in ExtractIndexFromString() argument
120 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()
DVectorType.cpp233 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
234 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSSet.cpp420 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
421 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
555 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
556 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
693 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
694 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
DNSDictionary.cpp569 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
570 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
706 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
707 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
927 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
928 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
1094 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
1095 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
DNSIndexPath.cpp128 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
129 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
DNSArray.cpp526 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
527 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
614 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
615 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
/freebsd-12-stable/contrib/ncurses/menu/
Dm_item_nam.c51 item_name(const ITEM * item) in NCURSES_EXPORT()
Dmenu.h193 extern NCURSES_EXPORT(const char *) item_name (const ITEM *);
Dllib-lmenut228 #undef item_name
229 const char *item_name(
Dllib-lmenutw228 #undef item_name
229 const char *item_name(
Dllib-lmenu228 #undef item_name
229 const char *item_name(
Dllib-lmenuw228 #undef item_name
229 const char *item_name(
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
DVectorIterator.h24 ConstString item_name);
DFormattersHelpers.h57 size_t ExtractIndexFromString(const char *item_name);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxVector.cpp277 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
278 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
DLibStdcpp.cpp182 ConstString item_name) in VectorIteratorSyntheticFrontEnd() argument
184 m_item_name(item_name), m_item_sp() { in VectorIteratorSyntheticFrontEnd()
/freebsd-12-stable/contrib/ncurses/misc/
Dmenu.ref22 "item_name" @15 ;NONAME
Dmenu.def25 "item_name" @15 NONAME
/freebsd-12-stable/lib/ncurses/menu/
DMakefile119 mitem_name.3 item_name.3 \
/freebsd-12-stable/contrib/gcc/
Dsys-protos.h587 extern char * item_name(ITEM *);