Searched refs:GetMaxByteCountUTF8 (Results 1 – 2 of 2) sorted by relevance
59 public static int GetMaxByteCountUTF8(string str) in GetMaxByteCountUTF8() method in Grpc.Core.Internal.MarshalUtils
139 int maxBytes = MarshalUtils.GetMaxByteCountUTF8(status.Detail); in StartSendStatusFromServer()