Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DDataExtractor.cpp796 const char *terminator_or_end = std::find(start, end, '\0'); in GetCStr() local
800 if (terminator_or_end == end) in GetCStr()
805 *offset_ptr += (terminator_or_end - start + 1UL); in GetCStr()