Home
last modified time | relevance | path

Searched refs:MarshalUtils (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DMetadata.cs291 return MarshalUtils.GetBytesASCII(value);
309 return value ?? MarshalUtils.GetStringASCII(valueBytes);
343 return valueBytes ?? MarshalUtils.GetBytesASCII(value); in GetSerializedValueUnsafe()
356 return new Entry(key, MarshalUtils.GetStringASCII(valueBytes), null); in CreateUnsafe()
DAuthProperty.cs41 this.value = new Lazy<string>(() => MarshalUtils.GetStringUTF8(this.valueBytes)); in AuthProperty()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DMarshalUtils.cs28 internal static class MarshalUtils class
DBatchContextSafeHandle.cs87 … string details = MarshalUtils.PtrToStringUTF8(detailsPtr, (int)detailsLength.ToUInt32()); in GetReceivedStatusOnClient()
DCallSafeHandle.cs137 var statusDetailBytes = MarshalUtils.GetBytesUTF8(status.Detail); in StartSendStatusFromServer()