Home
last modified time | relevance | path

Searched refs:ToBase64 (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs99 …ssert.That(text, Is.StringContaining("\"@value\": \"" + message.ToByteString().ToBase64() + "\"")); in ToString_WithValues()
/external/protobuf/csharp/src/Google.Protobuf/
DByteString.cs129 public string ToBase64() in ToBase64() method in Google.Protobuf.ByteString
DJsonFormatter.cs395 writer.Write(((ByteString)value).ToBase64()); in WriteValue()
608 writer.Write(data.ToBase64()); in WriteDiagnosticOnlyAny()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs168 var parsed = JsonParser.Default.Parse<BytesValue>(WrapInQuotes(data.ToBase64())); in BytesWrapper_Standalone()