Home
last modified time | relevance | path

Searched defs:shared_resource (Results 1 – 8 of 8) sorted by relevance

/dports/devel/hyperscan/boost_1_75_0/boost/json/detail/
H A Dshared_resource.hpp26 shared_resource struct
35 std::atomic<std::size_t> refs{ 1 };
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/json/detail/
H A Dshared_resource.hpp26 shared_resource struct
35 std::atomic<std::size_t> refs{ 1 };
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/layers/
H A Dui_resource_layer_unittest.cc100 std::unique_ptr<ScopedUIResource> shared_resource = in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/layers/
H A Dui_resource_layer_unittest.cc100 std::unique_ptr<ScopedUIResource> shared_resource = in TEST_F() local
/dports/devel/hyperscan/boost_1_75_0/boost/json/
H A Dstorage_ptr.hpp89 using shared_resource = typedef in storage_ptr
/dports/audio/carla/Carla-2.4.1/source/frontend/modgui/
H A Dwebserver.py182 def shared_resource(self, path): member in EffectResource
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/json/
H A Dstream_parser.hpp89 buffer specified upon construction. When that
/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Ddxgi_common.h401 DXGI_SHARED_RESOURCE* shared_resource, in DXGICreateSurface()