Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp154 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
261 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DLibCxxTuple.cpp24 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibStdcppTuple.cpp105 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxInitializerList.cpp111 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxSpan.cpp138 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DGenericOptional.cpp40 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxValarray.cpp136 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxSliceArray.cpp157 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 DLibCxxProxyArray.cpp185 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxUnorderedMap.cpp264 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxMap.cpp388 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxList.cpp109 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp603 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
741 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
877 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
1083 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
1248 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DNSSet.cpp416 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
553 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
693 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DNSIndexPath.cpp131 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DNSArray.cpp544 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
630 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h57 size_t ExtractIndexFromString(const char *item_name);
/freebsd/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.cpp275 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()