Searched refs:GetBytesASCII (Results 1 – 2 of 2) sorted by relevance
291 return MarshalUtils.GetBytesASCII(value);343 return valueBytes ?? MarshalUtils.GetBytesASCII(value); in GetSerializedValueUnsafe()
62 public static byte[] GetBytesASCII(string str) in GetBytesASCII() method in Grpc.Core.Internal.MarshalUtils