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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set_unittest.cc60 TestUtil::SetAllFields(&all_fields_);
61 all_fields_.SerializeToString(&all_fields_data_);
99 unittest::TestAllTypes all_fields_; member in class:google::protobuf::UnknownFieldSetTest
137 EXPECT_EQ(all_fields_.optional_int32(), field->varint());
145 EXPECT_EQ(all_fields_.optional_fixed32(), field->fixed32());
153 EXPECT_EQ(all_fields_.optional_fixed64(), field->fixed64());
161 EXPECT_EQ(all_fields_.optional_string(), field->length_delimited());
178 EXPECT_EQ(all_fields_.optionalgroup().a(), nested_field.varint());
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set_unittest.cc62 TestUtil::SetAllFields(&all_fields_);
63 all_fields_.SerializeToString(&all_fields_data_);
101 unittest::TestAllTypes all_fields_; member in class:google::protobuf::__anon29012::UnknownFieldSetTest
137 EXPECT_EQ(all_fields_.optional_int32(), field->varint());
145 EXPECT_EQ(all_fields_.optional_fixed32(), field->fixed32());
153 EXPECT_EQ(all_fields_.optional_fixed64(), field->fixed64());
161 EXPECT_EQ(all_fields_.optional_string(), field->length_delimited());
178 EXPECT_EQ(all_fields_.optionalgroup().a(), nested_field.varint());

Completed in 111 milliseconds