Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Ddiscrim-union.cpp70 typedef decltype(impl) impl_t; typedef in either
75 elem(impl_t::index(detail::type<U>())), in either()
76 impl(detail::select<impl_t::index(detail::type<U>())>(), move(t.value)) {} in either()
85 decltype(static_cast<const impl_t&>(impl).get(detail::select<N>{}));
97 return get<impl_t::index(detail::type<U>())>(); in get()
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_groupby.hpp76 struct impl_t struct in cpplinq::linq_groupby
91 impl_t(inner_cursor cur, in impl_t() argument
152 impl.reset(new impl_t(cur, keyFn, comp)); in cursor()
172 std::shared_ptr<impl_t> impl;