Home
last modified time | relevance | path

Searched refs:FromBase64 (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DByteStringTest.cs160 ByteString bs = ByteString.FromBase64(base64); in FromBase64_WithText()
168 Assert.AreSame(ByteString.Empty, ByteString.FromBase64("")); in FromBase64_Empty()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DByteStringTest.cs164 ByteString bs = ByteString.FromBase64(base64); in FromBase64_WithText()
172 Assert.AreSame(ByteString.Empty, ByteString.FromBase64("")); in FromBase64_Empty()
H A DJsonFormatterTest.cs366 BytesField = ByteString.FromBase64("ABCD"), in WrapperFormatting_Single()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs164 public static ByteString FromBase64(string bytes) in FromBase64() method in Google.Protobuf.ByteString
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs893 new pb::Extension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, pb::ByteString>(75, pb::FieldCodec.ForBytes(602, pb::ByteString.FromBase64("d29ybGQ=")));
2401 private readonly static pb::ByteString DefaultBytesDefaultValue = pb::ByteString.FromBase64("d29ybGQ=");
15796 private readonly static pb::ByteString EscapedBytesDefaultValue = pb::ByteString.FromBase64("AAEHCAwKDQkLXCci/g==");
16368 private readonly static pb::ByteString BytesWithZeroDefaultValue = pb::ByteString.FromBase64("d29yAGxk");
20607 get { return HasBarBytes ? (pb::ByteString) bar_ : pb::ByteString.FromBase64("QllURVM="); }
[all...]

Completed in 46 milliseconds