Home
last modified time | relevance | path

Searched refs:ReadRawData (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_stream_acc.cpp41 if (!m_pStream->ReadRawData(0, pSrcData, dwSrcSize)) in LoadAllData()
Dcpdf_stream.h57 bool ReadRawData(FX_FILESIZE start_pos,
Dcpdf_stream.cpp132 bool CPDF_Stream::ReadRawData(FX_FILESIZE offset, in ReadRawData() function in CPDF_Stream
/external/clang/utils/
DClangDataFormat.py93 string = data.ReadRawData(error, 0, data.GetByteSize())
/external/perf_data_converter/src/quipper/
Dsample_info_reader.cc99 void ReadRawData(DataReader* reader, struct perf_sample* sample) { in ReadRawData() function
258 ReadRawData(&reader, sample); in ReadPerfSampleFromData()