Home
last modified time | relevance | path

Searched defs:valueBytes (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DAuthProperty.cs34 byte[] valueBytes; field in Grpc.Core.AuthProperty
37 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()
DMetadata.cs148 public void Add(string key, byte[] valueBytes) in Add()
232 readonly byte[] valueBytes; field in Grpc.Core.Metadata.Entry
234 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()
/external/aac/libMpegTPEnc/src/
Dtpenc_latm.cpp120 UCHAR valueBytes = 4; in transportEnc_LatmWriteValue() local
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DStatus.java593 private static byte[] toAsciiStringSlow(byte[] valueBytes, int ri) { in toAsciiStringSlow()