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 - 13
of
13
) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H
A
D
preprocessor.cpp
76
fileDetails[info.
GetFullName
()] = info;
in UnitPreprocess()
111
allFileDetails[info.
GetFullName
()] = info;
in AnalyseImportInfo()
113
Logger::E(TAG, "failed to load other by %s", info.
GetFullName
().c_str());
in AnalyseImportInfo()
252
compileSourceFiles.push_back(allFileDetails.at(curFile.
GetFullName
()));
in CheckCircularReference()
260
auto position = otherFile.imports_.find(curFile.
GetFullName
());
in CheckCircularReference()
291
FindCycle(filePair.second.
GetFullName
(), allFileDetails, traceNodes);
in PrintCyclefInfo()
H
A
D
preprocessor.h
24
inline std::string
GetFullName
() const
in GetFullName()
function in OHOS::HDI::FileDetail
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H
A
D
cpp_code_emitter.cpp
63
PackageToFilePath(importAst->
GetFullName
());
in GetImportInclusions()
201
std::string selfNameSpace = EmitPackageToNameSpace(EmitNamespace(ast_->
GetFullName
()));
in EmitImportUsingNamespace()
205
std::string nameSpace = EmitPackageToNameSpace(EmitNamespace(import->
GetFullName
()));
in EmitImportUsingNamespace()
H
A
D
java_client_interface_code_emitter.cpp
105
sb.AppendFormat("import %s;\n", import->
GetFullName
().c_str());
in EmitInterfaceSelfDefinedTypeImports()
H
A
D
c_code_emitter.cpp
29
std::string fileName = PackageToFilePath(importAst->
GetFullName
());
in GetImportInclusions()
H
A
D
java_client_proxy_code_emitter.cpp
97
sb.AppendFormat("import %s;\n", import->
GetFullName
().c_str());
in EmitProxySelfDefinedTypeImports()
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H
A
D
ast_sequenceable_type.h
28
std::string
GetFullName
() const;
H
A
D
ast.cpp
242
if (imports_.find(importAst->
GetFullName
()) != imports_.end()) {
in AddImport()
246
imports_[importAst->
GetFullName
()] = importAst;
in AddImport()
H
A
D
ast.h
78
inline std::string
GetFullName
()
in GetFullName()
function in OHOS::HDI::AST
H
A
D
ast_interface_type.h
145
std::string
GetFullName
() const;
H
A
D
ast_sequenceable_type.cpp
46
std::string ASTSequenceableType::
GetFullName
() const
in GetFullName()
function in OHOS::HDI::ASTSequenceableType
H
A
D
ast_interface_type.cpp
96
std::string ASTInterfaceType::
GetFullName
() const
in GetFullName()
function in OHOS::HDI::ASTInterfaceType
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H
A
D
parser.cpp
406
interfaceType->SetNamespace(ast_->ParseNamespace(ast_->
GetFullName
()));
in ParseInterface()
1042
enumType->SetNamespace(ast_->ParseNamespace(ast_->
GetFullName
()));
in ParseEnumDeclaration()
1156
structType->SetNamespace(ast_->ParseNamespace(ast_->
GetFullName
()));
in ParseStructDeclaration()
1261
unionType->SetNamespace(ast_->ParseNamespace(ast_->
GetFullName
()));
in ParseUnionDeclaration()
1773
allAsts_[ast->
GetFullName
()] = ast;
in AddAst()
Completed in 8 milliseconds