Home
last modified time | relevance | path

Searched defs:Char (Results 1 – 25 of 53) sorted by relevance

123

/third_party/rust/crates/regex/src/
Dinput.rs35 pub fn char(&self) -> Char { in char()
74 fn next_char(&self, at: InputAt) -> Char; in next_char()
79 fn previous_char(&self, at: InputAt) -> Char; in previous_char()
109 fn next_char(&self, at: InputAt) -> Char { in next_char()
113 fn previous_char(&self, at: InputAt) -> Char { in previous_char()
167 fn next_char(&self, at: InputAt) -> Char { in next_char()
171 fn previous_char(&self, at: InputAt) -> Char { in previous_char()
260 fn next_char(&self, at: InputAt) -> Char { in next_char()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char()
346 pub struct Char(u32); struct
[all …]
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest2-v1.cc2 typedef char Char; typedef
5 foo(Int, Char) in foo() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTrigramIndex.cpp28 static bool isAdvancedMetachar(unsigned Char) { in isAdvancedMetachar()
39 for (unsigned Char : Regex) { in insert() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtemplate_typedefs.hpp5 typedef T Char; typedef in Foo
Dchar.h3 typedef char Char; typedef
/third_party/libabigail/tests/data/test-diff-filter/
Dtest3-v1.cc3 typedef char Char; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h797 StringRef ltrim(char Char) const { in ltrim()
811 StringRef rtrim(char Char) const { in rtrim()
825 StringRef trim(char Char) const { in trim()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringRef.h811 StringRef ltrim(char Char) const { in ltrim()
825 StringRef rtrim(char Char) const { in rtrim()
839 StringRef trim(char Char) const { in trim()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dchar.rs8 pub type Char = ::std::os::raw::c_char; typedef
Dtest_multiple_header_calls_in_builder.rs9 pub type Char = ::std::os::raw::c_char; typedef
Dtest_mixed_header_and_header_contents.rs15 pub type Char = ::std::os::raw::c_char; typedef
/third_party/rust/crates/bindgen/bindgen/ir/
Dint.rs19 Char { enumerator
Dvar.rs28 Char(u8), enumerator
/third_party/python/Tools/scripts/
Dfixcid.py199 Char = r"'([^\n\\']|\\.)*'" variable
/third_party/rust/crates/cxx/syntax/
Datom.rs8 Char, // C char, not Rust char enumerator
/third_party/rust/crates/serde/serde_test/src/
Dtoken.rs111 Char(char), enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dchar_map.h70 static constexpr Charmap Char(char x) { in Char() function
/third_party/rust/crates/rust-cexpr/src/
Dliteral.rs58 Char(char), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.cpp509 int Char = getNextChar(); in LexBracket() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h106 SDValue Src, SDValue Char, SDValue Length, in EmitTargetCodeForMemchr()
/third_party/libcoap/src/
Dresource.c77 #define PRINT_WITH_OFFSET(Buf,Offset,Char) \ argument
87 #define PRINT_COND_WITH_OFFSET(Buf,Bufend,Offset,Char,Result) { \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1129 Value *llvm::emitPutChar(Value *Char, IRBuilder<> &B, in emitPutChar()
1169 Value *llvm::emitFPutC(Value *Char, Value *File, IRBuilder<> &B, in emitFPutC()
1190 Value *llvm::emitFPutCUnlocked(Value *Char, Value *File, IRBuilder<> &B, in emitFPutCUnlocked()
/third_party/rust/crates/nom/src/
Derror.rs165 Char(char), enumerator
395 Char, enumerator
/third_party/FreeBSD/contrib/gdtoa/
Dgdtoaimp.h205 #define Char char macro
207 #define Char void macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h87 Char, enumerator
109 Char, enumerator
606 CharKind Char = CharKind::Char; member

123