Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dcrypt.py10 _sr = _SystemRandom() variable
56 s += ''.join(_sr.choice(_saltchars) for char in range(method.salt_chars))
/external/catch2/include/internal/
Dcatch_stringref.h122 inline auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef {
Dcatch_run_context.cpp173 m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; in resetAssertionInfo()
326 …m_lastAssertionInfo = { "TEST_CASE"_sr, testCaseInfo.lineInfo, StringRef(), ResultDisposition::Nor… in runCurrentTest()
/external/catch2/single_include/catch2/
Dcatch.hpp620 inline auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef { in operator ""_sr()
10402 m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; in resetAssertionInfo()
10555 …m_lastAssertionInfo = { "TEST_CASE"_sr, testCaseInfo.lineInfo, StringRef(), ResultDisposition::Nor… in runCurrentTest()