| /external/rust/crates/protobuf/2.27.1/src/ |
| D | chars.rs | 14 pub struct Chars(Bytes); struct 16 impl Chars { implementation 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 | 604 target: &mut Vec<Chars>, in read_repeated_carllerche_string_into() 635 target: &mut Option<Chars>, in read_singular_carllerche_string_into() 663 target: &mut Chars, in read_singular_proto3_carllerche_string_into()
|
| D | types.rs | 598 fn get_from_unknown(unknown_values: &UnknownValues) -> Option<Chars> { in get_from_unknown() 608 value: &Chars, in write_with_cached_size()
|
| /external/rust/crates/protobuf/src/ |
| D | chars.rs | 13 pub struct Chars(Bytes); struct 15 impl Chars { impl 27 pub fn from_bytes(bytes: Bytes) -> Result<Chars, str::Utf8Error> { in from_bytes() 44 impl<'a> From<&'a str> for Chars { implementation 45 fn from(src: &'a str) -> Chars { in from() 50 impl From<String> for Chars { implementation 51 fn from(src: String) -> Chars { in from() 56 impl Into<String> for Chars { implementation 63 impl Default for Chars { implementation 69 impl Deref for Chars { implementation [all …]
|
| /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 | 80 pub struct Chars<'a> { struct 84 impl<'a> Chars<'a> { argument 114 impl<'a> Iterator for Chars<'a> { implementation 128 impl<'a> DoubleEndedIterator for Chars<'a> { implementation
|
| /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/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/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/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/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/rust/crates/protobuf/src/reflect/value/ |
| D | mod.rs | 77 impl ProtobufValue for Chars { implementation
|
| /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/2.27.1/src/ |
| D | rust_types_values.rs | 47 Chars, enumerator 548 Chars, enumerator
|
| /external/guava/guava/src/com/google/common/primitives/ |
| D | Chars.java | 50 public final class Chars { class 51 private Chars() {} in Chars() method in Chars
|
| /external/guava/android/guava/src/com/google/common/primitives/ |
| D | Chars.java | 50 public final class Chars { class 51 private Chars() {} in Chars() method in Chars
|
| /external/rust/crates/protobuf-codegen/src/gen/ |
| D | rust_types_values.rs | 59 Chars, enumerator 543 Chars, enumerator
|
| /external/lzma/CS/7zip/Common/ |
| D | CommandLineParser.cs | 271 public string Chars = ""; field in SevenZip.CommandLineParser.CommandSubCharsSet
|
| /external/rust/crates/protobuf/2.27.1/src/reflect/ |
| D | value.rs | 118 impl ProtobufValue for Chars { implementation
|
| /external/rust/crates/rayon/src/ |
| D | str.rs | 373 pub struct Chars<'ch> { struct 381 impl<'ch> ParallelIterator for Chars<'ch> { implementation
|
| /external/rust/crates/protobuf/src/reflect/ |
| D | types.rs | 649 fn read(is: &mut CodedInputStream) -> Result<Chars> { in read() 653 fn get_from_unknown(unknown: UnknownValueRef) -> Option<Chars> { in get_from_unknown() 663 value: &Chars, in write_with_cached_size()
|