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

/art/runtime/lambda/
H A Dshorty_field_type.h358 return IsPrimitiveType<T>() || IsObjectType<T>() || IsLambdaType<T>();
363 static inline constexpr bool IsPrimitiveType() { function in struct:art::ShortyFieldTypeTraits

Completed in 119 milliseconds