Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBWireFormatTests.m144 const int kUnknownTypeId = 1550055;
154 [[[GPBUnknownField alloc] initWithNumber:kUnknownTypeId] autorelease];
173 XCTAssertEqual([raw.itemArray[2] typeId], kUnknownTypeId);
213 item.typeId = kUnknownTypeId;
236 GPBUnknownField* unknownField = [messageSet.unknownFields getField:kUnknownTypeId];
/external/protobuf/src/google/protobuf/
Dwire_format_unittest.cc420 const int kUnknownTypeId = 1550055; variable
433 message_set.mutable_unknown_fields()->AddLengthDelimited(kUnknownTypeId, in TEST()
452 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id()); in TEST()
480 message_set.mutable_unknown_fields()->AddLengthDelimited(kUnknownTypeId, in TEST()
547 item->set_type_id(kUnknownTypeId); in TEST()