Searched refs:_Second (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 330 std::unique_ptr<PPCallbacks> _Second) in PPChainedCallbacks() argument 331 : First(std::move(_First)), Second(std::move(_Second)) {} in PPChainedCallbacks()
|
/external/libcxx/include/ |
D | __tree | 1167 template <class _First, class _Second> 1172 >::type __emplace_unique(_First&& __f, _Second&& __s) { 1174 _VSTD::forward<_Second>(__s)); 1211 template <class _First, class _Second> 1216 >::type __emplace_hint_unique(const_iterator __p, _First&& __f, _Second&& __s) { 1219 _VSTD::forward<_Second>(__s));
|
D | __hash_table | 1084 template <class _First, class _Second> 1089 >::type __emplace_unique(_First&& __f, _Second&& __s) { 1091 _VSTD::forward<_Second>(__s));
|
D | type_traits | 4794 template <class _Pair, class _Key, class _First, class _Second> 4795 struct __can_extract_key<_Pair, _Key, pair<_First, _Second>>
|