Searched defs:const_field (Results 1 – 2 of 2) sorted by relevance
19 …const int const_field = 1; // expected-note 2{{non-static data member 'const_field' declared cons… member in test340 …const int const_field = 4; // expected-note {{non-static data member 'const_field' declared const… member
662 const RepeatedField<int>& const_field = field; in TEST() local1324 const RepeatedPtrField<std::string>& const_field = field; in TEST() local