Searched refs:all_fields_ (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dunknown_field_set_unittest.cc63 TestUtil::SetAllFields(&all_fields_);
64 all_fields_.SerializeToString(&all_fields_data_);
102 unittest::TestAllTypes all_fields_; member in class:google::protobuf::UnknownFieldSetTest
145 EXPECT_EQ(all_fields_.optional_int32(), field->varint());
153 EXPECT_EQ(all_fields_.optional_fixed32(), field->fixed32());
161 EXPECT_EQ(all_fields_.optional_fixed64(), field->fixed64());
169 EXPECT_EQ(all_fields_.optional_string(), field->length_delimited());
186 EXPECT_EQ(all_fields_.optionalgroup().a(), nested_field.varint());

Completed in 73 milliseconds