Searched defs:MemoryBuf (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/cpp/
H A Dxml.h322 * The MemoryBuf class represents a stream implementation that reads from the
325 class RT_DECL_CLASS MemoryBuf : public Input class in namespace:xml
329 MemoryBuf (const char *aBuf, size_t aLen, const char *aURI = NULL);
331 virtual ~MemoryBuf();
345 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(MemoryBuf)
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp316 // MemoryBuf Class
320 struct MemoryBuf::Data
332 MemoryBuf::MemoryBuf(const char *aBuf, size_t aLen, const char *aURI /* = NULL */) function in class:xml::MemoryBuf
343 MemoryBuf::~MemoryBuf()
348 const char *MemoryBuf::uri() const
353 uint64_t MemoryBuf::pos() const
358 void MemoryBuf::setPos(uint64_t aPos)
370 int MemoryBuf
[all...]

Completed in 47 milliseconds