Home
last modified time | relevance | path

Searched refs:ExtractIndexFromString (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp168 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
274 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DLibCxxTuple.cpp24 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibStdcppTuple.cpp104 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxInitializerList.cpp111 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DGenericOptional.cpp40 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxSpan.cpp137 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DGenericBitset.cpp32 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxVariant.cpp203 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxUnorderedMap.cpp262 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxList.cpp109 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxMap.cpp436 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp603 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
740 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
873 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
1074 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
1237 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DNSSet.cpp416 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
551 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
688 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DNSIndexPath.cpp129 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DNSArray.cpp544 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
631 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h57 size_t ExtractIndexFromString(const char *item_name);
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp100 size_t lldb_private::formatters::ExtractIndexFromString(const char *item_name) { in ExtractIndexFromString() function in lldb_private::formatters
H A DVectorType.cpp268 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()