Home
last modified time | relevance | path

Searched defs:MemoryBuffer (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/go/thrift/
H A Dmemory_buffer.go24 type MemoryBuffer struct { struct
25 *bytes.Buffer
26 size int
60 func (p *MemoryBuffer) IsOpen() bool {
64 func (p *MemoryBuffer) Open() error {
68 func (p *MemoryBuffer) Close() error {
74 func (p *MemoryBuffer) Flush() error {
78 func (p *MemoryBuffer) RemainingBytes() (num_bytes uint64) {
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dlogs.h44 struct MemoryBuffer { struct
45 MemoryBuffer(const void *ptr, uint32 size) : p(ptr), s(size) { in MemoryBuffer() function
66 inline MemoryBuffer mb(const void *ptr, uint32 size) { in mb() argument
/dports/editors/ted/Ted-2.23/appUtil/
H A DutilMemoryBuffer.h10 typedef struct MemoryBuffer struct
14 } MemoryBuffer; argument
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/types/buffer/
H A Dmemorybuffer.cpp8 MemoryBuffer::MemoryBuffer(): m_data(nullptr), m_size(0) { } in MemoryBuffer() function in REDasm::Buffer::MemoryBuffer
9 MemoryBuffer::MemoryBuffer(u64 size): m_size(size) { m_data = reinterpret_cast<u8*>(std::malloc(siz… in MemoryBuffer() function in REDasm::Buffer::MemoryBuffer
11 MemoryBuffer::MemoryBuffer(u64 size, u8 val): m_size(size) in MemoryBuffer() function in REDasm::Buffer::MemoryBuffer
17 MemoryBuffer::MemoryBuffer(MemoryBuffer&& mb) noexcept in MemoryBuffer() function in REDasm::Buffer::MemoryBuffer
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/
H A Dserialization.hpp30 struct MemoryBuffer: public BinaryBuffer struct
32 MemoryBuffer(size_t position_ = 0): in MemoryBuffer() function
47 void reset() { position = 0; } in reset()
48 void skip(size_t s) { position += s; } in skip()
50 bool empty() const { return buffer.empty(); } in empty()
51 size_t size() const { return buffer.size(); } in size()
52 void reserve(size_t s) { buffer.reserve(s); } in reserve()
59 static float growth_multiplier() { return 1.5; } in growth_multiplier()
63 void read(const std::string& fn) in read()
72 size_t position;
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/
H A Dserialization.hpp28 struct MemoryBuffer: public BinaryBuffer struct
30 MemoryBuffer(size_t position_ = 0): in MemoryBuffer() function
40 void reset() { position = 0; } in reset()
41 void skip(size_t s) { position += s; } in skip()
43 bool empty() const { return buffer.empty(); } in empty()
44 size_t size() const { return buffer.size(); } in size()
45 void reserve(size_t s) { buffer.reserve(s); } in reserve()
52 static float growth_multiplier() { return 1.5; } in growth_multiplier()
56 void read(const std::string& fn) in read()
65 size_t position;
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/
H A Dserialization.hpp27 struct MemoryBuffer: public BinaryBuffer struct
29 MemoryBuffer(size_t position_ = 0): in MemoryBuffer() argument
38 void reset() { position = 0; } in reset()
39 void skip(size_t s) { position += s; } in skip()
41 bool empty() const { return buffer.empty(); } in empty()
42 size_t size() const { return buffer.size(); } in size()
43 void reserve(size_t s) { buffer.reserve(s); } in reserve()
50 static float growth_multiplier() { return 1.5; } in growth_multiplier()
54 void read(const std::string& fn) in read()
63 size_t position;
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/
H A Dserialization.hpp28 struct MemoryBuffer: public BinaryBuffer struct
30 MemoryBuffer(size_t position_ = 0): in MemoryBuffer() argument
40 void reset() { position = 0; } in reset()
41 void skip(size_t s) { position += s; } in skip()
43 bool empty() const { return buffer.empty(); } in empty()
44 size_t size() const { return buffer.size(); } in size()
45 void reserve(size_t s) { buffer.reserve(s); } in reserve()
52 static float growth_multiplier() { return 1.5; } in growth_multiplier()
56 void read(const std::string& fn) in read()
65 size_t position;
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/IO/
H A DMemoryBuffer.cpp30 MemoryBuffer::MemoryBuffer(void* data, unsigned size) : in MemoryBuffer() function in Urho3D::MemoryBuffer
39 MemoryBuffer::MemoryBuffer(const void* data, unsigned size) : in MemoryBuffer() function in Urho3D::MemoryBuffer
48 MemoryBuffer::MemoryBuffer(PODVector<unsigned char>& data) : in MemoryBuffer() function in Urho3D::MemoryBuffer
55 MemoryBuffer::MemoryBuffer(const PODVector<unsigned char>& data) : in MemoryBuffer() function in Urho3D::MemoryBuffer
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport/
H A DMemory.hs34 data MemoryBuffer = MemoryBuffer { type
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport/
H A DMemory.hs34 data MemoryBuffer = MemoryBuffer { type
/dports/devel/py-thrift/thrift-0.14.0/lib/hs/src/Thrift/Transport/
H A DMemory.hs34 data MemoryBuffer = MemoryBuffer { constructor
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/hs/src/Thrift/Transport/
H A DMemory.hs34 data MemoryBuffer = MemoryBuffer { type
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/hs/src/Thrift/Transport/
H A DMemory.hs34 data MemoryBuffer = MemoryBuffer { constructor
/dports/devel/thrift-cpp/thrift-0.14.0/lib/hs/src/Thrift/Transport/
H A DMemory.hs34 data MemoryBuffer = MemoryBuffer { constructor
/dports/devel/thrift/thrift-0.14.0/lib/hs/src/Thrift/Transport/
H A DMemory.hs34 data MemoryBuffer = MemoryBuffer { type
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport/
H A DMemory.hs34 data MemoryBuffer = MemoryBuffer { type
/dports/devel/node-thrift/thrift-0.14.0/lib/hs/src/Thrift/Transport/
H A DMemory.hs34 data MemoryBuffer = MemoryBuffer { function
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPngReader.cpp235 struct MemoryBuffer struct
237 const uint8_t* buffer_;
238 size_t size_;
239 size_t pos_;
240 bool ok_;
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPngReader.cpp235 struct MemoryBuffer struct
237 const uint8_t* buffer_;
238 size_t size_;
239 size_t pos_;
240 bool ok_;
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/Images/
H A DPngReader.cpp235 struct MemoryBuffer struct
237 const uint8_t* buffer_;
238 size_t size_;
239 size_t pos_;
240 bool ok_;
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/Images/
H A DPngReader.cpp235 struct MemoryBuffer struct
237 const uint8_t* buffer_;
238 size_t size_;
239 size_t pos_;
240 bool ok_;
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPngReader.cpp235 struct MemoryBuffer struct
237 const uint8_t* buffer_;
238 size_t size_;
239 size_t pos_;
240 bool ok_;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A Dtbb_function_replacement.cpp75 struct MemoryBuffer { struct in MemoryProvider
76 UINT_PTR m_base; // base address of the buffer
77 UINT_PTR m_next; // next free location in the buffer
78 DWORD m_size; // size of buffer
81 MemoryBuffer() : m_base(0), m_next(0), m_size(0) {} in MemoryBuffer() function
84 MemoryBuffer(void *base, DWORD size) in MemoryBuffer() function
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/
H A Dtbb_function_replacement.cpp131 struct MemoryBuffer { struct in MemoryProvider
132 UINT_PTR m_base; // base address of the buffer
133 UINT_PTR m_next; // next free location in the buffer
134 DWORD m_size; // size of buffer
137 MemoryBuffer() : m_base(0), m_next(0), m_size(0) {} in MemoryBuffer() argument
140 MemoryBuffer(void *base, DWORD size) in MemoryBuffer() function

12345678910>>...37