Searched defs:thingy (Results 1 – 3 of 3) sorted by relevance
8 @property (nonatomic) NSString *thingy; property
13 auto thingy = std::make_shared<int>(42); in main() local
115 template <typename T> void thingy(T thing) { in thingy() function