Searched refs:Type1 (Results 1 – 7 of 7) sorted by relevance
66 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()
5 typedef int Type1;7 Type1 member1;
5 typedef float Type1;7 Type1 member1;
4 typedef float Type1;7 Type1 member1;
4 typedef int Type1;7 Type1 member1;
209 struct __attribute__ ((__packed__)) Type1 { struct221 Type1 sType1;226 static_assert(sizeof(HDRStaticInfo::Type1) == 24, "wrong struct size"); argument
38 template <typename Type1, typename Type2>39 inline constexpr bool kIsGuestType<GuestType<Type1, Type2>> = true;