Home
last modified time | relevance | path

Searched defs:rebind (Results 1 – 25 of 33) sorted by relevance

12

/third_party/json/tests/src/
Dunit-allocator.cpp97 struct rebind struct
99 using other = my_allocator<U>;
223 struct rebind struct
225 using other = allocator_no_forward<U>;
/third_party/node/deps/v8/src/zone/
Dzone-allocator.h25 struct rebind { struct
26 using other = ZoneAllocator<O>;
97 struct rebind { struct
98 using other = RecyclingZoneAllocator<O>;
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_surface.c106 boolean *rebind) in vmw_svga_winsys_surface_map()
231 boolean *rebind) in vmw_svga_winsys_surface_unmap()
Dvmw_surface.h67 boolean rebind; /* Surface needs a rebind after next unmap */ member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DPoolAlloc.h52 struct rebind struct
54 typedef pool_allocator<Other> other;
/third_party/skia/third_party/externals/dawn/src/common/
DStackContainer.h69 struct rebind { struct
70 typedef StackAllocator<U, stack_capacity> other;
/third_party/protobuf/src/google/protobuf/
Dmap.h160 struct rebind { struct
161 using other = MapAllocator<X>;
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h131 struct rebind { struct
132 using other = Alloc<U>;
Draw_hash_set_allocator_test.cc57 struct rebind { struct in absl::container_internal::__anon3bb7f6210111::CheckedAlloc
58 using other = CheckedAlloc<U, Spec>;
450 struct rebind { struct in absl::container_internal::__anon3bb7f6210111::PAlloc
451 using other = PAlloc<U>;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMemory.h87 template <class U> struct rebind { typedef sz_allocator<U, Traits> other; }; struct
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h258 struct rebind { struct
259 typedef pool_allocator<Other> other;
/third_party/glslang/glslang/Include/
DPoolAlloc.h274 struct rebind { struct
275 typedef pool_allocator<Other> other;
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer.h296 boolean rebind; in svga_buffer_hw_storage_map() local
332 boolean rebind; in svga_buffer_hw_storage_unmap() local
Dsvga_image_view.c269 bool rebind) in svga_validate_image_view_resources()
Dsvga_shader_buffer.c316 bool rebind) in svga_validate_shader_buffer_resources()
Dsvga_draw.c538 bool rebind = svga->rebind.flags.images; in svga_validate_image_views() local
577 bool rebind = svga->rebind.flags.shaderbufs; in svga_validate_shader_buffers() local
Dsvga_resource_texture.c388 boolean retry, rebind; in svga_texture_transfer_map_direct() local
636 boolean rebind; in svga_texture_surface_unmap() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmemory.h341 struct rebind { struct
342 typedef StlAllocator<U> other;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_cat_test.cc228 struct rebind { struct
229 typedef Mallocator<U> other;
Dstring_view_test.cc61 struct rebind { struct
62 typedef Mallocator<U> other;
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h699 struct rebind { struct
700 using other = ThrowingAllocator<U, Spec>;
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
Dmemory_test.cc299 using rebind = SmartPointer<U>; typedef
497 struct rebind { struct
498 using other = Rebound<T>;
/third_party/lwip/src/core/
Dudp.c981 u8_t rebind; local
/third_party/skia/src/gpu/
DGrAHardwareBufferUtils.cpp181 void GLTextureHelper::rebind(GrDirectContext* dContext) { in rebind() function in GrAHardwareBufferUtils::GLTextureHelper
/third_party/mesa3d/include/CL/
Dcl2.hpp3558 struct rebind struct in cl::SVMAllocator
3560 typedef SVMAllocator<U, SVMTrait> other;
3698 struct rebind struct in cl::SVMAllocator
3700 typedef SVMAllocator<U, SVMTrait> other;

12