Home | History | Annotate | Download | only in syncable

Lines Matching defs:ReadTransaction

37 class ReadTransaction;
181 class ReadTransaction;
646 // writer lock, negotiated by the ReadTransaction and WriteTransaction
667 friend class ReadTransaction;
858 // state and indices (by deep copy) under a ReadTransaction, passing this
918 // indices (by deep copy) under a ReadTransaction for use in |snapshot|.
980 // Implements ReadTransaction / WriteTransaction using a simple lock.
1118 class ReadTransaction : public BaseTransaction {
1120 ReadTransaction(Directory* directory, const char* source_file,
1122 ReadTransaction(const ScopedDirLookup& scoped_dir,
1125 virtual ~ReadTransaction();
1128 friend class sync_api::ReadTransaction;
1131 DISALLOW_COPY_AND_ASSIGN(ReadTransaction);