Searched refs:_sr (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/ |
D | crypt.py | 20 _sr = _SystemRandom() variable 66 s += ''.join(_sr.choice(_saltchars) for char in range(method.salt_chars))
|
/external/catch2/projects/SelfTest/IntrospectiveTests/ |
D | String.tests.cpp | 144 using Catch::operator"" _sr; 145 constexpr auto sr2 = ""_sr;
|
/external/catch2/include/internal/ |
D | catch_enum_values_registry.cpp | 51 return "{** unexpected enum value **}"_sr; in lookup()
|
D | catch_stringref.h | 95 constexpr auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef {
|
D | catch_run_context.cpp | 173 m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; in resetAssertionInfo() 335 …m_lastAssertionInfo = { "TEST_CASE"_sr, testCaseInfo.lineInfo, StringRef(), ResultDisposition::Nor… in runCurrentTest()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 673 constexpr auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef { in operator ""_sr() 10545 return "{** unexpected enum value **}"_sr; in lookup() 12613 m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; in resetAssertionInfo() 12775 …m_lastAssertionInfo = { "TEST_CASE"_sr, testCaseInfo.lineInfo, StringRef(), ResultDisposition::Nor… in runCurrentTest()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 676 constexpr auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef { in operator ""_sr() 10603 return "{** unexpected enum value **}"_sr; in lookup() 12756 m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; in resetAssertionInfo() 12918 …m_lastAssertionInfo = { "TEST_CASE"_sr, testCaseInfo.lineInfo, StringRef(), ResultDisposition::Nor… in runCurrentTest()
|