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 12 FixedBufferForTesting::FixedBufferForTesting(size_t size) {
19 FixedBufferForTesting::~FixedBufferForTesting() {
23 void* FixedBufferForTesting::Leak() {
fixed_buffer.h 18 // FixedBufferForTesting owns its buffer. The Leak method may be used to steal
20 class MOJO_CPP_BINDINGS_EXPORT FixedBufferForTesting
23 explicit FixedBufferForTesting(size_t size);
24 ~FixedBufferForTesting();
33 DISALLOW_COPY_AND_ASSIGN(FixedBufferForTesting);

Completed in 80 milliseconds