Searched refs:_E (Results 1 – 11 of 11) sorted by relevance
46 template<class _E>50 typedef _E value_type;51 typedef const _E& reference;52 typedef const _E& const_reference;54 typedef const _E* iterator;55 typedef const _E* const_iterator;
111 # define _GLIBCXX_MOVE_IF_20(_E) std::move(_E) in _GLIBCXX_VISIBILITY() argument113 # define _GLIBCXX_MOVE_IF_20(_E) _E in _GLIBCXX_VISIBILITY()
112 # define _GLIBCXX_MOVE_IF_20(_E) std::move(_E) in _GLIBCXX_VISIBILITY() argument114 # define _GLIBCXX_MOVE_IF_20(_E) _E in _GLIBCXX_VISIBILITY()
Completed in 12 milliseconds