Searched refs:kUnknownTypeId (Results 1 – 2 of 2) sorted by relevance
144 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];
420 const int kUnknownTypeId = 1550055; variable433 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()