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:currNspace
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/ast/
H
A
D
ast.cpp
88
AutoPtr<ASTNamespace>
currNspace
;
in ParseNamespace()
local
94
if (
currNspace
== nullptr) {
in ParseNamespace()
97
nspace =
currNspace
->FindNamespace(ns);
in ParseNamespace()
100
currNspace
->AddNamespace(nspace);
in ParseNamespace()
103
currNspace
= nspace;
in ParseNamespace()
106
if (
currNspace
== nullptr) {
in ParseNamespace()
107
currNspace
= NewNameSpace("");
in ParseNamespace()
109
return
currNspace
;
in ParseNamespace()
114
AutoPtr<ASTNamespace>
currNspace
= FindNamespace(nameSpace);
in NewNameSpace()
local
115
if (
currNspace
in NewNameSpace()
[all...]
/foundation/ability/idl_tool/ast/
H
A
D
ast_module.cpp
61
AutoPtr<ASTNamespace>
currNspace
;
in ParseNamespace()
local
67
if (
currNspace
== nullptr) {
in ParseNamespace()
70
nspace =
currNspace
->FindNamespace(ns);
in ParseNamespace()
74
if (
currNspace
== nullptr) {
in ParseNamespace()
77
currNspace
->AddNamespace(nspace);
in ParseNamespace()
80
currNspace
= nspace;
in ParseNamespace()
83
return
currNspace
;
in ParseNamespace()
/foundation/ability/idl_tool/parser/
H
A
D
parser.cpp
793
AutoPtr<ASTNamespace>
currNspace
= nullptr;
in NameSpaceEmpty()
local
794
currNspace
= module_->FindNamespace("");
in NameSpaceEmpty()
795
if (
currNspace
== nullptr) {
in NameSpaceEmpty()
796
currNspace
= new ASTNamespace("");
in NameSpaceEmpty()
797
module_->AddNamespace(
currNspace
);
in NameSpaceEmpty()
799
return
currNspace
;
in NameSpaceEmpty()
Completed in 3 milliseconds