Searched defs:isNullTerminated (Results 1 – 6 of 6) sorted by relevance
90 DE_INLINE bool isNullTerminated(const char* str, const deUint32 maxSize) in isNullTerminated() function
83 bool isNullTerminated = Str.back() == 0; in EmitInlineAsm() local
116 bool isNullTerminated = Str.back() == 0; in EmitInlineAsm() local
117 bool isNullTerminated = Str.back() == 0; in emitInlineAsm() local
661 constexpr auto isNullTerminated() const noexcept -> bool { in isNullTerminated() function in Catch::StringRef
664 constexpr auto isNullTerminated() const noexcept -> bool { in isNullTerminated() function in Catch::StringRef