Home
last modified time | relevance | path

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

/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DAData.h594 typedef T as_type; ///< the base type that T is stored as
734 typename find_first_convertible_to<T, Ts...>::type>::type as_type;
860 using B = typename Flagger::template store<T>::as_type;
887 using B = typename Flagger::template store<T>::as_type;
914 using B = typename Flagger::template store<T>::as_type;
945 using B = typename Flagger::template store<T>::as_type;
/frameworks/av/media/module/foundation/tests/
DAData_test.cpp230 template <typename T> struct store { typedef T as_type; }; typedef