Home
last modified time | relevance | path

Searched refs:assertOneofSet (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DWireFormatTest.java594 TestUtil.assertOneofSet(message2); in testOneofWireFormat()
DTextFormatTest.java1010 TestUtil.assertOneofSet(dest.build()); in testOneofTextFormat()
DTestUtil.java2554 public static void assertOneofSet(TestOneof2 message) { in assertOneofSet() method in TestUtil