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:BRACES_LEFT
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/idl_tool/parser/
H
A
D
token.h
47
BRACES_LEFT
, // '{'
member in OHOS::Idl::Token
H
A
D
lexer.h
119
{'{', Token::
BRACES_LEFT
},
H
A
D
lexer.cpp
243
case Token::
BRACES_LEFT
:
in TokenToChar()
275
case Token::
BRACES_LEFT
:
in DumpToken()
H
A
D
parser.cpp
161
if (token != Token::SEMICOLON && token != Token::
BRACES_LEFT
) {
in ParseInterfaceMiddle()
/foundation/ability/idl_tool/idl_tool_2/lexer/
H
A
D
token.h
73
BRACES_LEFT
, // "{"
member in OHOS::Idl::TokenType
H
A
D
lexer.cpp
71
{"{", TokenType::
BRACES_LEFT
},
/foundation/ability/idl_tool/test/unittest/lexer_test/
H
A
D
lexer_test.cpp
99
* @tc.desc: test the token in Lexer's TokenToChar function is
BRACES_LEFT
.
108
Token token = Token::
BRACES_LEFT
;
in HWTEST_F()
/foundation/ability/idl_tool/idl_tool_2/parser/
H
A
D
parser.cpp
645
if (token.kind != TokenType::
BRACES_LEFT
) {
in ParseInterfaceBody()
1258
if (token.kind == TokenType::COLON || token.kind == TokenType::
BRACES_LEFT
) {
in ParseEnumDeclaration()
1309
lexer_.SkipUntilToken(TokenType::
BRACES_LEFT
);
in ParseEnumBaseType()
1316
if (token.kind != TokenType::
BRACES_LEFT
) {
in ParseEnumBaseType()
1370
} else if (token.kind != TokenType::
BRACES_LEFT
) {
in ParseStructDeclaration()
1409
lexer_.SkipUntilToken(TokenType::
BRACES_LEFT
);
in ParseStructParentType()
1413
if (token.kind != TokenType::
BRACES_LEFT
) {
in ParseStructParentType()
1471
if (token.kind != TokenType::
BRACES_LEFT
) {
in ParseUnionDeclaration()
1933
lexer_.SkipToken(TokenType::
BRACES_LEFT
);
in ParseInterfaceExtends()
Completed in 9 milliseconds