Home
last modified time | relevance | path

Searched refs:TestOneof (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs72 Assert.Throws<InvalidProtocolBufferException>(() => any.Unpack<TestOneof>()); in Unpack_WrongType()
/external/protobuf/python/google/protobuf/internal/
Djson_format_test.py236 message = json_format_proto3_pb2.TestOneof()
247 parsed_message = json_format_proto3_pb2.TestOneof()
720 message = json_format_proto3_pb2.TestOneof()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs178 …eInfo(typeof(global::Google.Protobuf.TestProtos.TestOneof), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()
4376 public sealed partial class TestOneof : pb::IMessage<TestOneof> { class
4377 …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.TestOneof
4394 public TestOneof(TestOneof other) : this() { in TestOneof() method in Google.Protobuf.TestProtos.TestOneof
4409 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 …]
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java58 import com.google.protobuf.util.JsonTestProto.TestOneof;
465 TestOneof.Builder builder = TestOneof.newBuilder(); in testParserRejectDuplicatedFields()
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto78 message TestOneof { message
Dtype_resolver_util_test.cc292 TEST_F(DescriptorPoolTypeResolverTest, TestOneof) { in TEST_F() argument
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs242 var message = new TestOneof(); in Oneof()
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto123 message TestOneof { message
/external/protobuf/src/google/protobuf/
Dunittest_proto3.proto304 message TestOneof { message
Dwire_format_unittest.cc201 unittest::TestOneof oneof_dest; in TEST()
Dunittest.proto626 message TestOneof { message
/external/golang-protobuf/proto/
Dall_test.go2124 func TestOneof(t *testing.T) { func