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:currentToken_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/idl_tool/parser/
H
A
D
lexer.cpp
72
currentToken_
= ReadToken(skipComment);
in GetToken()
75
return
currentToken_
;
in GetToken()
81
currentToken_
= ReadToken(skipComment);
in PeekToken()
84
return
currentToken_
;
in PeekToken()
110
currentToken_
= token_map_[c];
in ReadToken()
111
return
currentToken_
;
in ReadToken()
114
return
currentToken_
;
in ReadToken()
119
currentToken_
= Token::UNKNOWN;
in ReadToken()
120
return
currentToken_
;
in ReadToken()
123
currentToken_
in ReadToken()
[all...]
H
A
D
lexer.h
109
Token
currentToken_
= Token::UNKNOWN;
member in OHOS::Idl::Lexer
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H
A
D
js_app_context.h
174
return
currentToken_
;
in GetCurrentAbilityToken()
209
uint16_t
currentToken_
= 0;
member in OHOS::ACELite::final
H
A
D
js_app_context.cpp
204
if (
currentToken_
== 0) {
in TerminateAbility()
209
Terminate(
currentToken_
);
in TerminateAbility()
255
currentToken_
= token;
in SetCurrentAbilityInfo()
Completed in 3 milliseconds