HomeSort by relevance Sort by last modified time
    Searched defs:FixedBufferForTesting (Results 1 - 2 of 2) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/lib/
fixed_buffer.cc 42 FixedBufferForTesting::FixedBufferForTesting(size_t size) {
48 FixedBufferForTesting::~FixedBufferForTesting() {
52 void* FixedBufferForTesting::Leak() {
fixed_buffer.h 62 class FixedBufferForTesting : public FixedBuffer {
64 explicit FixedBufferForTesting(size_t size);
65 ~FixedBufferForTesting() override;
74 DISALLOW_COPY_AND_ASSIGN(FixedBufferForTesting);

Completed in 76 milliseconds