/third_party/json/tests/src/ |
D | unit-allocator.cpp | 97 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/ |
D | zone-allocator.h | 25 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/ |
D | vmw_surface.c | 106 boolean *rebind) in vmw_svga_winsys_surface_map() 231 boolean *rebind) in vmw_svga_winsys_surface_unmap()
|
D | vmw_surface.h | 67 boolean rebind; /* Surface needs a rebind after next unmap */ member
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | PoolAlloc.h | 52 struct rebind struct 54 typedef pool_allocator<Other> other;
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | StackContainer.h | 69 struct rebind { struct 70 typedef StackAllocator<U, stack_capacity> other;
|
/third_party/protobuf/src/google/protobuf/ |
D | map.h | 160 struct rebind { struct 161 using other = MapAllocator<X>;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | hash_policy_testing.h | 131 struct rebind { struct 132 using other = Alloc<U>;
|
D | raw_hash_set_allocator_test.cc | 57 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/ |
D | IceMemory.h | 87 template <class U> struct rebind { typedef sz_allocator<U, Traits> other; }; struct
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.h | 258 struct rebind { struct 259 typedef pool_allocator<Other> other;
|
/third_party/glslang/glslang/Include/ |
D | PoolAlloc.h | 274 struct rebind { struct 275 typedef pool_allocator<Other> other;
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_buffer.h | 296 boolean rebind; in svga_buffer_hw_storage_map() local 332 boolean rebind; in svga_buffer_hw_storage_unmap() local
|
D | svga_image_view.c | 269 bool rebind) in svga_validate_image_view_resources()
|
D | svga_shader_buffer.c | 316 bool rebind) in svga_validate_shader_buffer_resources()
|
D | svga_draw.c | 538 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
|
D | svga_resource_texture.c | 388 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/ |
D | memory.h | 341 struct rebind { struct 342 typedef StlAllocator<U> other;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_cat_test.cc | 228 struct rebind { struct 229 typedef Mallocator<U> other;
|
D | string_view_test.cc | 61 struct rebind { struct 62 typedef Mallocator<U> other;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.h | 699 struct rebind { struct 700 using other = ThrowingAllocator<U, Spec>;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
D | memory_test.cc | 299 using rebind = SmartPointer<U>; typedef 497 struct rebind { struct 498 using other = Rebound<T>;
|
/third_party/lwip/src/core/ |
D | udp.c | 981 u8_t rebind; local
|
/third_party/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 181 void GLTextureHelper::rebind(GrDirectContext* dContext) { in rebind() function in GrAHardwareBufferUtils::GLTextureHelper
|
/third_party/mesa3d/include/CL/ |
D | cl2.hpp | 3558 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;
|