Home
last modified time | relevance | path

Searched refs:WrappedObject (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h98 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 Dvk_utils.h317 static GarbageObject Get(WrappedObject<DerivedT, HandleT> *object) in Get()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_common.h258 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 Dmtl_command_buffer.h47 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 Dmtl_resources.h108 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 Dbase_object.cc140 Local<Object> BaseObject::WrappedObject() const { in WrappedObject() function in node::BaseObject
H A Dbase_object.h184 v8::Local<v8::Object> WrappedObject() const override;
H A Dmemory_tracker.h92 * v8::Local<v8::Object> WrappedObject() const override {
131 virtual v8::Local<v8::Object> WrappedObject() const { in WrappedObject() function in node::MemoryRetainer
H A Dmemory_tracker-inl.h30 v8::Local<v8::Object> obj = retainer_->WrappedObject(); in MemoryRetainerNode()
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js35 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