Searched refs:LogicError (Results 1 – 5 of 5) sorted by relevance
94 class JSON_API LogicError : public Exception {96 LogicError(String const& msg);
207 LogicError::LogicError(String const& msg) : Exception(msg) {} in LogicError() function in Json::LogicError212 throw LogicError(msg); in throwLogicError()
543 class JSON_API LogicError : public Exception {545 LogicError(JSONCPP_STRING const& msg);
2698 LogicError::LogicError(JSONCPP_STRING const& msg) in LogicError() function in AlibabaCloud::OSS::Json::LogicError2707 throw LogicError(msg); in throwLogicError()
719 class LogicError : public Error, public std::logic_error class722 explicit LogicError( const std::string& what ) in LogicError() function in VULKAN_HPP_NAMESPACE::LogicError724 explicit LogicError( char const * what ) in LogicError() function in VULKAN_HPP_NAMESPACE::LogicError726 virtual ~LogicError() = default;38455 …throw LogicError( VULKAN_HPP_NAMESPACE_STRING "::CommandBuffer::bindVertexBuffers: buffers.size() … in bindVertexBuffers()39281 …throw LogicError( VULKAN_HPP_NAMESPACE_STRING "::CommandBuffer::bindTransformFeedbackBuffersEXT: b… in bindTransformFeedbackBuffersEXT()39289 …throw LogicError( VULKAN_HPP_NAMESPACE_STRING "::CommandBuffer::bindTransformFeedbackBuffersEXT: o… in bindTransformFeedbackBuffersEXT()43593 …throw LogicError( VULKAN_HPP_NAMESPACE_STRING "::Device::registerObjectsNVX: pObjectTableEntries.s… in registerObjectsNVX()43615 …throw LogicError( VULKAN_HPP_NAMESPACE_STRING "::Device::unregisterObjectsNVX: objectEntryTypes.si… in unregisterObjectsNVX()44162 …throw LogicError( VULKAN_HPP_NAMESPACE_STRING "::Device::setHdrMetadataEXT: swapchains.size() != m… in setHdrMetadataEXT()[all …]
Completed in 194 milliseconds