Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp169 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
277 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.cpp113 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxAtomic.cpp142 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DGenericOptional.cpp40 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxSpan.cpp136 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DGenericBitset.cpp31 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxVariant.cpp177 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxUnorderedMap.cpp216 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxList.cpp113 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxMap.cpp455 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp608 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
745 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
878 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
1079 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
1243 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DNSSet.cpp420 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
555 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
692 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DNSIndexPath.cpp129 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DNSArray.cpp549 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
636 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h57 size_t ExtractIndexFromString(const char *item_name);
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp119 size_t lldb_private::formatters::ExtractIndexFromString(const char *item_name) { in ExtractIndexFromString() function in lldb_private::formatters
H A DVectorType.cpp233 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()