Searched refs:TestOneof (Results 1 – 12 of 12) sorted by relevance
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()720 message = json_format_proto3_pb2.TestOneof()
178 …eInfo(typeof(global::Google.Protobuf.TestProtos.TestOneof), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()4376 public sealed partial class TestOneof : pb::IMessage<TestOneof> { class4377 …ivate static readonly pb::MessageParser<TestOneof> _parser = new pb::MessageParser<TestOneof>(() =…4378 public static pb::MessageParser<TestOneof> Parser { get { return _parser; } }4388 public TestOneof() { in TestOneof() method in Google.Protobuf.TestProtos.TestOneof4394 public TestOneof(TestOneof other) : this() { in TestOneof() method in Google.Protobuf.TestProtos.TestOneof4409 public TestOneof Clone() { in Clone()4410 return new TestOneof(this); in Clone()4462 return Equals(other as TestOneof); in Equals()4465 public bool Equals(TestOneof other) { in Equals()[all …]
58 import com.google.protobuf.util.JsonTestProto.TestOneof;465 TestOneof.Builder builder = TestOneof.newBuilder(); in testParserRejectDuplicatedFields()
78 message TestOneof { message
292 TEST_F(DescriptorPoolTypeResolverTest, TestOneof) { in TEST_F() argument
242 var message = new TestOneof(); in Oneof()
123 message TestOneof { message
304 message TestOneof { message
201 unittest::TestOneof oneof_dest; in TEST()
626 message TestOneof { message
2124 func TestOneof(t *testing.T) { func