Home
last modified time | relevance | path

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

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/
H A DTProcessorEventHandler.h142 folly::StringPiece whatsp(what); in userExceptionWrapped()
144 CHECK(whatsp.removePrefix(type)) << "weird format: '" << what << "'"; in userExceptionWrapped()
145 CHECK(whatsp.removePrefix(": ")) << "weird format: '" << what << "'"; in userExceptionWrapped()
147 return userException(ctx, fn_name, type.toStdString(), whatsp.str()); in userExceptionWrapped()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/
H A DGeneratedCodeHelper.cpp266 folly::StringPiece whatsp(what); in appendExceptionToHeader() local
275 whatsp.removePrefix(typeName); in appendExceptionToHeader()
276 whatsp.removePrefix(": "); in appendExceptionToHeader()
279 auto exWhat = whatsp.str(); in appendExceptionToHeader()