Searched refs:TestOneof (Results 1 – 11 of 11) sorted by relevance
59 import com.google.protobuf.util.JsonTestProto.TestOneof;437 TestOneof.Builder builder = TestOneof.newBuilder(); in testNullInOneof()439 TestOneof message = builder.build(); in testNullInOneof()440 assertEquals(TestOneof.OneofFieldCase.ONEOF_NULL_VALUE, message.getOneofFieldCase()); in testNullInOneof()480 TestOneof.Builder builder = TestOneof.newBuilder(); in testParserRejectDuplicatedFields()
72 Assert.Throws<InvalidProtocolBufferException>(() => any.Unpack<TestOneof>()); in Unpack_WrongType()
236 message = json_format_proto3_pb2.TestOneof()247 parsed_message = json_format_proto3_pb2.TestOneof()766 message = json_format_proto3_pb2.TestOneof()
177 …eInfo(typeof(global::Google.Protobuf.TestProtos.TestOneof), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()4774 public sealed partial class TestOneof : pb::IMessage<TestOneof> { class4775 …ivate static readonly pb::MessageParser<TestOneof> _parser = new pb::MessageParser<TestOneof>(() =…4777 public static pb::MessageParser<TestOneof> Parser { get { return _parser; } }4790 public TestOneof() { in TestOneof() method in Google.Protobuf.TestProtos.TestOneof4797 public TestOneof(TestOneof other) : this() { in TestOneof() method in Google.Protobuf.TestProtos.TestOneof4813 public TestOneof Clone() { in Clone()4814 return new TestOneof(this); in Clone()4872 return Equals(other as TestOneof); in Equals()4876 public bool Equals(TestOneof other) { in Equals()[all …]
79 message TestOneof { message
292 TEST_F(DescriptorPoolTypeResolverTest, TestOneof) { in TEST_F() argument
123 message TestOneof { message
244 var message = new TestOneof(); in Oneof()
304 message TestOneof { message
201 unittest::TestOneof oneof_dest; in TEST()
627 message TestOneof { message