HomeSort by relevance Sort by last modified time
    Searched refs:assertAllFieldsSet (Results 1 - 8 of 8) sorted by null

  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 65 TestUtil.assertAllFieldsSet(message2);
90 TestUtil.assertAllFieldsSet(message2);
138 TestUtil.assertAllFieldsSet(message2);
233 TestUtil.assertAllFieldsSet(TestAllTypes.parseDelimitedFrom(input));
AbstractMessageTest.java 194 TestUtil.assertAllFieldsSet((TestAllTypes) message.wrappedMessage);
208 TestUtil.assertAllFieldsSet(
220 TestUtil.assertAllFieldsSet((TestAllTypes) message.wrappedMessage);
CodedInputStreamTest.java 282 TestUtil.assertAllFieldsSet(message2);
288 TestUtil.assertAllFieldsSet(message2);
379 TestUtil.assertAllFieldsSet(message3);
GeneratedMessageTest.java 75 TestUtil.assertAllFieldsSet(message);
330 TestUtil.assertAllFieldsSet(message);
612 TestUtil.assertAllFieldsSet(message.toBuilder().build());
TextFormatTest.java 285 TestUtil.assertAllFieldsSet(builder.build());
291 TestUtil.assertAllFieldsSet(builder.build());
DynamicMessageTest.java 154 TestUtil.assertAllFieldsSet(message2);
UnknownFieldSetTest.java 220 TestUtil.assertAllFieldsSet(destination);
TestUtil.java 314 * {@code assertAllFieldsSet()}.
488 public static void assertAllFieldsSet(TestAllTypes message) {
    [all...]

Completed in 585 milliseconds