Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dvariant.h23 using TypeForIndex = std::tuple_element_t<I, std::tuple<Types...>>; variable
27 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(