Home
last modified time | relevance | path

Searched defs:ByteString (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DByteString.cs44 public sealed class ByteString : IEnumerable<byte>, IEquatable<ByteString> class
86 private ByteString(byte[] bytes) in ByteString() method in Google.Protobuf.ByteString
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DByteString.java68 public abstract class ByteString implements Iterable<Byte>, Serializable { class
147 ByteString() {} in ByteString() method in ByteString