Lines Matching refs:source
39 int source = 5; in TEST_F() local
40 PollCopyVariable<int> var("var", source); in TEST_F()
49 source = 42; in TEST_F()
60 int source = 5; in TEST_F() local
62 PollCopyVariable<int> var("var", source, &is_set); in TEST_F()
87 const CopyConstructorTestClass source; in TEST_F() local
88 ASSERT_FALSE(source.copied_); in TEST_F()
90 PollCopyVariable<CopyConstructorTestClass> var("var", source); in TEST_F()
100 int source = 5; in TEST_F() local
101 ConstCopyVariable<int> var("var", source); in TEST_F()
105 source = 42; in TEST_F()