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

  /external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java 539 assertFalse(msg.hasOptionalBytes());
541 assertTrue(msg.hasOptionalBytes());
544 assertFalse(msg.hasOptionalBytes());
547 assertTrue(msg.hasOptionalBytes());
549 assertFalse(msg.hasOptionalBytes());
559 assertTrue(newMsg.hasOptionalBytes());
    [all...]
TestUtil.java 503 Assert.assertTrue(message.hasOptionalBytes ());
    [all...]

Completed in 304 milliseconds