Home
last modified time | relevance | path

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

/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs99 … Assert.That(text, Does.Contain("\"@value\": \"" + message.ToByteString().ToBase64() + "\"")); in ToString_WithValues()
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs117 … Assert.That(text, Does.Contain("\"@value\": \"" + message.ToByteString().ToBase64() + "\"")); in ToString_WithValues()
/external/protobuf/csharp/src/Google.Protobuf/
DByteString.cs135 public string ToBase64() in ToBase64() method in Google.Protobuf.ByteString
DJsonFormatter.cs367 writer.Write(((ByteString)value).ToBase64()); in WriteValue()
579 writer.Write(data.ToBase64()); in WriteDiagnosticOnlyAny()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs171 var parsed = JsonParser.Default.Parse<BytesValue>(WrapInQuotes(data.ToBase64())); in BytesWrapper_Standalone()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DJsonParserTest.cs171 var parsed = JsonParser.Default.Parse<BytesValue>(WrapInQuotes(data.ToBase64())); in BytesWrapper_Standalone()