Searched defs:FixedBuffer (Results 1 - 3 of 3) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dfixed_buffer.cc18 FixedBuffer::FixedBuffer() : ptr_(nullptr), cursor_(0), size_(0) {} function in class:mojo::internal::FixedBuffer
20 void FixedBuffer::Initialize(void* memory, size_t size) {
28 void* FixedBuffer::Allocate(size_t delta) {
H A Dfixed_buffer.h16 // FixedBuffer provides a simple way to allocate objects within a fixed chunk
19 // explicitly. Instead, they remain valid so long as the FixedBuffer remains
21 // FixedBuffer.
26 // FixedBuffer buf(8 + 8);
40 class FixedBuffer : public Buffer { class in namespace:mojo::internal
42 FixedBuffer();
59 DISALLOW_COPY_AND_ASSIGN(FixedBuffer);
62 class FixedBufferForTesting : public FixedBuffer {
/external/fmtlib/fmt/
H A Dformat.h804 class FixedBuffer : public fmt::Buffer<Char> { class in namespace:fmt::internal
806 FixedBuffer(Char *array, std::size_t size) : fmt::Buffer<Char>(array, size) {} function in class:fmt::internal::FixedBuffer
3172 internal::FixedBuffer<Char> buffer_;

Completed in 308 milliseconds