Home
last modified time | relevance | path

Searched refs:TestUnpackedTypes (Results 1 – 19 of 19) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DAbstractMessageTest.java42 import protobuf_unittest.UnittestProto.TestUnpackedTypes;
307 TestUnpackedTypes.parseFrom(abstractMessage.toByteString())); in testUnpackedSerialization()
315 new AbstractMessageWrapper.Builder(TestUnpackedTypes.newBuilder()); in testParsePackedToUnpacked()
319 (TestUnpackedTypes) message.wrappedMessage); in testParsePackedToUnpacked()
332 new AbstractMessageWrapper.Builder(TestUnpackedTypes.newBuilder()); in testUnpackedParsing()
336 (TestUnpackedTypes) message.wrappedMessage); in testUnpackedParsing()
DGeneratedMessageTest.java67 import protobuf_unittest.UnittestProto.TestUnpackedTypes;
583 TestUnpackedTypes.Builder builder = TestUnpackedTypes.newBuilder(); in testParsePackedToUnpacked()
584 TestUnpackedTypes message = in testParsePackedToUnpacked()
DTestUtil.java234 import protobuf_unittest.UnittestProto.TestUnpackedTypes;
298 public static TestUnpackedTypes getUnpackedSet() { in getUnpackedSet()
299 TestUnpackedTypes.Builder builder = TestUnpackedTypes.newBuilder(); in getUnpackedSet()
1009 public static void setUnpackedFields(TestUnpackedTypes.Builder message) { in setUnpackedFields()
1094 public static void assertUnpackedFieldsSet(TestUnpackedTypes message) { in assertUnpackedFieldsSet()
/external/protobuf/objectivec/Tests/
DGPBTestUtilities.h38 @class TestUnpackedTypes;
60 - (void)setUnpackedFields:(TestUnpackedTypes *)message
DGPBMessageTests+Serialization.m763 TestUnpackedTypes *unpackedOrig = [TestUnpackedTypes message];
782 TestUnpackedTypes *unpackedParsed =
783 [TestUnpackedTypes parseFromData:packedData error:&error];
860 TestUnpackedTypes *fieldsOrig = [TestUnpackedTypes message];
871 TestUnpackedTypes *fieldsParse =
872 [TestUnpackedTypes parseFromData:extsData error:NULL];
DGPBTestUtilities.m1160 - (void)setAllTestUnpackedFields:(TestUnpackedTypes *)message { argument
1763 - (void)setUnpackedFields:(TestUnpackedTypes *)message
/external/protobuf/src/google/protobuf/
Dtest_util.h63 static void SetUnpackedFields(unittest::TestUnpackedTypes* message);
85 const unittest::TestUnpackedTypes& message);
Dwire_format_unittest.cc135 unittest::TestUnpackedTypes source; in TEST()
156 unittest::TestUnpackedTypes dest; in TEST()
955 proto3_arena_unittest::TestUnpackedTypes unpacked_message; in TEST_F()
Dunittest_proto3_arena_lite.proto168 message TestUnpackedTypes { message
Dunittest_proto3_lite.proto167 message TestUnpackedTypes { message
Dunittest_proto3_arena.proto167 message TestUnpackedTypes { message
Dextension_set_unittest.cc571 unittest::TestUnpackedTypes unpacked; in TEST()
582 unittest::TestUnpackedTypes source; in TEST()
Dunittest_proto3.proto333 message TestUnpackedTypes { message
Dunittest.proto721 message TestUnpackedTypes { message
Dtest_util.cc754 void TestUtil::SetUnpackedFields(unittest::TestUnpackedTypes* message) { in SetUnpackedFields()
857 const unittest::TestUnpackedTypes& message) { in ExpectUnpackedFieldsSet()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs180 …peof(global::Google.Protobuf.TestProtos.TestUnpackedTypes), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()
4930 public sealed partial class TestUnpackedTypes : pb::IMessage<TestUnpackedTypes> { class
4931 … readonly pb::MessageParser<TestUnpackedTypes> _parser = new pb::MessageParser<TestUnpackedTypes>(…
4932 public static pb::MessageParser<TestUnpackedTypes> Parser { get { return _parser; } }
4942 public TestUnpackedTypes() { in TestUnpackedTypes() method in Google.Protobuf.TestProtos.TestUnpackedTypes
4948 public TestUnpackedTypes(TestUnpackedTypes other) : this() { in TestUnpackedTypes() method in Google.Protobuf.TestProtos.TestUnpackedTypes
4965 public TestUnpackedTypes Clone() { in Clone()
4966 return new TestUnpackedTypes(this); in Clone()
5096 return Equals(other as TestUnpackedTypes); in Equals()
5099 public bool Equals(TestUnpackedTypes other) { in Equals()
[all …]
/external/protobuf/python/google/protobuf/internal/
Dpacked_field_test.proto58 message TestUnpackedTypes { message
Dreflection_test.py2677 unpacked = unittest_pb2.TestUnpackedTypes()
2691 unpacked = unittest_pb2.TestUnpackedTypes()
2696 expected = unittest_pb2.TestUnpackedTypes()
Dmessage_test.py1778 message = packed_field_test_pb2.TestUnpackedTypes()