HomeSort by relevance Sort by last modified time
    Searched refs:PmpColumnReader (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/utility/media_galleries/
pmp_column_reader.h 23 class PmpColumnReader {
25 PmpColumnReader();
26 virtual ~PmpColumnReader();
60 DISALLOW_COPY_AND_ASSIGN(PmpColumnReader);
pmp_column_reader.cc 23 PmpColumnReader::PmpColumnReader()
28 PmpColumnReader::~PmpColumnReader() {}
30 bool PmpColumnReader::ReadFile(base::File* file,
62 bool PmpColumnReader::ReadString(const uint32 row, std::string* result) const {
73 bool PmpColumnReader::ReadUInt32(const uint32 row, uint32* result) const {
83 bool PmpColumnReader::ReadDouble64(const uint32 row, double* result) const {
93 bool PmpColumnReader::ReadUInt8(const uint32 row, uint8* result) const {
103 bool PmpColumnReader::ReadUInt64(const uint32 row, uint64* result) const
    [all...]
pmp_column_reader_unittest.cc 21 PmpColumnReader* const reader,
45 bool DoRead(const PmpColumnReader* reader, uint32 row, std::string* target) {
49 bool DoRead(const PmpColumnReader* reader, uint32 row, uint32* target) {
53 bool DoRead(const PmpColumnReader* reader, uint32 row, double* target) {
57 bool DoRead(const PmpColumnReader* reader, uint32 row, uint8* target) {
61 bool DoRead(const PmpColumnReader* reader, uint32 row, uint64* target) {
69 PmpColumnReader reader;
85 PmpColumnReader reader_too_few_declared_rows;
92 PmpColumnReader reader_too_many_declared_rows;
99 PmpColumnReader reader_truncated
    [all...]
picasa_album_table_reader.cc 55 PmpColumnReader category_column, date_column, filename_column, name_column,

Completed in 52 milliseconds