Searched refs:unique_resource (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/unique_resource/cba309e/include/ |
| H A D | unique_resource.hpp | 26 template <typename R, typename D> class unique_resource { class 30 unique_resource &operator=(unique_resource const &) = delete; 31 unique_resource(unique_resource const &) = delete; // no copies! 34 explicit unique_resource(R &&resource_, D &&deleter_, in unique_resource() function in std_experimental::unique_resource 40 unique_resource(unique_resource &&other) noexcept in unique_resource() function in std_experimental::unique_resource 46 unique_resource &operator=(unique_resource &&other) in operator =() 56 ~unique_resource() UNIQUE_RESOURCE_NOEXCEPT_NOEXCEPT_THIS_RESET { in ~unique_resource() 88 unique_resource<R, typename std::remove_reference<D>::type> 90 return unique_resource<R, typename std::remove_reference<D>::type>( in make_unique_resource() 95 unique_resource<R, D> make_unique_resource_checked(R r, R invalid, in make_unique_resource_checked() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | object.hpp | 51 using UniqueProgram = std_experimental::unique_resource<ProgramID, detail::ProgramDeleter>; 52 using UniqueShader = std_experimental::unique_resource<ShaderID, detail::ShaderDeleter>; 53 using UniqueBuffer = std_experimental::unique_resource<BufferID, detail::BufferDeleter>; 54 using UniqueTexture = std_experimental::unique_resource<TextureID, detail::TextureDeleter>; 55 using UniqueVertexArray = std_experimental::unique_resource<VertexArrayID, detail::VertexArrayDelet… 56 using UniqueFramebuffer = std_experimental::unique_resource<FramebufferID, detail::FramebufferDelet… 57 using UniqueRenderbuffer = std_experimental::unique_resource<RenderbufferID, detail::RenderbufferDe…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.15.2 | 43 shelf-pack-cpp, supercluster.hpp, tao_tuple, unique_resource, variant,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/ |
| H A D | mapbox-gl-native.pro | 435 deps/unique_resource/cba309e \ 436 deps/unique_resource/cba309e/include \
|