Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/engine/
Dsyncproto.h21 class IdWrapper : public Base {
23 IdWrapper() {} in IdWrapper() function
24 explicit IdWrapper(const Base& other) : Base(other) { in IdWrapper() function
36 class SyncEntity : public IdWrapper<sync_pb::SyncEntity> {
40 : IdWrapper<sync_pb::SyncEntity>(other) { in SyncEntity()
50 IdWrapper<sync_pb::SyncEntity>::set_old_parent_id( in set_old_parent_id()
72 : public IdWrapper<sync_pb::CommitResponse_EntryResponse> {