HomeSort by relevance Sort by last modified time
    Searched refs:IsPrimitiveNarrowType (Results 1 - 4 of 4) sorted by null

  /art/runtime/lambda/
shorty_field_type.h 349 // ShortyFieldTypeTraits::IsPrimitiveNarrowType<int64_t>() == true
364 return IsPrimitiveNarrowType<T>() || IsPrimitiveWideType<T>();
369 static inline constexpr bool IsPrimitiveNarrowType() {
closure.cc 213 static_assert(ShortyFieldTypeTraits::IsPrimitiveNarrowType<decltype(result)>(),
closure_test.cc 204 static typename std::enable_if<ShortyFieldTypeTraits::IsPrimitiveNarrowType<T>()>::type
shorty_field_type_test.cc 247 EXPECT_EQ(is_primitive_narrow_, ShortyFieldTypeTraits::IsPrimitiveNarrowType<T>());

Completed in 46 milliseconds