Searched defs:IdWrapper (Results 1 - 1 of 1) sorted by relevance

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

Completed in 68 milliseconds