/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBuffer.hpp | 77 struct Cursor struct in sw::FrameBuffer 79 void *image; 80 int x; 81 int y; 82 int width; 83 int height; 84 int hotspotX; 85 int hotspotY; 86 int positionX; 87 int positionY;
|
/third_party/rust/crates/proc-macro2/src/ |
D | parse.rs | 10 pub(crate) struct Cursor<'a> { struct 16 impl<'a> Cursor<'a> { argument 77 fn skip_whitespace(input: Cursor) -> Cursor { in skip_whitespace() 157 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() 347 fn literal_nocapture(input: Cursor) -> Result<Cursor, Reject> { in literal_nocapture() 367 fn literal_suffix(input: Cursor) -> Cursor { in literal_suffix() 374 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() 384 fn cooked_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_string() 418 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() 437 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() [all …]
|
/third_party/rust/crates/syn/src/ |
D | buffer.rs | 77 pub fn begin(&self) -> Cursor { in begin() 91 pub struct Cursor<'a> { struct 95 // point at. All other `End` objects are skipped over in `Cursor::create`. argument 97 // Cursor is covariant in 'a. This field ensures that our pointers are still argument 102 impl<'a> Cursor<'a> { impl 373 impl<'a> Copy for Cursor<'a> {} implementation 375 impl<'a> Clone for Cursor<'a> { implementation 381 impl<'a> Eq for Cursor<'a> {} implementation 383 impl<'a> PartialEq for Cursor<'a> { implementation 389 impl<'a> PartialOrd for Cursor<'a> { implementation [all …]
|
D | token.rs | 168 fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { in peek_impl() 1036 pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { in peek_keyword() 1078 pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { in peek_punct()
|
D | lookahead.rs | 165 pub(crate) fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { in is_delimiter()
|
D | error.rs | 327 pub(crate) fn new_at<T: Display>(scope: Span, cursor: Cursor, message: T) -> Error { in new_at()
|
/third_party/rust/crates/bindgen/bindgen/ |
D | clang.rs | 53 pub struct Cursor { struct 54 x: CXCursor, argument 57 impl fmt::Debug for Cursor { implementation 70 impl Cursor { implementation 156 pub fn lexical_parent(&self) -> Cursor { in lexical_parent() 168 pub fn fallible_semantic_parent(&self) -> Option<Cursor> { in fallible_semantic_parent() 184 pub fn semantic_parent(&self) -> Cursor { in semantic_parent() 228 pub fn translation_unit(&self) -> Cursor { in translation_unit() 332 cur: Cursor, in is_dependent_on_template_parameter() 420 pub fn definition(&self) -> Option<Cursor> { in definition() [all …]
|
D | parse.rs | 37 cursor: clang::Cursor, in parse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeParser.h | 118 explicit NaClBitcodeData(NaClBitstreamCursor &Cursor) in NaClBitcodeData() 165 NaClBitcodeBlock(unsigned BlockID, NaClBitstreamCursor &Cursor) in NaClBitcodeBlock() 381 ErrorHandler(NaClBitcodeParser *Parser, NaClBitstreamCursor &Cursor) in ErrorHandler() 395 explicit NaClBitcodeParser(NaClBitstreamCursor &Cursor) in NaClBitcodeParser() 567 NaClBitstreamCursor &Cursor) in NaClBitcodeParser()
|
/third_party/skia/experimental/sktext/editor/ |
D | Cursor.cpp | 11 Cursor::Cursor() { in Cursor() function in skia::editor::Cursor
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | var.rs | 153 cursor: &clang::Cursor, in handle_function_macro() 175 cursor: clang::Cursor, in parse() 378 cursor: &clang::Cursor, in parse_macro()
|
D | context.rs | 659 declaration: Option<Cursor>, in add_item() 660 location: Option<Cursor>, in add_item() 781 pub fn add_type_param(&mut self, item: Item, definition: clang::Cursor) { in add_type_param() 890 ) -> Vec<(ItemId, clang::Type, clang::Cursor, Option<ItemId>)> { in collect_typerefs() 1491 definition: clang::Cursor, in add_semantic_parent() 1500 definition: clang::Cursor, in known_semantic_parent() 1514 instantiation: &Cursor, in get_declaration_info_for_template_instantiation() 1515 ) -> Option<(Cursor, ItemId, usize)> { in get_declaration_info_for_template_instantiation() 1606 location: clang::Cursor, in instantiate_template() 1832 location: Option<clang::Cursor>, in builtin_or_resolved_ty() [all …]
|
D | function.rs | 302 cursor: &clang::Cursor, in cursor_mangling() 364 cursor: &clang::Cursor, in args_from_ty_and_cursor() 404 cursor: &clang::Cursor, in from_ty() 656 cursor: clang::Cursor, in parse()
|
D | module.rs | 77 cursor: clang::Cursor, in parse()
|
D | item.rs | 1284 cur: clang::Cursor, in visit_child() 1335 cursor: clang::Cursor, in parse() 1482 location: clang::Cursor, in from_ty_or_ref() 1503 location: clang::Cursor, in from_ty_or_ref_with_id() 1557 location: clang::Cursor, in from_ty() 1576 location: clang::Cursor, in from_ty_with_id() 1745 location: clang::Cursor, in type_param() 1817 refd: &clang::Cursor, in type_param()
|
D | objc.rs | 125 cursor: &clang::Cursor, in from_ty()
|
/third_party/python/Lib/sqlite3/test/ |
D | regression.py | 197 class Cursor(sqlite.Cursor): class 238 class Cursor(sqlite.Cursor): class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 35 class Cursor { class 40 Cursor(NoneType) {} in Cursor() function in __anon4b81fc250111::Cursor 42 explicit Cursor(StringRef Str) { in Cursor() function in __anon4b81fc250111::Cursor
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCompileServer.cpp | 67 size_t Cursor = 0; member in Ice::__anon2c33b4620111::TextDataStreamer
|
D | IceAssembler.h | 212 uintptr_t Cursor; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterferenceCache.h | 200 Cursor(const Cursor &O) { in Cursor() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DataExtractor.h | 62 explicit Cursor(uint64_t Offset) : Offset(Offset), Err(Error::success()) {} in Cursor() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/ |
D | BitstreamReader.cpp | 67 static Expected<uint64_t> readAbbreviatedField(BitstreamCursor &Cursor, in readAbbreviatedField()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 681 DIExpressionCursor Cursor(Ops); in constructVariableDIEImpl() local 1197 DIExpressionCursor Cursor({}); in addAddress() local 1225 DIExpressionCursor Cursor(DIExpr); in addComplexAddress() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 413 Instruction *Cursor = nullptr; in findLocationForEntrySafepoint() local
|