Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DSyncerSet.cpp44 const CSyncerSet& CSyncerSet::operator+=(const CSyncerSet& rightSyncerSet) in operator +=() argument
46 if (&rightSyncerSet != this) { in operator +=()
48 _syncerSet.insert(rightSyncerSet._syncerSet.begin(), rightSyncerSet._syncerSet.end()); in operator +=()
DSyncerSet.h47 const CSyncerSet& operator+=(const CSyncerSet& rightSyncerSet);