Searched refs:TypeForIndex (Results 1 – 1 of 1) sorted by relevance
23 using TypeForIndex = std::tuple_element_t<I, std::tuple<Types...>>; variable27 using TypeTagForIndex = TypeTag<TypeForIndex<I, Types...>>;415 using TypeForIndex = detail::TypeForIndex<I, Types...>;590 TypeForIndex<I>* get() {591 if (is<TypeForIndex<I>>())597 const TypeForIndex<I>* get() const {598 if (is<TypeForIndex<I>>())743 inline ::android::pdx::rpc::detail::TypeForIndex<I, Types...>& get(748 inline ::android::pdx::rpc::detail::TypeForIndex<I, Types...>&& get(753 inline const ::android::pdx::rpc::detail::TypeForIndex<I, Types...>& get(