• Home
  • Raw
  • Download

Lines Matching refs:MutableEntry

1356 MutableEntry::MutableEntry(WriteTransaction* trans, Create,  in MutableEntry()  function in syncable::MutableEntry
1364 void MutableEntry::Init(WriteTransaction* trans, const Id& parent_id, in Init()
1385 MutableEntry::MutableEntry(WriteTransaction* trans, CreateNewUpdateItem, in MutableEntry() function in syncable::MutableEntry
1405 MutableEntry::MutableEntry(WriteTransaction* trans, GetById, const Id& id) in MutableEntry() function in syncable::MutableEntry
1410 MutableEntry::MutableEntry(WriteTransaction* trans, GetByHandle, in MutableEntry() function in syncable::MutableEntry
1416 MutableEntry::MutableEntry(WriteTransaction* trans, GetByClientTag, in MutableEntry() function in syncable::MutableEntry
1422 MutableEntry::MutableEntry(WriteTransaction* trans, GetByServerTag, in MutableEntry() function in syncable::MutableEntry
1428 bool MutableEntry::PutIsDel(bool is_del) { in PutIsDel()
1453 bool MutableEntry::Put(Int64Field field, const int64& value) { in Put()
1469 bool MutableEntry::Put(IdField field, const Id& value) { in Put()
1486 void MutableEntry::PutParentIdPropertyOnly(const Id& parent_id) { in PutParentIdPropertyOnly()
1491 bool MutableEntry::Put(BaseVersion field, int64 value) { in Put()
1500 bool MutableEntry::Put(StringField field, const string& value) { in Put()
1504 bool MutableEntry::Put(ProtoField field, in Put()
1516 bool MutableEntry::Put(BitField field, bool value) { in Put()
1525 MetahandleSet* MutableEntry::GetDirtyIndexHelper() { in GetDirtyIndexHelper()
1529 bool MutableEntry::PutUniqueClientTag(const string& new_tag) { in PutUniqueClientTag()
1557 bool MutableEntry::PutImpl(StringField field, const string& value) { in PutImpl()
1570 bool MutableEntry::Put(IndexedBitField field, bool value) { in Put()
1590 void MutableEntry::UnlinkFromOrder() { in UnlinkFromOrder()
1632 bool MutableEntry::PutPredecessor(const Id& predecessor_id) { in PutPredecessor()
1653 MutableEntry predecessor(write_transaction(), GET_BY_ID, predecessor_id); in PutPredecessor()
1664 MutableEntry successor(write_transaction(), GET_BY_ID, successor_id); in PutPredecessor()
1677 bool MutableEntry::Put(BitTemp field, bool value) { in Put()
1827 void MarkForSyncing(syncable::MutableEntry* e) { in MarkForSyncing()
1828 DCHECK_NE(static_cast<MutableEntry*>(NULL), e); in MarkForSyncing()