Searched refs:IsPrimitiveNarrowType (Results 1 – 4 of 4) sorted by relevance
364 return IsPrimitiveNarrowType<T>() || IsPrimitiveWideType<T>(); in IsPrimitiveType()369 static inline constexpr bool IsPrimitiveNarrowType() { in IsPrimitiveNarrowType() function
204 static typename std::enable_if<ShortyFieldTypeTraits::IsPrimitiveNarrowType<T>()>::type
247 EXPECT_EQ(is_primitive_narrow_, ShortyFieldTypeTraits::IsPrimitiveNarrowType<T>()); in CheckExpects()
213 static_assert(ShortyFieldTypeTraits::IsPrimitiveNarrowType<decltype(result)>(), in GetCapturedPrimitiveNarrow()