Home
last modified time | relevance | path

Searched refs:_sr (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dcrypt.py24 _sr = _SystemRandom() variable
70 s += ''.join(_sr.choice(_saltchars) for char in range(method.salt_chars))
/third_party/libabigail/tests/lib/
H A Dcatch.hpp681 constexpr auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef {
10622 return "{** unexpected enum value **}"_sr;
12820 m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr;
12982 m_lastAssertionInfo = { "TEST_CASE"_sr, testCaseInfo.lineInfo, StringRef(), ResultDisposition::Normal };

Completed in 16 milliseconds