Home
last modified time | relevance | path

Searched defs:Pack (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs41 public void Pack() in Pack() method in Google.Protobuf.WellKnownTypes.AnyTest
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DAnyPartial.cs96 public static Any Pack(IMessage message, string typeUrlPrefix) in Pack() method in Google.Protobuf.WellKnownTypes.Any
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwell_known_types.py69 def Pack(self, msg, type_url_prefix='type.googleapis.com/'): member in Any