Searched refs:GetBytesUTF8 (Results 1 – 2 of 2) sorted by relevance
45 public static unsafe int GetBytesUTF8(string str, byte* destination, int destinationLength) in GetBytesUTF8() method in Grpc.Core.Internal.MarshalUtils
156 int statusBytes = MarshalUtils.GetBytesUTF8(status.Detail, ptr, maxBytes); in StartSendStatusFromServer()168 … int statusBytes = MarshalUtils.GetBytesUTF8(status.Detail, ptr, maxBytes); in StartSendStatusFromServer()