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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc338 const int kUnknownTypeId = 1550055; member in namespace:google::protobuf::internal::__anon14884
348 kUnknownTypeId, "bar");
366 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id());
391 kUnknownTypeId, "bar");
454 item->set_type_id(kUnknownTypeId);
/external/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc338 const int kUnknownTypeId = 1550055; member in namespace:google::protobuf::internal::__anon29019
348 kUnknownTypeId, "bar");
366 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id());
391 kUnknownTypeId, "bar");
454 item->set_type_id(kUnknownTypeId);

Completed in 345 milliseconds