Home
last modified time | relevance | path

Searched defs:__symmetric_difference_func (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dset_operations.h68 struct __symmetric_difference_func struct
74 __symmetric_difference_func(_Compare __comp) : _M_comp(__comp) {} in __symmetric_difference_func() argument
76 _Compare _M_comp;
79 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke()
106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const in __count()
133 __first_empty(_IIter __c, _IIter __d, _OutputIterator __out) const in __first_empty()
137 __second_empty(_IIter __a, _IIter __b, _OutputIterator __out) const in __second_empty()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dset_operations.h68 struct __symmetric_difference_func struct
74 __symmetric_difference_func(_Compare __comp) : _M_comp(__comp) {} in __symmetric_difference_func() argument
76 _Compare _M_comp;
79 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke()
106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const in __count()
133 __first_empty(_IIter __c, _IIter __d, _OutputIterator __out) const in __first_empty()
137 __second_empty(_IIter __a, _IIter __b, _OutputIterator __out) const in __second_empty()