Home
last modified time | relevance | path

Searched refs:assertAllExtensionsSet (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBTestUtilities.h75 - (void)assertAllExtensionsSet:(TestAllExtensions *)message
DGPBWireFormatTests.m117 [self assertAllExtensionsSet:message2 repeatedCount:kGPBDefaultRepeatCount];
DGPBMessageTests.m1360 [self assertAllExtensionsSet:message repeatedCount:kGPBDefaultRepeatCount];
DGPBTestUtilities.m182 - (void)assertAllExtensionsSet:(TestAllExtensions *)message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DWireFormatTest.java169 TestUtil.assertAllExtensionsSet(message2); in testParseExtensions()
198 TestUtil.assertAllExtensionsSet(message2); in testParseExtensionsLite()
206 TestUtil.assertAllExtensionsSet(message3); in testParseExtensionsLite()
DGeneratedMessageTest.java607 TestUtil.assertAllExtensionsSet(message); in testExtensionMessageOrBuilder()
650 TestUtil.assertAllExtensionsSet(builder); in testExtensionReflectionSetters()
653 TestUtil.assertAllExtensionsSet(message); in testExtensionReflectionSetters()
702 TestUtil.assertAllExtensionsSet(copy); in testExtensionCopy()
727 TestUtil.assertAllExtensionsSet(builder); in testLiteExtensionMessageOrBuilder()
730 TestUtil.assertAllExtensionsSet(message); in testLiteExtensionMessageOrBuilder()
766 TestUtil.assertAllExtensionsSet(copy); in testLiteExtensionCopy()
DUnknownFieldSetTest.java469 TestUtil.assertAllExtensionsSet(message); in testAllExtensionsLite()
DTextFormatTest.java337 TestUtil.assertAllExtensionsSet(builder.build()); in testParseExtensions()
DTestUtil.java1401 public static void assertAllExtensionsSet( in assertAllExtensionsSet() method in TestUtil
2002 public static void assertAllExtensionsSet( in assertAllExtensionsSet() method in TestUtil
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DGeneratedMessageTest.java519 TestUtil.assertAllExtensionsSet(message); in testExtensionMessageOrBuilder()
547 TestUtil.assertAllExtensionsSet(builder); in testExtensionReflectionSetters()
550 TestUtil.assertAllExtensionsSet(message); in testExtensionReflectionSetters()
599 TestUtil.assertAllExtensionsSet(copy); in testExtensionCopy()
DTextFormatTest.java316 TestUtil.assertAllExtensionsSet(builder.build()); in testParseExtensions()
DWireFormatTest.java140 TestUtil.assertAllExtensionsSet(message2); in testParseExtensions()
DTestUtil.java1276 public static void assertAllExtensionsSet( in assertAllExtensionsSet() method in TestUtil