Home
last modified time | relevance | path

Searched defs:trimmed_len (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp90 const size_t trimmed_len = trimmed_value_str.size(); in SetValueFromString() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp159 const size_t trimmed_len = strnlen(cstr, cstr_len); in GetConstTrimmedCStringWithLength() local