Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBSwiftTests.swift238 let msg4 = msg.optionalMessage in testAutoCreation() variable
255 XCTAssertTrue(msg4 === msg.optionalMessage) in testAutoCreation()
269 XCTAssertTrue(msg4 !== msg.optionalMessage) in testAutoCreation()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_unittest.cc791 unittest::Int32Message msg4; in TEST() local
792 ASSERT_TRUE(msg4.ParseFromString(serialized)); in TEST()
793 ASSERT_EQ(static_cast<int32>(data), msg4.data()); in TEST()