Home
last modified time | relevance | path

Searched refs:ErrorType (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dtype.hpp52 struct ErrorType { struct
53 constexpr ErrorType() {}; in ErrorType() argument
55 bool operator==(const ErrorType&) const { return true; } in operator ==() argument
78 constexpr ErrorType Error;
92 ErrorType>;
H A Dexpression.hpp93 EvaluationResult(const type::ErrorType&) { in EvaluationResult() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcheck_subtype.cpp14 if (t.is<ErrorType>()) return {}; in checkSubtype()
H A Dvalue.cpp260 template <> type::Type valueTypeToExpressionType<type::ErrorType>() { return type::Error; } in valueTypeToExpressionType()
H A Dcompound_expression.cpp520 define("error", [](const std::string& input) -> Result<type::ErrorType> { in initializeDefinitions()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkfd_ioctl.h263 __u32 ErrorType; /* 0 = no RAS error, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c1032 memory_exception_data.ErrorType = KFD_MEM_ERR_SRAM_ECC; in kfd_signal_reset_event()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp203 [&] (const type::ErrorType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument