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

  /external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java 546 assertFalse(msg.hasOptionalBytes());
548 assertTrue(msg.hasOptionalBytes());
551 assertFalse(msg.hasOptionalBytes());
554 assertTrue(msg.hasOptionalBytes());
556 assertFalse(msg.hasOptionalBytes());
566 assertTrue(newMsg.hasOptionalBytes());
    [all...]
NanoTest.java     [all...]
TestUtil.java 554 Assert.assertTrue(message.hasOptionalBytes ());
    [all...]

Completed in 53 milliseconds