Searched defs:Widget (Results 1 – 10 of 10) sorted by relevance
41 struct Widget { in test() struct42 const char16_t* data_ = u"foo"; in test()43 …ous_iterator<const char16_t*> begin() const { return contiguous_iterator<const char16_t*>(data_); } in test()44 …s_iterator<const char16_t*> end() const { return contiguous_iterator<const char16_t*>(data_ + 3); } in test()
8 class Widget { class21 class Widget {}; class36 class Widget { class
42 struct Widget { struct57 Widget W; in baz_cpp() argument
31 struct Widget { struct32 operator char() const { throw 42; } in operator char()
37 struct Widget { struct38 operator char() const { throw 42; } in operator char()
33 struct Widget { struct34 operator char() const { throw 42; } in operator char()
133 struct Widget<F> { struct 134 createLambdaInConcept::GH82849::Widget create() argument
51 @interface Widget : NSObject <NSCopying> interface
55 @interface Widget : NSObject <NSCopying> interface