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:StbUndoState
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/imgui/
H
A
D
imstb_textedit.h
317
}
StbUndoState
;
typedef
350
StbUndoState
undostate;
1091
static void stb_textedit_flush_redo(
StbUndoState
*state)
in stb_textedit_flush_redo()
1098
static void stb_textedit_discard_undo(
StbUndoState
*state)
in stb_textedit_discard_undo()
1120
static void stb_textedit_discard_redo(
StbUndoState
*state)
in stb_textedit_discard_redo()
1150
static StbUndoRecord *stb_text_create_undo_record(
StbUndoState
*state, int numchars)
in stb_text_create_undo_record()
1174
static STB_TEXTEDIT_CHARTYPE *stb_text_createundo(
StbUndoState
*state, int pos, int insert_len, int delete_len)
in stb_text_createundo()
1196
StbUndoState
*s = &state->undostate;
in stb_text_undo()
1264
StbUndoState
*s = &state->undostate;
in stb_text_redo()
/third_party/skia/third_party/externals/imgui/
H
A
D
imstb_textedit.h
315
}
StbUndoState
;
typedef
352
StbUndoState
undostate;
1122
static void stb_textedit_flush_redo(
StbUndoState
*state)
in stb_textedit_flush_redo()
1129
static void stb_textedit_discard_undo(
StbUndoState
*state)
in stb_textedit_discard_undo()
1151
static void stb_textedit_discard_redo(
StbUndoState
*state)
in stb_textedit_discard_redo()
1181
static StbUndoRecord *stb_text_create_undo_record(
StbUndoState
*state, int numchars)
in stb_text_create_undo_record()
1205
static STB_TEXTEDIT_CHARTYPE *stb_text_createundo(
StbUndoState
*state, int pos, int insert_len, int delete_len)
in stb_text_createundo()
1227
StbUndoState
*s = &state->undostate;
in stb_text_undo()
1295
StbUndoState
*s = &state->undostate;
in stb_text_redo()
Completed in 4 milliseconds