Searched refs:ValueBytes (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | MetadataTest.cs | 40 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()
|
D | AuthPropertyTest.cs | 48 CollectionAssert.AreEqual(valueBytes, authProperty.ValueBytes); in Create() 61 Assert.AreNotSame(valueBytes, authProperty.ValueBytes); in CreateUnsafe() 62 CollectionAssert.AreEqual(valueBytes, authProperty.ValueBytes); in CreateUnsafe()
|
D | ClientServerTest.cs | 306 CollectionAssert.AreEqual(headers[1].ValueBytes, trailers[1].ValueBytes); in AsyncUnaryCall_EchoMetadata()
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | AuthProperty.cs | 69 public byte[] ValueBytes property in Grpc.Core.AuthProperty
|
D | Metadata.cs | 285 public byte[] ValueBytes property in Grpc.Core.Metadata.Entry
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | CustomErrorDetailsTest.cs | 106 return DebugInfo.Parser.ParseFrom(entry.ValueBytes); in GetDebugInfo()
|
D | InteropClient.cs | 501 …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()
|