Searched refs:TestAny (Results 1 – 15 of 15) sorted by relevance
33 import any_test.AnyTestProto.TestAny;47 TestAny container = TestAny.newBuilder() in testAnyGeneratedApi()51 assertFalse(container.getValue().is(TestAny.class)); in testAnyGeneratedApi()59 TestAny wrongMessage = container.getValue().unpack(TestAny.class); in testAnyGeneratedApi()66 TestAny.Builder containerBuilder = container.toBuilder(); in testAnyGeneratedApi()83 TestAny container = TestAny.newBuilder() in testCustomTypeUrls()91 assertFalse(container.getValue().is(TestAny.class)); in testCustomTypeUrls()96 container = TestAny.newBuilder() in testCustomTypeUrls()104 assertFalse(container.getValue().is(TestAny.class)); in testCustomTypeUrls()109 container = TestAny.newBuilder() in testCustomTypeUrls()[all …]
39 protobuf_unittest::TestAny submessage; in TEST()41 protobuf_unittest::TestAny message; in TEST()54 protobuf_unittest::TestAny submessage; in TEST()58 protobuf_unittest::TestAny message; in TEST()71 protobuf_unittest::TestAny submessage; in TEST()76 EXPECT_TRUE(any.Is<protobuf_unittest::TestAny>()); in TEST()79 protobuf_unittest::TestAny message; in TEST()82 EXPECT_FALSE(message.any_value().Is<protobuf_unittest::TestAny>()); in TEST()
37 message TestAny { message
584 msg = any_test_pb2.TestAny()615 submessage = any_test_pb2.TestAny()622 submessage = any_test_pb2.TestAny()638 unpacked_message = any_test_pb2.TestAny()
39 message TestAny { message
433 message = json_format_proto3_pb2.TestAny()459 parsed_message = json_format_proto3_pb2.TestAny()
339 void TestAny(void);
198 TESTCASE(84,TestAny); in runIndexedTest()3885 void TransliteratorTest::TestAny(void) { in TestAny() function in TransliteratorTest
40 message TestAny { message
53 import com.google.protobuf.util.JsonTestProto.TestAny;806 TestAny message = TestAny.newBuilder().setAnyValue(Any.pack(content)).build(); in testAnyFields()
154 message TestAny { message
3120 protobuf_unittest::TestAny m1, m2; in TEST()3137 protobuf_unittest::TestAny m1, m2; in TEST()
195 message TestAny { message
2941 public void TestAny() { in TestAny() method in TransliteratorTest
2938 public void TestAny() { in TestAny() method in TransliteratorTest