Searched defs:RuntimeError (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/wasm/
H A Dwasm-result.cc83 void ErrorThrower::RuntimeError(const char* format, ...) { function in class:v8::internal::wasm::ErrorThrower
/external/protobuf/conformance/third_party/jsoncpp/
H A Djson.h440 class JSON_API RuntimeError : public Exception { class in namespace:Json
442 RuntimeError(std::string const& msg);
H A Djsoncpp.cpp2578 RuntimeError::RuntimeError(std::string const& msg) function in class:Json::RuntimeError
2586 throw RuntimeError(msg);
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DConformance.cs191 new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.ConformanceResponse), global::Conformance.ConformanceResponse.Parser, new[]{ "ParseError", "SerializeError", "RuntimeError", "ProtobufPayload", "JsonPayload", "Skipped" }, new[]{ "Result" }, null, null),
442 case ResultOneofCase.RuntimeError:
443 RuntimeError = other.RuntimeError;
501 public string RuntimeError { property in class:Conformance.ConformanceResponse
502 get { return resultCase_ == ResultOneofCase.RuntimeError ? (string) result_ : ""; }
505 resultCase_ = ResultOneofCase.RuntimeError;
557 RuntimeError = 2, enumerator in enum:Conformance.ConformanceResponse.ResultOneofCase
585 if (RuntimeError != other.RuntimeError) retur
[all...]

Completed in 355 milliseconds