Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DAbstractMessageTest.java43 import protobuf_unittest.UnittestProto.TestUnpackedTypes;
284 TestUnpackedTypes.parseFrom(abstractMessage.toByteString())); in testUnpackedSerialization()
292 new AbstractMessageWrapper.Builder(TestUnpackedTypes.newBuilder()); in testParsePackedToUnpacked()
296 (TestUnpackedTypes) message.wrappedMessage); in testParsePackedToUnpacked()
309 new AbstractMessageWrapper.Builder(TestUnpackedTypes.newBuilder()); in testUnpackedParsing()
313 (TestUnpackedTypes) message.wrappedMessage); in testUnpackedParsing()
DGeneratedMessageTest.java58 import protobuf_unittest.UnittestProto.TestUnpackedTypes;
495 TestUnpackedTypes.Builder builder = TestUnpackedTypes.newBuilder(); in testParsePackedToUnpacked()
496 TestUnpackedTypes message = in testParsePackedToUnpacked()
DTestUtil.java137 import protobuf_unittest.UnittestProto.TestUnpackedTypes;
210 public static TestUnpackedTypes getUnpackedSet() { in getUnpackedSet()
211 TestUnpackedTypes.Builder builder = TestUnpackedTypes.newBuilder(); in getUnpackedSet()
902 public static void setUnpackedFields(TestUnpackedTypes.Builder message) { in setUnpackedFields()
987 public static void assertUnpackedFieldsSet(TestUnpackedTypes message) { in assertUnpackedFieldsSet()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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_lite.proto167 message TestUnpackedTypes { message
Dunittest_proto3_arena.proto167 message TestUnpackedTypes { message
Dunittest_proto3_arena_lite.proto168 message TestUnpackedTypes { message
Dunittest_proto3.proto333 message TestUnpackedTypes { message
Dextension_set_unittest.cc639 unittest::TestUnpackedTypes unpacked; in TEST()
650 unittest::TestUnpackedTypes source; in TEST()
Dunittest.proto722 message TestUnpackedTypes { message
Dtest_util.cc754 void TestUtil::SetUnpackedFields(unittest::TestUnpackedTypes* message) { in SetUnpackedFields()
857 const unittest::TestUnpackedTypes& message) { in ExpectUnpackedFieldsSet()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dpacked_field_test.proto58 message TestUnpackedTypes { message
Dreflection_test.py2678 unpacked = unittest_pb2.TestUnpackedTypes()
2692 unpacked = unittest_pb2.TestUnpackedTypes()
2697 expected = unittest_pb2.TestUnpackedTypes()
Dmessage_test.py1782 message = packed_field_test_pb2.TestUnpackedTypes()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs179 …peof(global::Google.Protobuf.TestProtos.TestUnpackedTypes), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()
5373 public sealed partial class TestUnpackedTypes : pb::IMessage<TestUnpackedTypes> { class
5374 … readonly pb::MessageParser<TestUnpackedTypes> _parser = new pb::MessageParser<TestUnpackedTypes>(…
5376 public static pb::MessageParser<TestUnpackedTypes> Parser { get { return _parser; } }
5389 public TestUnpackedTypes() { in TestUnpackedTypes() method in Google.Protobuf.TestProtos.TestUnpackedTypes
5396 public TestUnpackedTypes(TestUnpackedTypes other) : this() { in TestUnpackedTypes() method in Google.Protobuf.TestProtos.TestUnpackedTypes
5414 public TestUnpackedTypes Clone() { in Clone()
5415 return new TestUnpackedTypes(this); in Clone()
5560 return Equals(other as TestUnpackedTypes); in Equals()
5564 public bool Equals(TestUnpackedTypes other) { in Equals()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto583 message TestUnpackedTypes { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto583 message TestUnpackedTypes { message