Searched defs:DataTypeState (Results 1 – 2 of 2) sorted by relevance
21 struct SYNC_EXPORT_PRIVATE DataTypeState { struct26 sync_pb::DataTypeProgressMarker progress_marker;32 sync_pb::DataTypeContext type_context;39 std::string type_root_id;47 int64 next_client_id;52 bool initial_sync_done;
9 DataTypeState::DataTypeState() : next_client_id(0), initial_sync_done(false) { in DataTypeState() function in syncer::DataTypeState