Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBSwiftTests.swift275 let msg5 = Message2() in testAutoCreation() variable
276 msg5.optionalInt32 = 123 in testAutoCreation()
277 msg.optionalMessage = msg5 in testAutoCreation()
282 XCTAssertTrue(msg.optionalMessage === msg5) in testAutoCreation()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_unittest.cc796 unittest::Uint32Message msg5; in TEST() local
797 ASSERT_TRUE(msg5.ParseFromString(serialized)); in TEST()
798 ASSERT_EQ(static_cast<uint32>(data), msg5.data()); in TEST()