Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DMarshalUtils.cs45 public static unsafe int GetBytesUTF8(string str, byte* destination, int destinationLength) in GetBytesUTF8() method in Grpc.Core.Internal.MarshalUtils
DCallSafeHandle.cs156 int statusBytes = MarshalUtils.GetBytesUTF8(status.Detail, ptr, maxBytes); in StartSendStatusFromServer()
168 … int statusBytes = MarshalUtils.GetBytesUTF8(status.Detail, ptr, maxBytes); in StartSendStatusFromServer()