HomeSort by relevance Sort by last modified time
    Searched full:hasoptionalsint64 (Results 1 - 4 of 4) sorted by null

  /external/protobuf/objectivec/Tests/
GPBPerfTests.m 132 [message hasOptionalSint64];
133 message.hasOptionalSint64 = NO;
134 [message hasOptionalSint64];
GPBMessageTests+Runtime.m 450 XCTAssertFalse(msg.hasOptionalSint64);
453 XCTAssertTrue(msg.hasOptionalSint64);
459 XCTAssertFalse(msg.hasOptionalSint64);
462 XCTAssertTrue(msg.hasOptionalSint64);
    [all...]
GPBTestUtilities.m     [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TestUtil.java 508 Assert.assertTrue(message.hasOptionalSint64 ());
    [all...]

Completed in 112 milliseconds