Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DMarshalUtils.cs59 public static int GetMaxByteCountUTF8(string str) in GetMaxByteCountUTF8() method in Grpc.Core.Internal.MarshalUtils
DCallSafeHandle.cs139 int maxBytes = MarshalUtils.GetMaxByteCountUTF8(status.Detail); in StartSendStatusFromServer()