Home
last modified time | relevance | path

Searched refs:CopyingOutputStreamAdaptor (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc355 CopyingOutputStreamAdaptor::CopyingOutputStreamAdaptor( in CopyingOutputStreamAdaptor() function in google::protobuf::io::CopyingOutputStreamAdaptor
365 CopyingOutputStreamAdaptor::~CopyingOutputStreamAdaptor() { in ~CopyingOutputStreamAdaptor()
372 bool CopyingOutputStreamAdaptor::Flush() { in Flush()
376 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { in Next()
389 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp()
400 int64 CopyingOutputStreamAdaptor::ByteCount() const { in ByteCount()
404 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer()
423 void CopyingOutputStreamAdaptor::AllocateBufferIfNeeded() { in AllocateBufferIfNeeded()
429 void CopyingOutputStreamAdaptor::FreeBuffer() { in FreeBuffer()
Dzero_copy_stream_impl_lite.h310 class LIBPROTOBUF_EXPORT CopyingOutputStreamAdaptor : public ZeroCopyOutputStream {
316 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,
318 ~CopyingOutputStreamAdaptor();
363 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingOutputStreamAdaptor);
Dzero_copy_stream_impl.h204 CopyingOutputStreamAdaptor impl_;
290 CopyingOutputStreamAdaptor impl_;
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp60 using ::google::protobuf::io::CopyingOutputStreamAdaptor;
206 CopyingOutputStreamAdaptor copying_adaptor(writer); in CompileTable()
301 CopyingOutputStreamAdaptor copying_adaptor(writer); in WriteHeaderAndDataToWriter()
407 CopyingOutputStreamAdaptor copying_adaptor(writer); in CompileXml()
/frameworks/base/tools/aapt2/io/
DUtil.cpp73 ::google::protobuf::io::CopyingOutputStreamAdaptor adaptor(writer); in CopyProtoToArchive()
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp103 io::CopyingOutputStreamAdaptor mImpl;