HomeSort by relevance Sort by last modified time
    Searched defs:hasOptionalSfixed32 (Results 1 - 2 of 2) sorted by null

  /external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java 390 assertFalse(msg.hasOptionalSfixed32());
392 assertTrue(msg.hasOptionalSfixed32());
395 assertFalse(msg.hasOptionalSfixed32());
398 assertTrue(msg.hasOptionalSfixed32());
400 assertFalse(msg.hasOptionalSfixed32());
410 assertTrue(newMsg.hasOptionalSfixed32());
    [all...]
TestUtil.java 548 Assert.assertTrue(message.hasOptionalSfixed32());
    [all...]

Completed in 819 milliseconds