Home
last modified time | relevance | path

Searched defs:rawChars (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp599 constexpr StringRef( char const* rawChars, size_type size ) noexcept in StringRef()
657 constexpr auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef { in operator ""_sr()
662 constexpr auto operator "" _catch_sr( char const* rawChars, std::size_t size ) noexcept -> Catch::S… in operator ""_catch_sr()
13674 StringRef::StringRef( char const* rawChars ) noexcept in StringRef()