Searched defs:AllocatedBuffer (Results 1 – 3 of 3) sorted by relevance
32 struct AllocatedBuffer { struct58 AllocatedBuffer& operator=(AllocatedBuffer&& other) = default; argument60 AllocatedBuffer& operator=(const AllocatedBuffer& other) = delete; argument64 std::unique_ptr<v8::BackingStore> backing_store_;66 friend class Environment;
43 AllocatedBuffer::AllocatedBuffer( in AllocatedBuffer() function47 AllocatedBuffer::AllocatedBuffer( in AllocatedBuffer() function
42 abstract class AllocatedBuffer { class