Home
last modified time | relevance | path

Searched defs:TypedBuffer (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/base/
H A Dtyped_buffer.h24 TypedBuffer() : TypedBuffer(0) {} in TypedBuffer() function
27 explicit TypedBuffer(uint32_t length) : buffer_(nullptr), length_(length) { in TypedBuffer() function
32 TypedBuffer(TypedBuffer&& rvalue) : TypedBuffer() { Swap(rvalue); } in TypedBuffer() function
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/buffer/
H A DTypedBuffer.java36 public class TypedBuffer { class
57 protected TypedBuffer() { in TypedBuffer() method in TypedBuffer
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz_rs-1.0.1/src/
H A Dbuffer.rs359 pub enum TypedBuffer { enum
366 impl TypedBuffer { impl
374 pub unsafe fn take_from_raw(raw: *mut hb::hb_buffer_t) -> Option<TypedBuffer> { in take_from_raw()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_memory_utils.hh359 template<typename T, int64_t Size = 1> class TypedBuffer { class
/dports/x11/xterm/xterm-370/
H A Dptyx.h127 #define TypedBuffer(type) \ macro