Home
last modified time | relevance | path

Searched refs:exception_ptr (Results 1 – 25 of 72) sorted by relevance

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dexception_ptr.h55 class exception_ptr; variable
58 using __exception_ptr::exception_ptr;
64 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
67 exception_ptr make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
80 class exception_ptr
84 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
91 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
92 friend void std::rethrow_exception(exception_ptr);
94 friend exception_ptr std::make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
[all …]
H A Dnested_exception.h54 exception_ptr _M_ptr;
74 exception_ptr
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dexception_ptr.h55 class exception_ptr; variable
58 using __exception_ptr::exception_ptr;
64 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
67 exception_ptr make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
80 class exception_ptr
84 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
91 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
92 friend void std::rethrow_exception(exception_ptr);
94 friend exception_ptr std::make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
[all …]
H A Dnested_exception.h54 exception_ptr _M_ptr;
74 exception_ptr
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Ddefault_file_source.hpp58 void listOfflineRegions(std::function<void (std::exception_ptr,
74 std::function<void (std::exception_ptr,
82 std::function<void (std::exception_ptr,
100 void getOfflineRegionStatus(OfflineRegion&, std::function<void (std::exception_ptr,
118 void deleteOfflineRegion(OfflineRegion&&, std::function<void (std::exception_ptr)>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp48 …void listRegions(std::function<void (std::exception_ptr, optional<std::vector<OfflineRegion>>)> ca… in listRegions() argument
58 std::function<void (std::exception_ptr, optional<OfflineRegion>)> callback) { in createRegion() argument
68 … std::function<void (std::exception_ptr, optional<OfflineRegionMetadata>)> callback) { in updateMetadata() argument
76 …void getRegionStatus(int64_t regionID, std::function<void (std::exception_ptr, optional<OfflineReg… in getRegionStatus() argument
84 void deleteRegion(OfflineRegion&& region, std::function<void (std::exception_ptr)> callback) { in deleteRegion()
259 void DefaultFileSource::listOfflineRegions(std::function<void (std::exception_ptr, optional<std::ve… in listOfflineRegions() argument
265 … std::function<void (std::exception_ptr, optional<OfflineRegion>)> callback) { in createOfflineRegion() argument
271 … std::function<void (std::exception_ptr, optional<OfflineRegionMetadata>)> callback) { in updateOfflineMetadata() argument
275 …e::deleteOfflineRegion(OfflineRegion&& region, std::function<void (std::exception_ptr)> callback) { in deleteOfflineRegion()
287 …etOfflineRegionStatus(OfflineRegion& region, std::function<void (std::exception_ptr, optional<Offl… in getOfflineRegionStatus() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.hpp54 std::exception_ptr getLastError() const { in getLastError()
123 void onSpriteError(std::exception_ptr) override;
128 void onSourceError(Source&, std::exception_ptr) override;
140 std::exception_ptr lastError;
H A Dobserver.hpp15 virtual void onStyleError(std::exception_ptr) {} in onStyleError() argument
16 virtual void onResourceError(std::exception_ptr) {} in onResourceError() argument
/OK3568_Linux_fs/buildroot/package/opentracing-cpp/
H A DConfig.in7 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
17 comment "opentracing-cpp needs exception_ptr"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Draster_tile.hpp27 void setError(std::exception_ptr);
37 void onError(std::exception_ptr, uint64_t correlationID);
H A Draster_dem_tile.hpp71 void setError(std::exception_ptr);
88 void onError(std::exception_ptr, uint64_t correlationID);
H A Draster_tile.cpp27 void RasterTile::setError(std::exception_ptr err) { in setError()
53 void RasterTile::onError(std::exception_ptr err, const uint64_t resultCorrelationID) { in onError()
H A Draster_dem_tile.cpp38 void RasterDEMTile::setError(std::exception_ptr err) { in setError()
64 void RasterDEMTile::onError(std::exception_ptr err, const uint64_t resultCorrelationID) { in onError()
H A Dgeometry_tile.hpp33 void setError(std::exception_ptr);
85 void onError(std::exception_ptr, uint64_t correlationID);
H A Dtile_observer.hpp14 virtual void onTileError(Tile&, std::exception_ptr) {} in onTileError() argument
/OK3568_Linux_fs/buildroot/package/libtorrent-rasterbar/
H A DConfig.in7 comment "libtorrent-rasterbar needs exception_ptr"
18 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
/OK3568_Linux_fs/buildroot/package/azmq/
H A DConfig.in9 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
29 comment "azmq needs exception_ptr"
/OK3568_Linux_fs/buildroot/package/libcpprestsdk/
H A DConfig.in7 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
32 comment "libcpprestsdk needs exception_ptr"
/OK3568_Linux_fs/buildroot/package/i2pd/
H A DConfig.in10 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
36 comment "i2pd needs exception_ptr"
/OK3568_Linux_fs/buildroot/package/domoticz/
H A DConfig.in12 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
44 comment "domoticz needs exception_ptr"
/OK3568_Linux_fs/buildroot/package/zmqpp/
H A DConfig.in7 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
21 comment "zmqpp needs exception_ptr"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.hpp76 void onGlyphsError(const FontStack&, const GlyphRange&, std::exception_ptr) override;
80 void onTileError(RenderSource&, const OverscaledTileID&, std::exception_ptr) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager_observer.hpp16 virtual void onGlyphsError(const FontStack&, const GlyphRange&, std::exception_ptr) {} in onGlyphsError() argument

123