Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dbinary_search.h66 template <typename Type1, typename Type2>
67 constexpr bool operator()(const Type1& lhs, const Type2& rhs) { in operator()
70 template <typename Type1>
71 constexpr bool operator()(const Type1& lhs, const char* rhs) { in operator()
74 template <typename Type1>
75 constexpr bool operator()(const char* lhs, const Type1& rhs) { in operator()
/frameworks/compile/slang/tests/F_one_definition_rule7/
Ddef1.rscript5 typedef int Type1;
7 Type1 member1;
Ddef2.rscript5 typedef float Type1;
7 Type1 member1;
/frameworks/compile/slang/tests/F_one_definition_rule8/
Ddef2.rscript4 typedef float Type1;
7 Type1 member1;
Ddef1.rscript4 typedef int Type1;
7 Type1 member1;
/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h209 struct __attribute__ ((__packed__)) Type1 { struct
221 Type1 sType1;
226 static_assert(sizeof(HDRStaticInfo::Type1) == 24, "wrong struct size"); argument
/frameworks/libs/binary_translation/guest_abi/include/berberis/guest_abi/
Dguest_type.h38 template <typename Type1, typename Type2>
39 inline constexpr bool kIsGuestType<GuestType<Type1, Type2>> = true;