Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core.Tests/
DMetadataTest.cs320 public void GetValueBytes() in GetValueBytes() method in Grpc.Core.Tests.MetadataTest
329 var abcValue = metadata.GetValueBytes("abc-bin"); in GetValueBytes()
332 var xyzValue = metadata.GetValueBytes("xyz-bin"); in GetValueBytes()
335 var notFound = metadata.GetValueBytes("not-found"); in GetValueBytes()
347 var xyzValue = metadata.GetValueBytes("xyz"); in GetValueBytes_StringValue()
/third_party/grpc/src/csharp/Grpc.Core.Api/
DMetadata.cs110 public byte[] GetValueBytes(string key) in GetValueBytes() method in Grpc.Core.Metadata