Home
last modified time | relevance | path

Searched refs:ToByteString (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DAnyPartial.cs103 Value = message.ToByteString() in Pack()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs99 … Assert.That(text, Does.Contain("\"@value\": \"" + message.ToByteString().ToBase64() + "\"")); in ToString_WithValues()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DMessageExtensions.cs151 public static ByteString ToByteString(this IMessage message) in ToByteString() method in Google.Protobuf.MessageExtensions
DJsonParser.cs537 var data = body.ToByteString(); in MergeAny()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DProgram.cs116 return new ConformanceResponse { ProtobufPayload = message.ToByteString() }; in PerformRequest()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs263 TestAllTypes message2 = TestAllTypes.Parser.ParseFrom(message.ToByteString()); in ReadHugeBlob()
316 ByteString data64 = MakeRecursiveMessage(64).ToByteString(); in MaliciousRecursion()
317 ByteString data65 = MakeRecursiveMessage(65).ToByteString(); in MaliciousRecursion()