Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp337 uint32_t found_index = UINT32_MAX; in GetIndexOfChildWithName() local
344 found_index = name_to_index->second; in GetIndexOfChildWithName()
357 return found_index; in GetIndexOfChildWithName()