Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java59 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs72 Assert.Throws<InvalidProtocolBufferException>(() => any.Unpack<TestOneof>()); in Unpack_WrongType()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Djson_format_test.py236 message = json_format_proto3_pb2.TestOneof()
247 parsed_message = json_format_proto3_pb2.TestOneof()
766 message = json_format_proto3_pb2.TestOneof()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs177 …eInfo(typeof(global::Google.Protobuf.TestProtos.TestOneof), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()
4774 public sealed partial class TestOneof : pb::IMessage<TestOneof> { class
4775 …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.TestOneof
4797 public TestOneof(TestOneof other) : this() { in TestOneof() method in Google.Protobuf.TestProtos.TestOneof
4813 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 …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_format_proto3.proto79 message TestOneof { message
Dtype_resolver_util_test.cc292 TEST_F(DescriptorPoolTypeResolverTest, TestOneof) { in TEST_F() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto123 message TestOneof { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs244 var message = new TestOneof(); in Oneof()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_proto3.proto304 message TestOneof { message
Dwire_format_unittest.cc201 unittest::TestOneof oneof_dest; in TEST()
Dunittest.proto627 message TestOneof { message