Home
last modified time | relevance | path

Searched refs:IsPrimitiveNarrowType (Results 1 – 4 of 4) sorted by relevance

/art/runtime/lambda/
Dshorty_field_type.h364 return IsPrimitiveNarrowType<T>() || IsPrimitiveWideType<T>(); in IsPrimitiveType()
369 static inline constexpr bool IsPrimitiveNarrowType() { in IsPrimitiveNarrowType() function
Dclosure_test.cc204 static typename std::enable_if<ShortyFieldTypeTraits::IsPrimitiveNarrowType<T>()>::type
Dshorty_field_type_test.cc247 EXPECT_EQ(is_primitive_narrow_, ShortyFieldTypeTraits::IsPrimitiveNarrowType<T>()); in CheckExpects()
Dclosure.cc213 static_assert(ShortyFieldTypeTraits::IsPrimitiveNarrowType<decltype(result)>(), in GetCapturedPrimitiveNarrow()