Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp411 void throwLogicError( std::string const& message, SourceLineInfo const& locationInfo );
7883 void throwLogicError( std::string const& message, SourceLineInfo const& locationInfo ) { in throwLogicError() argument
7885 oss << locationInfo << ": Internal Catch error: '" << message << "'"; in throwLogicError()