Searched defs:proto_property (Results 1 – 2 of 2) sorted by relevance
8 @property (readonly) int proto_property; property14 -(int)proto_property { return 0; } method in Category
38 @property (class, readonly) int proto_property; property44 +(int)proto_property { return 0; } class in Category