Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp475 void throwLogicError( std::string const& message, SourceLineInfo const& locationInfo );
8635 void throwLogicError( std::string const& message, SourceLineInfo const& locationInfo ) { in throwLogicError() argument
8637 oss << locationInfo << ": Internal Catch error: '" << message << '\''; in throwLogicError()