Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxOptional.cpp24 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
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 DLibCxxAtomic.cpp142 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxInitializerList.cpp114 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxBitset.cpp24 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxVariant.cpp177 return formatters::ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxUnorderedMap.cpp213 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxList.cpp113 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
H A DLibCxxMap.cpp457 return ExtractIndexFromString(name.GetCString()); in GetIndexOfChildWithName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp421 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
556 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
694 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DNSDictionary.cpp570 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
707 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
928 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
1095 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DNSIndexPath.cpp129 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
H A DNSArray.cpp527 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
615 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h57 size_t ExtractIndexFromString(const char *item_name);
/freebsd-13.1/contrib/llvm-project/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.cpp234 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()