Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBSwiftTests.swift273 let autoCreated = msg.optionalMessage in testAutoCreation() variable
280 autoCreated.optionalInt32 = 456 in testAutoCreation()
293 let autoCreated = msg.oneofMessage // Default create one. in testProto2OneOfSupport() variable
294 XCTAssertNotNil(autoCreated) in testProto2OneOfSupport()
301 XCTAssertTrue(msg.oneofMessage === autoCreated) // Still the same in testProto2OneOfSupport()
308 XCTAssertTrue(msg.oneofMessage === autoCreated) // Still the same in testProto2OneOfSupport()
315 XCTAssertTrue(msg.oneofMessage === autoCreated) // Still the same in testProto2OneOfSupport()
323 XCTAssertTrue(msg.oneofMessage === autoCreated) // Still the same in testProto2OneOfSupport()
334 XCTAssertTrue(autoCreated2 !== autoCreated) // New instance in testProto2OneOfSupport()
349 XCTAssertTrue(msg.oneofMessage !== autoCreated) // New instance in testProto2OneOfSupport()
[all …]