Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:undo_rec
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/imgui/
H
A
D
imstb_textedit.h
313
StbUndoRecord
undo_rec
[STB_TEXTEDIT_UNDOSTATECOUNT];
member
1102
if (state->
undo_rec
[0].char_storage >= 0) {
in stb_textedit_discard_undo()
1103
int n = state->
undo_rec
[0].insert_length, i;
in stb_textedit_discard_undo()
1108
if (state->
undo_rec
[i].char_storage >= 0)
in stb_textedit_discard_undo()
1109
state->
undo_rec
[i].char_storage -= n; // @OPTIMIZE: get rid of char_storage and infer it
in stb_textedit_discard_undo()
1112
STB_TEXTEDIT_memmove(state->
undo_rec
, state->
undo_rec
+1, (size_t) (state->undo_point*sizeof(state->
undo_rec
[0])));
in stb_textedit_discard_undo()
1126
if (state->
undo_rec
[k].char_storage >= 0) {
in stb_textedit_discard_redo()
1127
int n = state->
undo_rec
[
in stb_textedit_discard_redo()
[all...]
/third_party/skia/third_party/externals/imgui/
H
A
D
imstb_textedit.h
311
StbUndoRecord
undo_rec
[STB_TEXTEDIT_UNDOSTATECOUNT];
member
1133
if (state->
undo_rec
[0].char_storage >= 0) {
in stb_textedit_discard_undo()
1134
int n = state->
undo_rec
[0].insert_length, i;
in stb_textedit_discard_undo()
1139
if (state->
undo_rec
[i].char_storage >= 0)
in stb_textedit_discard_undo()
1140
state->
undo_rec
[i].char_storage -= n; // @OPTIMIZE: get rid of char_storage and infer it
in stb_textedit_discard_undo()
1143
STB_TEXTEDIT_memmove(state->
undo_rec
, state->
undo_rec
+1, (size_t) (state->undo_point*sizeof(state->
undo_rec
[0])));
in stb_textedit_discard_undo()
1157
if (state->
undo_rec
[k].char_storage >= 0) {
in stb_textedit_discard_redo()
1158
int n = state->
undo_rec
[
in stb_textedit_discard_redo()
[all...]
/third_party/glfw/deps/
H
A
D
nuklear.h
4262
struct nk_text_undo_record
undo_rec
[NK_TEXTEDIT_UNDOSTATECOUNT];
member
22417
if (state->
undo_rec
[0].char_storage >= 0) {
in nk_textedit_discard_undo()
22418
int n = state->
undo_rec
[0].insert_length, i;
in nk_textedit_discard_undo()
22424
if (state->
undo_rec
[i].char_storage >= 0)
in nk_textedit_discard_undo()
22425
state->
undo_rec
[i].char_storage = (short)
in nk_textedit_discard_undo()
22426
(state->
undo_rec
[i].char_storage - n);
in nk_textedit_discard_undo()
22430
NK_MEMCPY(state->
undo_rec
, state->
undo_rec
+1,
in nk_textedit_discard_undo()
22431
(nk_size)((nk_size)state->undo_point * sizeof(state->
undo_rec
[0])));
in nk_textedit_discard_undo()
22445
if (state->
undo_rec
[
in nk_textedit_discard_redo()
[all...]
Completed in 43 milliseconds