Searched refs:ToStringUtf8 (Results 1 - 3 of 3) sorted by relevance
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ | ||
H A D | ByteStringTest.cs | 142 public void ToStringUtf8()
in ToStringUtf8() method in Google.Protobuf.ByteStringTest 145 Assert.AreEqual("\u20ac", bs.ToStringUtf8()); in ToStringUtf8() |
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ | ||
H A D | ByteStringTest.cs | 146 public void ToStringUtf8()
in ToStringUtf8() method in Google.Protobuf.ByteStringTest 149 Assert.AreEqual("\u20ac", bs.ToStringUtf8()); in ToStringUtf8() |
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
H A D | ByteString.cs | 301 public string ToStringUtf8()
in ToStringUtf8() method in Google.Protobuf.ByteString |
Completed in 2 milliseconds