Home
last modified time | relevance | path

Searched refs:PtrToStringUTF8 (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DMarshalUtils.cs37 public static string PtrToStringUTF8(IntPtr ptr, int len) in PtrToStringUTF8() method in Grpc.Core.Internal.MarshalUtils
DBatchContextSafeHandle.cs94 … string details = MarshalUtils.PtrToStringUTF8(detailsPtr, (int)detailsLength.ToUInt32()); in GetReceivedStatusOnClient()
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/
DUtf8Decode.cs65 MarshalUtils.PtrToStringUTF8(iPtr, payload.Length); in Decode()