Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DMetadata.cs291 return MarshalUtils.GetBytesASCII(value);
343 return valueBytes ?? MarshalUtils.GetBytesASCII(value); in GetSerializedValueUnsafe()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DMarshalUtils.cs62 public static byte[] GetBytesASCII(string str) in GetBytesASCII() method in Grpc.Core.Internal.MarshalUtils