Home
last modified time | relevance | path

Searched refs:cursor_ (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/worksheet/
H A Dcell_iterator.cpp64 && cursor_ == other.cursor_ in operator ==()
74 && cursor_ == other.cursor_ in operator ==()
97 cursor_.column_index(cursor_.column_index() - 1); in operator --()
112 cursor_.row(cursor_.row() - 1); in operator --()
119 cursor_.row(cursor_.row() - 1); in operator --()
148 cursor_.row(cursor_.row() - 1); in operator --()
155 cursor_.row(cursor_.row() - 1); in operator --()
200 cursor_.row(cursor_.row() + 1); in operator ++()
207 cursor_.row(cursor_.row() + 1); in operator ++()
236 cursor_.row(cursor_.row() + 1); in operator ++()
[all …]
H A Drange_iterator.cpp58 && cursor_ == other.cursor_ in operator ==()
74 cursor_.row(cursor_.row() - 1); in operator --()
81 cursor_.row(cursor_.row() - 1); in operator --()
89 cursor_.column_index(cursor_.column_index() - 1); in operator --()
118 cursor_.row(cursor_.row() + 1); in operator ++()
125 cursor_.row(cursor_.row() + 1); in operator ++()
173 && cursor_ == other.cursor_ in operator ==()
189 cursor_.row(cursor_.row() - 1); in operator --()
196 cursor_.row(cursor_.row() - 1); in operator --()
233 cursor_.row(cursor_.row() + 1); in operator ++()
[all …]
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dtext_editor_widget.cpp549 cursor_.col = find_equivalent_col(cursor_.col, cursor_.row+3, cursor_.row); in handle_mouse_button_down()
560 cursor_.col = find_equivalent_col(cursor_.col, cursor_.row-3, cursor_.row); in handle_mouse_button_down()
784 cursor_.col = find_equivalent_col(cursor_.col, cursor_.row+1, cursor_.row); in handle_key_press()
793 cursor_.col = find_equivalent_col(cursor_.col, cursor_.row-1, cursor_.row); in handle_key_press()
804 cursor_.col = find_equivalent_col(cursor_.col, cursor_.row+1, cursor_.row); in handle_key_press()
824 cursor_.col = find_equivalent_col(cursor_.col, cursor_.row-1, cursor_.row); in handle_key_press()
844 cursor_.col = text_[cursor_.row].size(); in handle_key_press()
880 text_[cursor_.row].erase(text_[cursor_.row].begin() + cursor_.col); in handle_key_press()
911 text_[cursor_.row].erase(text_[cursor_.row].begin() + cursor_.col, text_[cursor_.row].end()); in handle_key_press()
955 text_[cursor_.row].insert(text_[cursor_.row].begin() + cursor_.col, c); in handle_key_press()
[all …]
/dports/devel/R-cran-sourcetools/sourcetools/inst/include/sourcetools/tokenization/
H A DTokenizer.h31 cursor_.advance(length); in consumeToken()
39 TextCursor lookahead = cursor_; in consumeUntil()
100 char ch = cursor_.peek(); in isStartOfNumber()
123 if (!(cursor_.peek(distance) == 'x' || cursor_.peek(distance) == 'X')) in consumeHexadecimalNumber()
187 if (cursor_.peek(distance) == 'e' || cursor_.peek(distance) == 'E') { in consumeNumber()
191 if (cursor_.peek(distance) == '-' || cursor_.peek(distance) == '+') in consumeNumber()
226 const char* ptr = &*(cursor_.begin() + cursor_.offset()); in consumeSymbol()
233 : cursor_(code, n) in Tokenizer()
239 if (cursor_ >= cursor_.end()) in tokenize()
245 char ch = cursor_.peek(); in tokenize()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/api/leveldb/
H A Dhyper_wt.cc102 int ret = cursor_->compare(cursor_, other->cursor_, &cmp); in Compare()
139 ret = cursor_->close(cursor_); in Close()
182 ret = cursor_->get_key(cursor_, in Next()
186 ret = cursor_->get_value(cursor_, in Next()
219 ret = cursor_->get_key(cursor_, in SeekToLast()
223 ret = cursor_->get_value(cursor_, in SeekToLast()
251 ret = cursor_->reset(cursor_); in SeekTo()
276 cursor_->set_key(cursor_, in SeekTo()
278 ret = cursor_->search(cursor_); in SeekTo()
283 ret = cursor_->get_key(cursor_, in SeekTo()
[all …]
H A Dleveldb_wt.cc635 int ret = cursor_->close(cursor_); in ~IteratorImpl()
652 if ((ret = cursor_->reset(cursor_)) != 0) { in SeekToFirst()
656 ret = cursor_->next(cursor_); in SeekToFirst()
664 if ((ret = cursor_->get_key(cursor_, &item)) != 0) { in SeekToFirst()
688 if ((ret = cursor_->reset(cursor_)) != 0) { in SeekToLast()
692 ret = cursor_->prev(cursor_); in SeekToLast()
726 cursor_->set_key(cursor_, &item); in Seek()
727 int cmp, ret = cursor_->search_near(cursor_, &cmp); in Seek()
729 ret = cursor_->next(cursor_); in Seek()
761 ret = cursor_->next(cursor_); in Next()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/libclang/
H A DCursor.cpp26 : cursor_(clang().getNullCursor()) in Cursor()
32 return toStdString(clang().getCursorSpelling(cursor_)); in spelling()
42 return clang().getCursorKind(cursor_); in getKind()
92 return clang().isCursorDefinition(cursor_) != 0; in isDefinition()
97 return Cursor(clang().getCursorReferenced(cursor_)); in getReferenced()
102 return Cursor(clang().getCursorDefinition(cursor_)); in getDefinition()
107 return Cursor(clang().getCanonicalCursor(cursor_)); in getCannonical()
122 return clang().getCursorLinkage(cursor_); in getLinkageKind()
141 return toStdString(clang().getCursorUSR(cursor_)); in getUSR()
157 return clang().hashCursor(cursor_); in hash()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/
H A Dutf16_ragel_iterator.h34 cursor_(cursor), in buffer_()
41 ret.cursor_ = buffer_size_; in end()
47 unsigned Cursor() { return cursor_; } in Cursor()
53 U16_BACK_N(buffer_, 0, cursor_, -v);
70 return cursor_ - other.cursor_;
74 DCHECK_LT(cursor_, buffer_size_);
81 DCHECK_GT(cursor_, 0u);
82 U16_BACK_1(buffer_, 0, cursor_);
104 ret.cursor_ = v;
115 cursor_ == other.cursor_;
[all …]
H A Dsymbols_iterator.cc21 : cursor_(0), next_token_end_(0), next_token_emoji_(false) { in SymbolsIterator()
23 buffer_iterator_ = UTF16RagelIterator(buffer, buffer_size, cursor_); in SymbolsIterator()
24 next_token_end_ = cursor_ + (scan_emoji_presentation(buffer_iterator_, in SymbolsIterator()
33 if (cursor_ >= buffer_iterator_.end().Cursor()) in Consume()
38 cursor_ = next_token_end_; in Consume()
41 if (cursor_ >= buffer_iterator_.end().Cursor()) in Consume()
44 buffer_iterator_.SetCursor(cursor_); in Consume()
45 next_token_end_ = cursor_ + (scan_emoji_presentation(buffer_iterator_, in Consume()
55 *symbols_limit = cursor_; in Consume()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dutf16_ragel_iterator.h34 cursor_(cursor), in buffer_()
41 ret.cursor_ = buffer_size_; in end()
47 unsigned Cursor() { return cursor_; } in Cursor()
53 U16_BACK_N(buffer_, 0, cursor_, -v);
70 return cursor_ - other.cursor_;
74 DCHECK_LT(cursor_, buffer_size_);
81 DCHECK_GT(cursor_, 0u);
82 U16_BACK_1(buffer_, 0, cursor_);
104 ret.cursor_ = v;
115 cursor_ == other.cursor_;
[all …]
H A Dsymbols_iterator.cc21 : cursor_(0), next_token_end_(0), next_token_emoji_(false) { in SymbolsIterator()
23 buffer_iterator_ = UTF16RagelIterator(buffer, buffer_size, cursor_); in SymbolsIterator()
24 next_token_end_ = cursor_ + (scan_emoji_presentation(buffer_iterator_, in SymbolsIterator()
33 if (cursor_ >= buffer_iterator_.end().Cursor()) in Consume()
38 cursor_ = next_token_end_; in Consume()
41 if (cursor_ >= buffer_iterator_.end().Cursor()) in Consume()
44 buffer_iterator_.SetCursor(cursor_); in Consume()
45 next_token_end_ = cursor_ + (scan_emoji_presentation(buffer_iterator_, in Consume()
55 *symbols_limit = cursor_; in Consume()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/net/
H A Dbuffer_reader.hpp40 size_t cursor_ = 0; member in thrill::net::BufferReader
68 return cursor_; in cursor()
73 return cursor_ + size <= size_; in available()
78 return cursor_ == size_; in empty()
97 cursor_ = 0; in Rewind()
111 cursor_ += n; in Skip()
127 std::copy(data_ + cursor_, data_ + cursor_ + datalen, coutdata); in Read()
128 cursor_ += datalen; in Read()
139 cursor_ += datalen; in Read()
154 cursor_ += sizeof(Type); in Get()
[all …]
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dsequential-iterator.cc80 scm_gc_mark (cursor_); in derived_mark()
96 cursor_ = scm_cdr (cursor_)) in look_ahead()
129 cursor_ = get_music_list (); in create_children()
132 if (ly_is_procedure (cursor_)) in create_children()
133 cursor_ = scm_call_1 (cursor_, self_scm ()); in create_children()
135 if (scm_is_pair (cursor_)) in create_children()
143 la_.init (cursor_); in create_children()
196 cursor_ = scm_cdr (cursor_); in next_element()
200 if (ly_is_procedure (cursor_)) in next_element()
201 cursor_ = scm_call_1 (cursor_, self_scm ()); in next_element()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/cursors/
H A Dwebcursor.cc49 cursor_ = cursor; in SetCursor()
52 if (cursor_.type() == ui::mojom::CursorType::kCustom) { in SetCursor()
53 cursor_.set_custom_hotspot( in SetCursor()
54 gfx::Point(std::max(0, std::min(cursor_.custom_bitmap().width() - 1, in SetCursor()
55 cursor_.custom_hotspot().x())), in SetCursor()
56 std::max(0, std::min(cursor_.custom_bitmap().height() - 1, in SetCursor()
57 cursor_.custom_hotspot().y())))); in SetCursor()
68 cursor_ == other.cursor_; in operator ==()
76 SetCursor(other.cursor_); in CopyAllData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/cursors/
H A Dwebcursor.cc50 cursor_ = cursor; in SetCursor()
53 if (cursor_.type() == ui::mojom::CursorType::kCustom) { in SetCursor()
54 cursor_.set_custom_hotspot( in SetCursor()
55 gfx::Point(std::max(0, std::min(cursor_.custom_bitmap().width() - 1, in SetCursor()
56 cursor_.custom_hotspot().x())), in SetCursor()
57 std::max(0, std::min(cursor_.custom_bitmap().height() - 1, in SetCursor()
58 cursor_.custom_hotspot().y())))); in SetCursor()
65 return cursor_ == other.cursor_ && in operator ==()
77 SetCursor(other.cursor_); in CopyAllData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/form_parsing/
H A Dautofill_scanner.cc29 ++cursor_; in Advance()
38 return *cursor_; in Cursor()
42 return cursor_ == end_; in IsEnd()
47 cursor_ = saved_cursor_; in Rewind()
53 cursor_ = begin_ + index; in RewindTo()
58 saved_cursor_ = cursor_; in SaveCursor()
59 return static_cast<size_t>(cursor_ - begin_); in SaveCursor()
63 return static_cast<size_t>(cursor_ - begin_); in CursorPosition()
67 cursor_ = fields.begin(); in Init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/bindings/lib/
H A Dbuffer.cc18 : data_(data), size_(size), cursor_(cursor) { in Buffer()
30 cursor_(0) { in Buffer()
45 cursor_ = other.cursor_; in operator =()
52 const size_t new_cursor = cursor_ + aligned_num_bytes; in Allocate()
53 if (new_cursor < cursor_ || (new_cursor > size_ && !message_.is_valid())) { in Allocate()
75 size_t block_start = cursor_; in Allocate()
76 cursor_ = new_cursor; in Allocate()
109 DCHECK_LE(message_payload_size_, cursor_); in Seal()
110 size_t additional_bytes = cursor_ - message_payload_size_; in Seal()
123 message_payload_size_ = cursor_; in Seal()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/lib/
H A Dbuffer.cc21 : data_(data), size_(size), cursor_(cursor) { in Buffer()
33 cursor_(0) { in Buffer()
48 cursor_ = other.cursor_; in operator =()
55 const size_t new_cursor = cursor_ + aligned_num_bytes; in Allocate()
56 if (new_cursor < cursor_ || (new_cursor > size_ && !message_.is_valid())) { in Allocate()
78 size_t block_start = cursor_; in Allocate()
79 cursor_ = new_cursor; in Allocate()
112 DCHECK_LE(message_payload_size_, cursor_); in Seal()
113 size_t additional_bytes = cursor_ - message_payload_size_; in Seal()
126 message_payload_size_ = cursor_; in Seal()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/glog/src/
H A Dsignalhandler.cc90 cursor_(buffer), in MinimalFormatter()
101 cursor_[i] = str[i]; in AppendString()
104 cursor_ += i; in AppendString()
111 while (cursor_ + i < end_) { in AppendUint64()
121 std::reverse(cursor_, cursor_ + i); in AppendUint64()
122 cursor_ += i; in AppendUint64()
128 char* start = cursor_; in AppendHexWithPadding()
132 if (cursor_ < start + width) { in AppendHexWithPadding()
134 std::copy(start, cursor_, start + delta); in AppendHexWithPadding()
136 cursor_ = start + width; in AppendHexWithPadding()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_fragment_child_iterator.cc26 current_.cursor_.emplace(*parent.Items()); in NGFragmentChildIterator()
42 current_.cursor_ = parent.CursorForDescendants(); in NGFragmentChildIterator()
47 if (current_.cursor_) { in Descend()
53 *current_.cursor_, in Descend()
129 DCHECK(current_.cursor_); in AdvanceWithCursor()
146 current_.cursor_->MoveToNext(); in AdvanceWithCursor()
147 item = current_.cursor_->CurrentItem(); in AdvanceWithCursor()
150 current_.cursor_->MoveToNext(); in AdvanceWithCursor()
153 if (current_.cursor_->CurrentItem()) in AdvanceWithCursor()
159 current_.cursor_.reset(); in AdvanceWithCursor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/zucchini/
H A Dreloc_elf.cc48 cursor_ = in RelocReaderElf()
50 if (cursor_ < lo) in RelocReaderElf()
51 cursor_ += in RelocReaderElf()
52 AlignCeil<offset_t>(lo - cursor_, cur_section_dimensions_->entry_size); in RelocReaderElf()
97 for (; cursor_ + cur_entry_size <= hi_; cursor_ += cur_entry_size) { in GetNext()
98 while (cursor_ >= cur_section_dimensions_end) { in GetNext()
103 cursor_ = in GetNext()
105 if (cursor_ + cur_entry_size > hi_) in GetNext()
114 target_rva = GetRelocationTarget(image_.read<elf::Elf32_Rel>(cursor_)); in GetNext()
131 offset_t location = cursor_; in GetNext()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/zucchini/
H A Dreloc_elf.cc48 cursor_ = in RelocReaderElf()
50 if (cursor_ < lo) in RelocReaderElf()
51 cursor_ += in RelocReaderElf()
52 AlignCeil<offset_t>(lo - cursor_, cur_section_dimensions_->entry_size); in RelocReaderElf()
97 for (; cursor_ + cur_entry_size <= hi_; cursor_ += cur_entry_size) { in GetNext()
98 while (cursor_ >= cur_section_dimensions_end) { in GetNext()
103 cursor_ = in GetNext()
105 if (cursor_ + cur_entry_size > hi_) in GetNext()
114 target_rva = GetRelocationTarget(image_.read<elf::Elf32_Rel>(cursor_)); in GetNext()
131 offset_t location = cursor_; in GetNext()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/glog/src/
H A Dsignalhandler.cc91 cursor_(buffer), in MinimalFormatter()
102 cursor_[i] = str[i]; in AppendString()
105 cursor_ += i; in AppendString()
112 while (cursor_ + i < end_) { in AppendUint64()
122 std::reverse(cursor_, cursor_ + i); in AppendUint64()
123 cursor_ += i; in AppendUint64()
129 char* start = cursor_; in AppendHexWithPadding()
133 if (cursor_ < start + width) { in AppendHexWithPadding()
135 std::copy(start, cursor_, start + delta); in AppendHexWithPadding()
137 cursor_ = start + width; in AppendHexWithPadding()
[all …]
/dports/devel/glog/glog-0.5.0/src/
H A Dsignalhandler.cc91 cursor_(buffer), in MinimalFormatter()
102 cursor_[i] = str[i]; in AppendString()
105 cursor_ += i; in AppendString()
112 while (cursor_ + i < end_) { in AppendUint64()
122 std::reverse(cursor_, cursor_ + i); in AppendUint64()
123 cursor_ += i; in AppendUint64()
129 char* start = cursor_; in AppendHexWithPadding()
133 if (cursor_ < start + width) { in AppendHexWithPadding()
135 std::copy(start, cursor_, start + delta); in AppendHexWithPadding()
137 cursor_ = start + width; in AppendHexWithPadding()
[all …]
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Dinputbuffer.cpp48 size_t cursor_ = 0; member in fcitx::InputBufferPrivate
98 auto pos = d->cursor_; in typeImpl()
104 auto newDirty = d->cursor_ > 0 ? d->cursor_ - 1 : 0; in typeImpl()
109 d->cursor_ += utf8Length; in typeImpl()
116 return d->cursor_; in cursorByChar()
118 if (d->cursor_ == size()) { in cursorByChar()
122 return d->acc_[d->cursor_]; in cursorByChar()
127 return d->cursor_; in cursor()
145 if (d->cursor_ > size()) { in setCursor()
148 d->cursor_ = cursor; in setCursor()
[all …]

12345678910>>...24