Searched refs:WrappedObject (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_wrapper.h | 98 class WrappedObject : angle::NonCopyable class in rx::DescriptorSetIndex 115 WrappedObject() : mHandle(VK_NULL_HANDLE) {} in WrappedObject() function in rx::DescriptorSetIndex::WrappedObject 116 ~WrappedObject() { ASSERT(!valid()); } in ~WrappedObject() 118 WrappedObject(WrappedObject &&other) : mHandle(other.mHandle) in WrappedObject() function in rx::DescriptorSetIndex::WrappedObject 124 WrappedObject &operator=(WrappedObject &&other) in operator =() 134 class CommandPool final : public WrappedObject<CommandPool, VkCommandPool> 148 class Pipeline final : public WrappedObject<Pipeline, VkPipeline> 166 class CommandBuffer : public WrappedObject<CommandBuffe [all...] |
H A D | vk_utils.h | 317 static GarbageObject Get(WrappedObject<DerivedT, HandleT> *object) in Get()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_common.h | 258 class WrappedObject class 261 WrappedObject() = default; 262 ~WrappedObject() { release(); } in ~WrappedObject() 315 // This class is similar to WrappedObject, however, it allows changing the 318 class AutoObjCPtr : public WrappedObject<T> 321 using ParentType = WrappedObject<T>;
|
H A D | mtl_command_buffer.h | 47 class CommandQueue final : public WrappedObject<id<MTLCommandQueue>>, angle::NonCopyable 84 using ParentClass = WrappedObject<id<MTLCommandQueue>>; 101 class CommandBuffer final : public WrappedObject<id<MTLCommandBuffer>>, angle::NonCopyable 149 using ParentClass = WrappedObject<id<MTLCommandBuffer>>; 167 class CommandEncoder : public WrappedObject<id<MTLCommandEncoder>>, angle::NonCopyable 193 using ParentClass = WrappedObject<id<MTLCommandEncoder>>;
|
H A D | mtl_resources.h | 108 public WrappedObject<id<MTLTexture>>, 273 using ParentClass = WrappedObject<id<MTLTexture>>; 339 class Buffer final : public Resource, public WrappedObject<id<MTLBuffer>>
|
/third_party/node/src/ |
H A D | base_object.cc | 140 Local<Object> BaseObject::WrappedObject() const { in WrappedObject() function in node::BaseObject
|
H A D | base_object.h | 184 v8::Local<v8::Object> WrappedObject() const override;
|
H A D | memory_tracker.h | 92 * v8::Local<v8::Object> WrappedObject() const override { 131 virtual v8::Local<v8::Object> WrappedObject() const { in WrappedObject() function in node::MemoryRetainer
|
H A D | memory_tracker-inl.h | 30 v8::Local<v8::Object> obj = retainer_->WrappedObject(); in MemoryRetainerNode()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | underscoreTest1.js | 35 export interface WrappedObject<T> { 68 export interface WrappedFunction<T extends Function> extends WrappedObject<T> { 83 export interface WrappedArray<T> extends WrappedObject<Array<T>> { 166 export interface WrappedDictionary<T> extends WrappedObject<Dictionary<T>> { 395 <T>(obj: T): WrappedObject<T>;
|
Completed in 11 milliseconds