Searched defs:valueBytes (Results 1 – 4 of 4) sorted by relevance
34 byte[] valueBytes; field in Grpc.Core.AuthProperty37 private AuthProperty(string name, byte[] valueBytes) in AuthProperty()84 public static AuthProperty Create(string name, byte[] valueBytes) in Create()106 internal static AuthProperty CreateUnsafe(string name, byte[] valueBytes) in CreateUnsafe()
148 public void Add(string key, byte[] valueBytes) in Add()232 readonly byte[] valueBytes; field in Grpc.Core.Metadata.Entry234 private Entry(string key, string value, byte[] valueBytes) in Entry()246 public Entry(string key, byte[] valueBytes) in Entry()350 internal static Entry CreateUnsafe(string key, byte[] valueBytes) in CreateUnsafe()
120 UCHAR valueBytes = 4; in transportEnc_LatmWriteValue() local
593 private static byte[] toAsciiStringSlow(byte[] valueBytes, int ri) { in toAsciiStringSlow()