Searched defs:IsPrimitiveNarrowType (Results 1 - 1 of 1) sorted by relevance

/art/runtime/lambda/
H A Dshorty_field_type.h349 // ShortyFieldTypeTraits::IsPrimitiveNarrowType<int64_t>() == true
364 return IsPrimitiveNarrowType<T>() || IsPrimitiveWideType<T>();
369 static inline constexpr bool IsPrimitiveNarrowType() { function in struct:art::ShortyFieldTypeTraits

Completed in 18 milliseconds