Home
last modified time | relevance | path

Searched refs:FixedBuffer (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dfixed_buffer.h40 class FixedBuffer : public Buffer {
42 FixedBuffer();
59 DISALLOW_COPY_AND_ASSIGN(FixedBuffer);
62 class FixedBufferForTesting : public FixedBuffer {
Dfixed_buffer.cc18 FixedBuffer::FixedBuffer() : ptr_(nullptr), cursor_(0), size_(0) {} in FixedBuffer() function in mojo::internal::FixedBuffer
20 void FixedBuffer::Initialize(void* memory, size_t size) { in Initialize()
28 void* FixedBuffer::Allocate(size_t delta) { in Allocate()
Dserialization.h56 FixedBuffer buffer; in StructSerializeImpl()
/external/fmtlib/fmt/
Dformat.cc454 void internal::FixedBuffer<Char>::grow(std::size_t) { in grow()
512 template void internal::FixedBuffer<char>::grow(std::size_t);
526 template void internal::FixedBuffer<wchar_t>::grow(std::size_t);
Dformat.h804 class FixedBuffer : public fmt::Buffer<Char> {
806 FixedBuffer(Char *array, std::size_t size) : fmt::Buffer<Char>(array, size) {} in FixedBuffer() function
3172 internal::FixedBuffer<Char> buffer_;