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:GetFullName
(Results
1 - 15
of
15
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/preprocessor/
H
A
D
preprocessor.cpp
83
fileDetails[info.
GetFullName
()] = info;
in UnitPreprocess()
118
allFileDetails[info.
GetFullName
()] = info;
in AnalyseImportInfo()
120
Logger::E(TAG, "failed to load other by %s", info.
GetFullName
().c_str());
in AnalyseImportInfo()
267
compileSourceFiles.push_back(allFileDetails.at(curFile.
GetFullName
()));
in CheckCircularReference()
275
auto position = otherFile.imports_.find(curFile.
GetFullName
());
in CheckCircularReference()
306
FindCycle(filePair.second.
GetFullName
(), allFileDetails, traceNodes);
in PrintCyclefInfo()
H
A
D
preprocessor.h
31
inline std::string
GetFullName
() const
in GetFullName()
function in OHOS::Idl::FileDetail
/foundation/ability/idl_tool/idl_tool_2/ast/
H
A
D
ast_sequenceable_type.h
37
std::string
GetFullName
() const;
H
A
D
ast_sequenceable_type.cpp
60
std::string ASTSequenceableType::
GetFullName
() const
in GetFullName()
function in OHOS::Idl::ASTSequenceableType
H
A
D
ast_interface_type.h
172
std::string
GetFullName
() const;
H
A
D
ast_interface_type.cpp
121
std::string ASTInterfaceType::
GetFullName
() const
in GetFullName()
function in OHOS::Idl::ASTInterfaceType
H
A
D
ast.cpp
336
if (imports_.find(importAst->
GetFullName
()) != imports_.end()) {
in AddImport()
340
imports_[importAst->
GetFullName
()] = importAst;
in AddImport()
H
A
D
ast.h
88
inline std::string
GetFullName
()
in GetFullName()
function in OHOS::Idl::AST
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H
A
D
hdi_cpp_code_emitter.cpp
33
PackageToFilePath(importAst->
GetFullName
());
in GetImportInclusions()
179
std::string selfNameSpace = EmitPackageToNameSpace(EmitNamespace(ast_->
GetFullName
()));
in EmitImportUsingNamespace()
183
std::string nameSpace = EmitPackageToNameSpace(EmitNamespace(import->
GetFullName
()));
in EmitImportUsingNamespace()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H
A
D
java_client_interface_code_emitter.cpp
111
sb.AppendFormat("import %s;\n", import->
GetFullName
().c_str());
in EmitInterfaceSelfDefinedTypeImports()
H
A
D
java_client_proxy_code_emitter.cpp
104
sb.AppendFormat("import %s;\n", import->
GetFullName
().c_str());
in EmitProxySelfDefinedTypeImports()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/
H
A
D
sa_rust_interface_code_emitter.cpp
100
bool addPathMsRes = AppendRealPath(sb, seqType->
GetFullName
());
in EmitCustomHeaders()
106
bool addPathMiRes = AppendRealPath(sb, interface->
GetFullName
());
in EmitCustomHeaders()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H
A
D
hdi_c_code_emitter.cpp
36
std::string fileName = PackageToFilePath(importAst->
GetFullName
());
in GetImportInclusions()
/foundation/ability/idl_tool/idl_tool_2/metadata/
H
A
D
metadata_reader.cpp
103
seqAst->SetFullName(seqType->
GetFullName
());
in ReadMetaSequenceable()
/foundation/ability/idl_tool/idl_tool_2/parser/
H
A
D
parser.cpp
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()
1912
allAsts_[ast->
GetFullName
()] = ast;
in AddAst()
Completed in 9 milliseconds