Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DSyncerSet.cpp40 const CSyncerSet &CSyncerSet::operator+=(const CSyncerSet &rightSyncerSet) in operator +=() argument
42 if (&rightSyncerSet != this) { in operator +=()
44 _syncerSet.insert(rightSyncerSet._syncerSet.begin(), rightSyncerSet._syncerSet.end()); in operator +=()
DSyncerSet.h45 const CSyncerSet &operator+=(const CSyncerSet &rightSyncerSet);