Searched defs:thingy (Results 1 – 6 of 6) sorted by relevance
36 public Object thingy; field in IntrospectionCacheData
8 @property (nonatomic) NSString *thingy; property
13 auto thingy = std::make_shared<int>(42); in main() local
3 thingy = object() variable
115 template <typename T> void thingy(T thing) { in thingy() function
541 protected void _checkNotNull(Object thingy, String type) in _checkNotNull()