Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAnyPartial.cs103 Value = message.ToByteString() in Pack()
/external/protobuf/csharp/src/Google.Protobuf/
DMessageExtensions.cs151 public static ByteString ToByteString(this IMessage message) in ToByteString() method in Google.Protobuf.MessageExtensions
DJsonParser.cs536 var data = body.ToByteString(); in MergeAny()
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs99 …Assert.That(text, Is.StringContaining("\"@value\": \"" + message.ToByteString().ToBase64() + "\"")… in ToString_WithValues()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DProgram.cs116 return new ConformanceResponse { ProtobufPayload = message.ToByteString() }; in PerformRequest()
/external/protobuf/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()