Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeDefs.hpp54 void throwRuntimeError (const char* message, const char* expr, const char* file, int line);
90 …R(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::throwRuntimeError(DE_NULL, #X,…
100 …X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::throwRuntimeError(MSG, #X, __F…
DdeDefs.cpp32 void throwRuntimeError (const char* message, const char* expr, const char* file, int line) in throwRuntimeError() function
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp352 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1278 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()
1654 if (name.length() >= (1U<<30)) throwRuntimeError("keylength >= 2^30"); in readObject()
2214 throwRuntimeError(errs); in operator >>()
2389 throwRuntimeError("ConstIterator to Iterator should never be allowed."); in ValueIterator()
2505 throwRuntimeError( in duplicateStringValue()
2528 throwRuntimeError( in duplicateAndPrefixStringValue()
2584 void throwRuntimeError(std::string const& msg) in throwRuntimeError() function
5107 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()
Djson.h457 void throwRuntimeError(std::string const& msg);