/external/rust/crates/protobuf/src/ |
D | chars.rs | 14 pub struct Chars(Bytes); struct 16 impl Chars { impl 23 pub fn from_bytes(bytes: Bytes) -> Result<Chars, str::Utf8Error> { in from_bytes() 40 impl<'a> From<&'a str> for Chars { implementation 41 fn from(src: &'a str) -> Chars { in from() 46 impl From<String> for Chars { implementation 47 fn from(src: String) -> Chars { in from() 52 impl Into<String> for Chars { implementation 59 impl Default for Chars { implementation 65 impl Deref for Chars { implementation [all …]
|
D | rt.rs | 605 target: &mut Vec<Chars>, in read_repeated_carllerche_string_into() 636 target: &mut Option<Chars>, in read_singular_carllerche_string_into() 664 target: &mut Chars, in read_singular_proto3_carllerche_string_into()
|
/external/rust/crates/codespan-reporting/src/term/ |
D | config.rs | 204 pub struct Chars { struct 209 /// Defaults to: `'│'` or `'|'` with [`Chars::ascii()`]. argument 212 /// Defaults to: `'·'` or `'.'` with [`Chars::ascii()`]. argument 213 pub source_border_left_break: char, 239 /// Defaults to: `'╭'` or `'/'` with [`Chars::ascii()`]. argument 242 /// Defaults to: `'─'` or `'-'` with [`Chars::ascii()`]. argument 245 /// Defaults to: `'╰'` or `'\'` with [`Chars::ascii()`]. argument 248 /// Defaults to: `'─'` or `'-'` with [`Chars::ascii()`]. argument 251 /// Defaults to: `'│'` or `'|'` with [`Chars::ascii()`]. argument 255 /// Defaults to: `'│'` or `'|'` with [`Chars::ascii()`]. argument [all …]
|
/external/rust/crates/bstr/src/ |
D | utf8.rs | 84 pub struct Chars<'a> { struct 88 impl<'a> Chars<'a> { impl 118 impl<'a> Iterator for Chars<'a> { implementation 132 impl<'a> DoubleEndedIterator for Chars<'a> { implementation
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SampleElements.java | 70 public static class Chars extends SampleElements<Character> { class in SampleElements 71 public Chars() { in Chars() method in SampleElements.Chars
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
D | SampleElements.java | 70 public static class Chars extends SampleElements<Character> { class in SampleElements 71 public Chars() { in Chars() method in SampleElements.Chars
|
/external/llvm/lib/Support/ |
D | StringRef.cpp | 205 StringRef::size_type StringRef::find_first_of(StringRef Chars, in find_first_of() 230 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() 246 StringRef::size_type StringRef::find_last_of(StringRef Chars, in find_last_of() 271 StringRef::size_type StringRef::find_last_not_of(StringRef Chars, in find_last_not_of()
|
D | ScaledNumber.cpp | 187 SmallVector<char, 24> Chars; in toStringAPFloat() local
|
/external/llvm-project/llvm/lib/Support/ |
D | StringRef.cpp | 230 StringRef::size_type StringRef::find_first_of(StringRef Chars, in find_first_of() 255 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() 271 StringRef::size_type StringRef::find_last_of(StringRef Chars, in find_last_of() 296 StringRef::size_type StringRef::find_last_not_of(StringRef Chars, in find_last_not_of()
|
D | GlobPattern.cpp | 85 StringRef Chars = S.substr(1, End - 1); in scan() local
|
D | ScaledNumber.cpp | 186 SmallVector<char, 24> Chars; in toStringAPFloat() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | StringRef.cpp | 236 StringRef::size_type StringRef::find_first_of(StringRef Chars, in find_first_of() 261 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() 277 StringRef::size_type StringRef::find_last_of(StringRef Chars, in find_last_of() 302 StringRef::size_type StringRef::find_last_not_of(StringRef Chars, in find_last_not_of()
|
D | GlobPattern.cpp | 85 StringRef Chars = S.substr(1, End - 1); in scan() local
|
D | ScaledNumber.cpp | 186 SmallVector<char, 24> Chars; in toStringAPFloat() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | StringRef.cpp | 250 StringRef::size_type StringRef::find_first_of(StringRef Chars, in find_first_of() 275 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() 291 StringRef::size_type StringRef::find_last_of(StringRef Chars, in find_last_of() 316 StringRef::size_type StringRef::find_last_not_of(StringRef Chars, in find_last_not_of()
|
/external/llvm-project/clang-tools-extra/clangd/index/dex/ |
D | Trigram.cpp | 113 std::string Chars; in generateQueryTrigrams() local
|
/external/llvm/unittests/ADT/ |
D | VariadicFunctionTest.cpp | 60 int Chars = 0; in StringAppendImpl() local
|
/external/rust/crates/remain/src/ |
D | atom.rs | 11 Chars(&'a str), enumerator
|
/external/rust/crates/protobuf-codegen/src/ |
D | rust_types_values.rs | 46 Chars, enumerator 547 Chars, enumerator
|
/external/guava/android/guava/src/com/google/common/primitives/ |
D | Chars.java | 49 public final class Chars { class 50 private Chars() {} in Chars() method in Chars
|
/external/guava/guava/src/com/google/common/primitives/ |
D | Chars.java | 49 public final class Chars { class 50 private Chars() {} in Chars() method in Chars
|
/external/lzma/CS/7zip/Common/ |
D | CommandLineParser.cs | 271 public string Chars = ""; field in SevenZip.CommandLineParser.CommandSubCharsSet
|
/external/rust/crates/protobuf/src/reflect/ |
D | value.rs | 118 impl ProtobufValue for Chars { implementation
|
/external/rust/crates/rayon/src/ |
D | str.rs | 395 pub struct Chars<'ch> { struct 403 impl<'ch> ParallelIterator for Chars<'ch> { implementation
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | ExtractVariable.cpp | 163 ExtractionContext::replaceWithVar(SourceRange Chars, in replaceWithVar()
|