Searched refs:terminator_or_end (Results 1 – 1 of 1) sorted by relevance
794 const char *terminator_or_end = std::find(start, end, '\0'); in GetCStr() local798 if (terminator_or_end == end) in GetCStr()803 *offset_ptr += (terminator_or_end - start + 1UL); in GetCStr()