Searched refs:isNullTerminated (Results 1 – 1 of 1) sorted by relevance
136 constexpr bool isNullTerminated() const { return *end() == '\0'; } in isNullTerminated() function273 if (mStringView.isNullTerminated()) { in get()