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:imports_
(Results
1 - 4
of
4
) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H
A
D
preprocessor.cpp
28
if (
imports_
.size() == 0) {
in Dump()
32
for (const auto &importStr :
imports_
) {
in Dump()
202
info.
imports_
.emplace(token.value);
in ParseImports()
220
for (const auto &importName : ownerFileDetail.
imports_
) {
in LoadOtherIdlFiles()
243
if (file.
imports_
.size() == 0) {
in CheckCircularReference()
256
if (otherFile.
imports_
.empty()) {
in CheckCircularReference()
260
auto position = otherFile.
imports_
.find(curFile.GetFullName());
in CheckCircularReference()
261
if (position != otherFile.
imports_
.end()) {
in CheckCircularReference()
262
otherFile.
imports_
.erase(position);
in CheckCircularReference()
265
if (otherFile.
imports_
in CheckCircularReference()
[all...]
H
A
D
preprocessor.h
35
std::unordered_set<std::string>
imports_
;
member in OHOS::HDI::FileDetail
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H
A
D
ast.cpp
177
for (const auto &importPair :
imports_
) {
in FindType()
218
if (
imports_
.size() > 0) {
in Dump()
219
for (const auto &import :
imports_
) {
in Dump()
242
if (
imports_
.find(importAst->GetFullName()) !=
imports_
.end()) {
in AddImport()
246
imports_
[importAst->GetFullName()] = importAst;
in AddImport()
H
A
D
ast.h
161
return
imports_
.clear();
in ClearImport()
166
return
imports_
;
in GetImports()
203
StrASTMap
imports_
;
member in OHOS::HDI::AST
Completed in 2 milliseconds