Searched defs:as_type (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DAData.h499 typedef T as_type; ///< the base type that T is stored as typedef in struct:android::AData::flagger::store
639 typename find_first_convertible_to<T, Ts...>::type>::type as_type; typedef in struct:android::AData::relaxed_flagger::store
710 using B = typename Flagger::template store<T>::as_type;
737 using B = typename Flagger::template store<T>::as_type;
764 using B = typename Flagger::template store<T>::as_type;
795 using B = typename Flagger::template store<T>::as_type;
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAData.h499 typedef T as_type; ///< the base type that T is stored as typedef in struct:android::AData::flagger::store
639 typename find_first_convertible_to<T, Ts...>::type>::type as_type; typedef in struct:android::AData::relaxed_flagger::store
710 using B = typename Flagger::template store<T>::as_type;
737 using B = typename Flagger::template store<T>::as_type;
764 using B = typename Flagger::template store<T>::as_type;
795 using B = typename Flagger::template store<T>::as_type;
/frameworks/av/media/libstagefright/foundation/tests/
H A DAData_test.cpp230 template <typename T> struct store { typedef T as_type; }; typedef in struct:android::store
/frameworks/av/media/libstagefright/include/foundation/
H A DAData.h499 typedef T as_type; ///< the base type that T is stored as typedef in struct:android::AData::flagger::store
639 typename find_first_convertible_to<T, Ts...>::type>::type as_type; typedef in struct:android::AData::relaxed_flagger::store
710 using B = typename Flagger::template store<T>::as_type;
737 using B = typename Flagger::template store<T>::as_type;
764 using B = typename Flagger::template store<T>::as_type;
795 using B = typename Flagger::template store<T>::as_type;

Completed in 1248 milliseconds