Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBWireFormatTests.m138 const int kUnknownTypeId = 1550055;
148 [[[GPBUnknownField alloc] initWithNumber:kUnknownTypeId] autorelease];
167 XCTAssertEqual([raw.itemArray[2] typeId], kUnknownTypeId);
207 item.typeId = kUnknownTypeId;
230 GPBUnknownField* unknownField = [messageSet.unknownFields getField:kUnknownTypeId];
/external/protobuf/src/google/protobuf/
Dwire_format_unittest.cc421 const int kUnknownTypeId = 1550055; variable
431 kUnknownTypeId, "bar"); in TEST()
449 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id()); in TEST()
474 kUnknownTypeId, "bar"); in TEST()
537 item->set_type_id(kUnknownTypeId); in TEST()