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:ParseNamespace
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/idl_tool/ast/
H
A
D
ast_module.h
60
AutoPtr<ASTNamespace>
ParseNamespace
(const String& nspaceStr);
H
A
D
ast_module.cpp
59
AutoPtr<ASTNamespace> ASTModule::
ParseNamespace
(const String& nspaceStr)
in ParseNamespace()
function in OHOS::Idl::ASTModule
/foundation/ability/idl_tool/idl_tool_2/metadata/
H
A
D
metadata_reader.cpp
101
seqType->SetNamespace(ast_->
ParseNamespace
(std::string(reinterpret_cast<char*>(mp->namespace_))));
in ReadMetaSequenceable()
124
interface->SetNamespace(ast_->
ParseNamespace
(std::string(reinterpret_cast<char*>(mi->namespace_))));
in ReadMetaInterface()
/foundation/ability/idl_tool/idl_tool_2/ast/
H
A
D
ast.cpp
83
ParseNamespace
(packageName_);
in SetPackageName()
86
AutoPtr<ASTNamespace> AST::
ParseNamespace
(const std::string &nspaceStr)
in ParseNamespace()
function in OHOS::Idl::AST
H
A
D
ast.h
110
AutoPtr<ASTNamespace>
ParseNamespace
(const std::string &nspaceStr);
/foundation/ability/idl_tool/idl_tool_2/parser/
H
A
D
parser.cpp
364
seqType->SetNamespace(ast_->
ParseNamespace
(seqName));
in ParseSequenceableInfo()
367
seqType->SetNamespace(ast_->
ParseNamespace
(""));
in ParseSequenceableInfo()
542
interfaceType->SetNamespace(ast_->
ParseNamespace
(token.value));
in ParseInterface()
545
interfaceType->SetNamespace(ast_->
ParseNamespace
(ast_->GetFullName()));
in ParseInterface()
1280
enumType->SetNamespace(ast_->
ParseNamespace
(ast_->GetFullName()));
in ParseEnumDeclaration()
1392
structType->SetNamespace(ast_->
ParseNamespace
(ast_->GetFullName()));
in ParseStructDeclaration()
1493
unionType->SetNamespace(ast_->
ParseNamespace
(ast_->GetFullName()));
in ParseUnionDeclaration()
/foundation/ability/idl_tool/parser/
H
A
D
parser.cpp
190
interface->SetNamespace(module_->
ParseNamespace
(interfaceFullName.Substring(0, index + 1)));
in ParseInterfaceEnd()
715
sequenceable->SetNamespace(module_->
ParseNamespace
(classFullName.Substring(0, index + 1)));
in ParseSequenceable()
Completed in 6 milliseconds