Searched defs:lastName (Results 1 – 7 of 7) sorted by relevance
20 private lastName: string property in Person35 private lastName: string property in Person2
22 lastName: 'Doe', property47 lastName: 'Doe', property
18 lastName: string; property25 lastName: string; property in C
44 lastName: "Gates" property
171 #define NEXT_BIT_FIELD(bitFieldName, name, type, bits, lastName) \ argument