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

/external/chromium_org/chrome/utility/media_galleries/
H A Dpmp_column_reader.h23 class PmpColumnReader { class in namespace:picasa
25 PmpColumnReader();
26 virtual ~PmpColumnReader();
60 DISALLOW_COPY_AND_ASSIGN(PmpColumnReader);
H A Dpmp_column_reader.cc23 PmpColumnReader::PmpColumnReader() function in class:picasa::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
[all...]
H A Dpmp_column_reader_unittest.cc21 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_truncate
[all...]
H A Dpicasa_album_table_reader.cc55 PmpColumnReader category_column, date_column, filename_column, name_column,

Completed in 244 milliseconds