Home
last modified time | relevance | path

Searched refs:GetBytesUTF8 (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DMarshalUtils.cs46 public static byte[] GetBytesUTF8(string str) in GetBytesUTF8() method in Grpc.Core.Internal.MarshalUtils
DCallSafeHandle.cs137 var statusDetailBytes = MarshalUtils.GetBytesUTF8(status.Detail); in StartSendStatusFromServer()