Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp170 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
278 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 DGenericOptional.cpp40 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxAtomic.cpp142 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxInitializerList.cpp114 return 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.cpp207 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxUnorderedMap.cpp253 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxList.cpp113 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxMap.cpp456 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp607 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
744 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
877 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
1078 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
1241 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.cpp548 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
635 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h57 size_t ExtractIndexFromString(const char *item_name);
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp99 size_t lldb_private::formatters::ExtractIndexFromString(const char *item_name) { in ExtractIndexFromString() function in lldb_private::formatters
H A DVectorType.cpp237 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()