Home
last modified time | relevance | path

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

/third_party/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
DByteStrings.kt47 fun ByteString.isNotEmpty(): Boolean = !isEmpty() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dtokens.rs73 pub struct ByteString { struct
76 impl std::fmt::Display for ByteString { implementation
81 impl AstToken for ByteString { implementation
/third_party/protobuf/csharp/src/Google.Protobuf/
DByteString.cs29 public sealed class ByteString : IEnumerable<byte>, IEquatable<ByteString> class
57 private ByteString(ReadOnlyMemory<byte> bytes) in ByteString() method in Google.Protobuf.ByteString
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dtoken_ext.rs240 impl IsString for ast::ByteString { implementation
244 impl ast::ByteString { implementation
Dexpr_ext.rs290 ByteString(ast::ByteString), enumerator
/third_party/skia/m133/src/pdf/
DSkPDFTypes.cpp331 SkPDFUnion SkPDFUnion::ByteString(const char* value) { in ByteString() function in SkPDFUnion
345 SkPDFUnion SkPDFUnion::ByteString(SkString s) { in ByteString() function in SkPDFUnion
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dhir.rs87 ByteString(Box<[u8]>), enumerator
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java57 public abstract class ByteString implements Iterable<Byte>, Serializable { class
127 ByteString() {} in ByteString() method in ByteString
/third_party/python/Lib/
D_collections_abc.py1042 class ByteString(Sequence): class
Dtyping.py2704 ByteString = _alias(collections.abc.ByteString, 0) # Not generic variable