Home
last modified time | relevance | path

Searched refs:TestPackedExtensions (Results 1 - 13 of 13) sorted by relevance

/third_party/protobuf/objectivec/Tests/
H A DGPBTestUtilities.h37 @class TestPackedExtensions;
65 - (void)setPackedExtensions:(TestPackedExtensions *)message
74 - (TestPackedExtensions *)packedExtensionsSetRepeatedCount:(uint32_t)count;
88 - (void)assertPackedExtensionsSet:(TestPackedExtensions *)message
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DWireFormatTest.java44 import protobuf_unittest.UnittestProto.TestPackedExtensions;
94 // TestPackedTypes and TestPackedExtensions should have compatible wire in testSerializePackedExtensions()
96 TestPackedExtensions message = TestUtil.getPackedExtensionsSet(); in testSerializePackedExtensions()
145 TestPackedExtensions message = TestUtil.getPackedExtensionsSet(); in testParsePackedExtensions()
150 TestPackedExtensions message2 = in testParsePackedExtensions()
151 TestPackedExtensions.parseFrom(rawBytes, registry); in testParsePackedExtensions()
H A DTestUtil.java135 import protobuf_unittest.UnittestProto.TestPackedExtensions;
216 public static TestPackedExtensions getPackedExtensionsSet() { in getPackedExtensionsSet()
217 TestPackedExtensions.Builder builder = TestPackedExtensions.newBuilder(); in getPackedExtensionsSet()
1782 public static void setPackedExtensions(TestPackedExtensions.Builder message) { in setPackedExtensions()
1814 public static void assertPackedExtensionsSet(TestPackedExtensions message) { in assertPackedExtensionsSet()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DWireFormatTest.java43 import protobuf_unittest.UnittestProto.TestPackedExtensions;
101 // TestPackedTypes and TestPackedExtensions should have compatible wire in testSerializePackedExtensions()
103 TestPackedExtensions message = TestUtil.getPackedExtensionsSet(); in testSerializePackedExtensions()
149 TestPackedExtensions message = TestUtil.getPackedExtensionsSet(); in testParsePackedExtensions()
154 TestPackedExtensions message2 = TestPackedExtensions.parseFrom(rawBytes, registry); in testParsePackedExtensions()
H A DWireFormatLiteTest.java50 import protobuf_unittest.UnittestProto.TestPackedExtensions;
78 // TestPackedTypes and TestPackedExtensions should have compatible wire in testSerializePackedExtensionsLite()
155 // TestPackedTypes and TestPackedExtensions should have compatible wire in testSerializePackedExtensions()
157 TestPackedExtensions message = TestUtil.getPackedExtensionsSet(); in testSerializePackedExtensions()
203 TestPackedExtensions message = TestUtil.getPackedExtensionsSet(); in testParsePackedExtensions()
208 TestPackedExtensions message2 = TestPackedExtensions.parseFrom(rawBytes, registry); in testParsePackedExtensions()
H A DUnknownFieldSetTest.java42 import protobuf_unittest.UnittestProto.TestPackedExtensions;
H A DTestUtil.java230 import protobuf_unittest.UnittestProto.TestPackedExtensions;
316 public static TestPackedExtensions getPackedExtensionsSet() { in getPackedExtensionsSet()
317 TestPackedExtensions.Builder builder = TestPackedExtensions.newBuilder(); in getPackedExtensionsSet()
1913 public static void setPackedExtensions(TestPackedExtensions.Builder message) { in setPackedExtensions()
1945 public static void assertPackedExtensionsSet(TestPackedExtensions message) { in assertPackedExtensionsSet()
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dmessage_test.py111 golden_message = unittest_pb2.TestPackedExtensions()
113 all_set = unittest_pb2.TestPackedExtensions()
/third_party/protobuf/src/google/protobuf/
H A Dextension_set_unittest.cc283 unittest::TestPackedExtensions message1, message2; in TEST()
552 // Serialize as TestPackedExtensions and parse as TestPackedTypes to insure in TEST()
558 unittest::TestPackedExtensions source; in TEST()
572 // Serialize as TestPackedExtensions and parse as TestPackedTypes to insure in TEST()
579 unittest::TestPackedExtensions source; in TEST()
635 // Serialize as TestPackedTypes and parse as TestPackedExtensions. in TEST()
637 unittest::TestPackedExtensions destination; in TEST()
672 unittest::TestPackedExtensions destination; in TEST()
H A Dwire_format_unittest.cc174 unittest::TestPackedExtensions source, dest; in TEST()
266 unittest::TestPackedExtensions message; in TEST()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs727 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions), global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions.Parser, null, null, null, null, null), in UnittestReflection()
919 public static readonly pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, int> PackedInt32Extension =
920 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, int>(90, pb::FieldCodec.ForInt32(722));
921 public static readonly pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, long> PackedInt64Extension =
922 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, long>(91, pb::FieldCodec.ForInt64(730));
923 public static readonly pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, uint> PackedUint32Extension =
924 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, uint>(92, pb::FieldCodec.ForUInt32(738));
925 public static readonly pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, ulong> PackedUint64Extension =
926 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, ulon
23669 public sealed partial class TestPackedExtensions : pb::IExtendableMessage<TestPackedExtensions> global() class
23692 public TestPackedExtensions() { TestPackedExtensions() method in Google.Protobuf.TestProtos.Proto2.TestPackedExtensions
23699 public TestPackedExtensions(TestPackedExtensions other) : this() { TestPackedExtensions() method in Google.Protobuf.TestProtos.Proto2.TestPackedExtensions
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py2243 self.packed_extended_proto = unittest_pb2.TestPackedExtensions()
2921 first_proto = unittest_pb2.TestPackedExtensions()
2922 second_proto = unittest_pb2.TestPackedExtensions()
H A Dmessage_test.py1452 golden_message = unittest_pb2.TestPackedExtensions()
1454 all_set = unittest_pb2.TestPackedExtensions()

Completed in 75 milliseconds