Home
last modified time | relevance | path

Searched defs:ShortyTypeCharacteristics (Results 1 – 1 of 1) sorted by relevance

/art/runtime/lambda/
Dshorty_field_type_test.cc223 struct ShortyTypeCharacteristics { struct
224 bool is_primitive_ = false;
225 bool is_primitive_narrow_ = false;
226 bool is_primitive_wide_ = false;
227 bool is_object_ = false;
228 bool is_lambda_ = false;
229 size_t size_ = sizeof(T);
230 bool is_dynamic_sized_ = false;
232 void CheckExpects() { in CheckExpects()