Home
last modified time | relevance | path

Searched defs:ostream (Results 1 – 4 of 4) sorted by relevance

/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dfilter_extension.cc149 pb_ostream_t ostream = pb_ostream_from_buffer(data_buf.data, data_buf.length); in EncodeConfigResult() local
199 pb_ostream_t ostream = pb_ostream_from_buffer(data_buf.data, data_buf.length); in Encode() local
/system/tools/aidl/
Dcode_writer.cpp32 CodeWriter::CodeWriter(std::unique_ptr<std::ostream> ostream) : ostream_(std::move(ostream)) {} in CodeWriter()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp109 bool SnapshotManagerStub::Dump(std::ostream&) { in Dump()
/system/incremental_delivery/incfs/incfsdump/
Ddump.cpp261 auto ostream = out() << "flags: " << hex(header.fh_flags); in run() local
334 auto ostream = out() << i << " @ " << hex(mIn.tellg()) << ": [ "; in dumpBlockmap() local