Searched refs:throwRuntimeError (Results 1 – 15 of 15) sorted by relevance
/external/deqp/framework/delibs/decpp/ |
D | deDefs.hpp | 102 void throwRuntimeError (const char* message, const char* expr, const char* file, int line); 138 …R(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::throwRuntimeError(DE_NULL, #X,… 148 …X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::throwRuntimeError(MSG, #X, __F…
|
D | deDefs.cpp | 32 void throwRuntimeError (const char* message, const char* expr, const char* file, int line) in throwRuntimeError() function
|
/external/jsoncpp/src/lib_json/ |
D | json_valueiterator.inl | 146 throwRuntimeError("ConstIterator to Iterator should never be allowed.");
|
D | json_value.cpp | 123 throwRuntimeError("in Json::Value::duplicateStringValue(): " in duplicateStringValue() 144 throwRuntimeError("in Json::Value::duplicateAndPrefixStringValue(): " in duplicateAndPrefixStringValue() 208 JSONCPP_NORETURN void throwRuntimeError(String const& msg) { in throwRuntimeError() function 215 JSONCPP_NORETURN void throwRuntimeError(String const& msg) {
|
D | json_reader.cpp | 157 throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue() 1053 throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue() 1469 throwRuntimeError("keylength >= 2^30"); in readObject() 1988 throwRuntimeError(errs); in operator >>()
|
D | json_writer.cpp | 1176 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter() 1184 throwRuntimeError("precisionType must be 'significant' or 'decimal'"); in newStreamWriter()
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 352 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()
|
D | json.h | 457 void throwRuntimeError(std::string const& msg);
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 337 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue() 1296 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue() 1620 if (name.length() >= (1U<<30)) throwRuntimeError("keylength >= 2^30"); in readObject() 2183 throwRuntimeError("reader error"); in operator >>() 2469 throwRuntimeError( in duplicateStringValue() 2492 throwRuntimeError( in duplicateAndPrefixStringValue() 2565 void throwRuntimeError(std::string const& msg) in throwRuntimeError() function 5044 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 337 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue() 1296 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue() 1620 if (name.length() >= (1U<<30)) throwRuntimeError("keylength >= 2^30"); in readObject() 2183 throwRuntimeError("reader error"); in operator >>() 2469 throwRuntimeError( in duplicateStringValue() 2492 throwRuntimeError( in duplicateAndPrefixStringValue() 2565 void throwRuntimeError(std::string const& msg) in throwRuntimeError() function 5044 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 337 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue() 1296 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue() 1620 if (name.length() >= (1U<<30)) throwRuntimeError("keylength >= 2^30"); in readObject() 2183 throwRuntimeError("reader error"); in operator >>() 2469 throwRuntimeError( in duplicateStringValue() 2492 throwRuntimeError( in duplicateAndPrefixStringValue() 2565 void throwRuntimeError(std::string const& msg) in throwRuntimeError() function 5044 throwRuntimeError("commentStyle must be 'All' or 'None'"); in newStreamWriter()
|
/external/jsoncpp/include/json/ |
D | value.h | 101 JSONCPP_NORETURN void throwRuntimeError(String const& msg);
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 414 void throwRuntimeError(std::string const& msg);
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 414 void throwRuntimeError(std::string const& msg);
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 414 void throwRuntimeError(std::string const& msg);
|