Home
last modified time | relevance | path

Searched refs:ValueBytes (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DMetadataTest.cs40 CollectionAssert.AreEqual(new[] { (byte)'X', (byte)'Y', (byte)'Z' }, entry.ValueBytes); in AsciiEntry()
55 CollectionAssert.AreEqual(bytes, entry.ValueBytes); in BinaryEntry()
90 CollectionAssert.AreEqual(origBytes, entry.ValueBytes); in Entry_Immutable()
92 entry.ValueBytes[0] = 255; in Entry_Immutable()
93 CollectionAssert.AreEqual(origBytes, entry.ValueBytes); in Entry_Immutable()
104 CollectionAssert.AreEqual(bytes, entry.ValueBytes); in Entry_CreateUnsafe_Ascii()
115 CollectionAssert.AreEqual(bytes, entry.ValueBytes); in Entry_CreateUnsafe_Binary()
DAuthPropertyTest.cs48 CollectionAssert.AreEqual(valueBytes, authProperty.ValueBytes); in Create()
61 Assert.AreNotSame(valueBytes, authProperty.ValueBytes); in CreateUnsafe()
62 CollectionAssert.AreEqual(valueBytes, authProperty.ValueBytes); in CreateUnsafe()
DClientServerTest.cs306 CollectionAssert.AreEqual(headers[1].ValueBytes, trailers[1].ValueBytes); in AsyncUnaryCall_EchoMetadata()
/external/grpc-grpc/src/csharp/Grpc.Core/
DAuthProperty.cs69 public byte[] ValueBytes property in Grpc.Core.AuthProperty
DMetadata.cs285 public byte[] ValueBytes property in Grpc.Core.Metadata.Entry
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DCustomErrorDetailsTest.cs106 return DebugInfo.Parser.ParseFrom(entry.ValueBytes); in GetDebugInfo()
DInteropClient.cs501 …xab }, responseTrailers.First((entry) => entry.Key == "x-grpc-test-echo-trailing-bin").ValueBytes); in RunCustomMetadataAsync()
522 …xab }, responseTrailers.First((entry) => entry.Key == "x-grpc-test-echo-trailing-bin").ValueBytes); in RunCustomMetadataAsync()