Home
last modified time | relevance | path

Searched refs:Unpack (Results 1 – 7 of 7) sorted by relevance

/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()
80 var unpacked = any.Unpack<TestAllTypes>(); in Unpack_Success()
89 var unpacked = any.Unpack<TestAllTypes>(); in Unpack_CustomPrefix_Success()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DAnyPartial.cs69 public T Unpack<T>() where T : IMessage, new()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwell_known_types_test.py600 self.assertTrue(msg.value.Unpack(unpacked_message))
603 self.assertFalse(msg.value.Unpack(msg))
639 self.assertTrue(msg.Unpack(unpacked_message))
Dtext_format_test.py1106 message.any_value.Unpack(packed_message)
1123 message.repeated_any_value[0].Unpack(packed_message)
1125 message.repeated_any_value[1].Unpack(packed_message)
1137 message.any_value.Unpack(packed_message)
1174 message.any_value.Unpack(packed_message)
Dwell_known_types.py77 def Unpack(self, msg): member in Any
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dany.proto75 // any.Unpack(foo)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt321 * Library: Added Any.Pack/Unpack support.