Searched defs:someString (Results 1 – 5 of 5) sorted by relevance
15 @property(readonly) NSString *someString; property30 @property(copy) NSString *someString; property
18 @property(readonly) NSString *someString; property38 @property(copy) NSString *someString; property
62 …public var someString: String? { let o = _accessor.offset(VTOFFSET.someString.v); return o == 0 ? … variable186 public var someString: String? variable
319 func someString() string { return "X" } func
1059 String someString = "This is a small string"; in testBuilderGrowth() local