Lines Matching refs:autoCreated

273     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()
367 let autoCreated = msg.oneofMessage // Default create one. in testProto3OneOfSupport() variable
368 XCTAssertNotNil(autoCreated) in testProto3OneOfSupport()
375 XCTAssertTrue(msg.oneofMessage === autoCreated) // Still the same in testProto3OneOfSupport()
382 XCTAssertTrue(msg.oneofMessage === autoCreated) // Still the same in testProto3OneOfSupport()
389 XCTAssertTrue(msg.oneofMessage === autoCreated) // Still the same in testProto3OneOfSupport()
397 XCTAssertTrue(msg.oneofMessage === autoCreated) // Still the same in testProto3OneOfSupport()
408 XCTAssertTrue(autoCreated2 !== autoCreated) // New instance in testProto3OneOfSupport()
423 XCTAssertTrue(msg.oneofMessage !== autoCreated) // New instance in testProto3OneOfSupport()