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

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

Completed in 5 milliseconds