Searched refs:const_field (Results 1 – 4 of 4) sorted by relevance
19 …const int const_field = 1; // expected-note 2{{non-static data member 'const_field' declared cons… member in test322 …const_field = 4; // expected-error{{cannot assign to non-static data member 'const_field' with co… in test()27 …const_field = 4 ; // expected-error{{cannot assign to non-static data member 'const_field' with c… in test_const()40 …const int const_field = 4; // expected-note {{non-static data member 'const_field' declared const… member46 …s5.const_field = 5; // expected-error{{cannot assign to non-static data member 'const_field' with… in test5()
12 const int const_field; member in A
662 const RepeatedField<int>& const_field = field; in TEST() local663 EXPECT_EQ(field.data(), &const_field[0]); in TEST()1324 const RepeatedPtrField<std::string>& const_field = field; in TEST() local1325 EXPECT_EQ(*field.data(), &const_field[0]); in TEST()