Home
last modified time | relevance | path

Searched defs:Chars (Results 1 – 25 of 45) sorted by relevance

12

/external/rust/crates/protobuf/src/
Dchars.rs14 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 …]
Drt.rs605 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/
Dconfig.rs204 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/
Dutf8.rs84 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/
DSampleElements.java70 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/
DSampleElements.java70 public static class Chars extends SampleElements<Character> { class in SampleElements
71 public Chars() { in Chars() method in SampleElements.Chars
/external/llvm/lib/Support/
DStringRef.cpp205 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()
DScaledNumber.cpp187 SmallVector<char, 24> Chars; in toStringAPFloat() local
/external/llvm-project/llvm/lib/Support/
DStringRef.cpp230 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()
DGlobPattern.cpp85 StringRef Chars = S.substr(1, End - 1); in scan() local
DScaledNumber.cpp186 SmallVector<char, 24> Chars; in toStringAPFloat() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringRef.cpp236 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()
DGlobPattern.cpp85 StringRef Chars = S.substr(1, End - 1); in scan() local
DScaledNumber.cpp186 SmallVector<char, 24> Chars; in toStringAPFloat() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringRef.cpp250 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/
DTrigram.cpp113 std::string Chars; in generateQueryTrigrams() local
/external/llvm/unittests/ADT/
DVariadicFunctionTest.cpp60 int Chars = 0; in StringAppendImpl() local
/external/rust/crates/remain/src/
Datom.rs11 Chars(&'a str), enumerator
/external/rust/crates/protobuf-codegen/src/
Drust_types_values.rs46 Chars, enumerator
547 Chars, enumerator
/external/guava/android/guava/src/com/google/common/primitives/
DChars.java49 public final class Chars { class
50 private Chars() {} in Chars() method in Chars
/external/guava/guava/src/com/google/common/primitives/
DChars.java49 public final class Chars { class
50 private Chars() {} in Chars() method in Chars
/external/lzma/CS/7zip/Common/
DCommandLineParser.cs271 public string Chars = ""; field in SevenZip.CommandLineParser.CommandSubCharsSet
/external/rust/crates/protobuf/src/reflect/
Dvalue.rs118 impl ProtobufValue for Chars { implementation
/external/rust/crates/rayon/src/
Dstr.rs395 pub struct Chars<'ch> { struct
403 impl<'ch> ParallelIterator for Chars<'ch> { implementation
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractVariable.cpp163 ExtractionContext::replaceWithVar(SourceRange Chars, in replaceWithVar()

12