Searched refs:delegate2 (Results 1 – 3 of 3) sorted by relevance
24 @property(nonatomic, assign) id<BarDelegate> delegate2; // expected-note {{property declared here}} property29 @property(nonatomic, assign) id<FooDelegate> delegate2; // expected-warning{{property type 'id<FooD… property
213 public Delegate2 delegate2 = new Delegate2(); in duplicateMainParametersAreNotAllowed() field in ParametersDelegateTest.Command
322 std::unique_ptr<TestDelegate> delegate2(new TestDelegate(collector())); in TEST_F() local324 ASSERT_TRUE(SetupWatch(test_file(), &watcher2, delegate2.get(), false)); in TEST_F()