Home
last modified time | relevance | path

Searched defs:AllocatedBuffer (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dallocated_buffer.h32 struct AllocatedBuffer { struct
58 AllocatedBuffer& operator=(AllocatedBuffer&& other) = default; argument
60 AllocatedBuffer& operator=(const AllocatedBuffer& other) = delete; argument
64 std::unique_ptr<v8::BackingStore> backing_store_;
66 friend class Environment;
Dallocated_buffer-inl.h43 AllocatedBuffer::AllocatedBuffer( in AllocatedBuffer() function
47 AllocatedBuffer::AllocatedBuffer( in AllocatedBuffer() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DAllocatedBuffer.java42 abstract class AllocatedBuffer { class