| /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 D | exception_ptr.h | 55 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 D | nested_exception.h | 54 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 D | exception_ptr.h | 55 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 D | nested_exception.h | 54 exception_ptr _M_ptr; 74 exception_ptr
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | exception | 54 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 D | exception | 54 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 D | default_file_source.hpp | 58 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 D | default_file_source.cpp | 48 …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 D | style_impl.hpp | 54 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 D | observer.hpp | 15 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 D | Config.in | 7 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 D | raster_tile.hpp | 27 void setError(std::exception_ptr); 37 void onError(std::exception_ptr, uint64_t correlationID);
|
| H A D | raster_dem_tile.hpp | 71 void setError(std::exception_ptr); 88 void onError(std::exception_ptr, uint64_t correlationID);
|
| H A D | raster_tile.cpp | 27 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 D | raster_dem_tile.cpp | 38 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 D | geometry_tile.hpp | 33 void setError(std::exception_ptr); 85 void onError(std::exception_ptr, uint64_t correlationID);
|
| H A D | tile_observer.hpp | 14 virtual void onTileError(Tile&, std::exception_ptr) {} in onTileError() argument
|
| /OK3568_Linux_fs/buildroot/package/libtorrent-rasterbar/ |
| H A D | Config.in | 7 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 D | Config.in | 9 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr 29 comment "azmq needs exception_ptr"
|
| /OK3568_Linux_fs/buildroot/package/libcpprestsdk/ |
| H A D | Config.in | 7 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr 32 comment "libcpprestsdk needs exception_ptr"
|
| /OK3568_Linux_fs/buildroot/package/i2pd/ |
| H A D | Config.in | 10 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr 36 comment "i2pd needs exception_ptr"
|
| /OK3568_Linux_fs/buildroot/package/domoticz/ |
| H A D | Config.in | 12 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr 44 comment "domoticz needs exception_ptr"
|
| /OK3568_Linux_fs/buildroot/package/zmqpp/ |
| H A D | Config.in | 7 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 D | renderer_impl.hpp | 76 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 D | glyph_manager_observer.hpp | 16 virtual void onGlyphsError(const FontStack&, const GlyphRange&, std::exception_ptr) {} in onGlyphsError() argument
|