Home | History | Annotate | Download | only in protobuf

Lines Matching refs:BAR

68     msg.defaultNestedEnum = SimpleMessageNano.BAR;
69 assertEquals(SimpleMessageNano.BAR, msg.defaultNestedEnum);
80 assertEquals(SimpleMessageNano.BAR, msg.defaultNestedEnum);
578 msg.optionalNestedEnum = TestAllTypesNano.BAR;
579 assertEquals(TestAllTypesNano.BAR, msg.optionalNestedEnum);
586 msg.optionalNestedEnum = TestAllTypesNano.BAR;
594 assertEquals(TestAllTypesNano.BAR, newMsg.optionalNestedEnum);
1581 TestAllTypesNano.BAR,
1586 assertEquals(TestAllTypesNano.BAR, msg.repeatedNestedEnum[1]);
1591 .repeatedNestedEnum = new int[] { TestAllTypesNano.BAR };
1593 assertEquals(TestAllTypesNano.BAR, msg.repeatedNestedEnum[0]);
1611 BAR };
1622 assertEquals(TestAllTypesNano.BAR, msg.repeatedNestedEnum[1]);
1907 TestAllTypesNano.BAR,
1912 assertEquals(TestAllTypesNano.BAR, msg.repeatedPackedNestedEnum[1]);
1917 .repeatedPackedNestedEnum = new int[] { TestAllTypesNano.BAR };
1919 assertEquals(TestAllTypesNano.BAR, msg.repeatedPackedNestedEnum[0]);
1937 .repeatedPackedNestedEnum = new int[] { TestAllTypesNano.FOO, TestAllTypesNano.BAR };
1948 assertEquals(TestAllTypesNano.BAR, msg.repeatedPackedNestedEnum[1]);
1984 BAR, TestAllTypesNano.FOO };
1997 assertEquals(TestAllTypesNano.BAR, newMsg.repeatedNestedEnum[1]);
2057 assertEquals(TestAllTypesNano.BAR, msg.defaultNestedEnum);