Searched refs:InternalBuffer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/media/cast/test/utility/
H A Dudp_proxy.h67 class InternalBuffer;
96 std::vector<base::WeakPtr<InternalBuffer> > send_buffers_;
H A Dudp_proxy.cc352 class InterruptedPoissonProcess::InternalBuffer : public PacketPipe { class in class:media::cast::test::InterruptedPoissonProcess
354 InternalBuffer(base::WeakPtr<InterruptedPoissonProcess> ipp, function in class:media::cast::test::InterruptedPoissonProcess::InternalBuffer
400 base::WeakPtr<InternalBuffer> GetWeakPtr() {
412 base::WeakPtrFactory<InternalBuffer> weak_factory_;
414 DISALLOW_COPY_AND_ASSIGN(InternalBuffer);
451 scoped_ptr<InternalBuffer> buffer(
452 new InternalBuffer(weak_factory_.GetWeakPtr(), size));
/external/llvm/include/llvm/Support/
H A Draw_ostream.h53 /// InternalBuffer); otherwise the buffer has been set via SetBuffer and is
63 InternalBuffer, enumerator in enum:llvm::raw_ostream::BufferKind
82 : BufferMode(unbuffered ? Unbuffered : InternalBuffer) {
104 SetBufferAndMode(new char[Size], Size, InternalBuffer);
/external/llvm/lib/Support/
H A Draw_ostream.cpp67 if (BufferMode == InternalBuffer)
97 if (BufferMode == InternalBuffer)

Completed in 676 milliseconds