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:GetInterfaceDef
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/parser/
H
A
D
intf_type_check.cpp
69
if (!ast_->
GetInterfaceDef
(i)->IsExternal()) {
in CheckIntfSaAst()
81
ASTAttr::Attribute attr = ast_->
GetInterfaceDef
()->GetAttribute()->GetValue();
in CheckIntfSaAst()
124
AutoPtr<ASTInterfaceType> interfaceType = ast_->
GetInterfaceDef
();
in CheckIntfSaAstMethods()
168
AutoPtr<ASTInterfaceType> interfaceType = ast_->
GetInterfaceDef
();
in CheckIntfHdiAst()
203
if (ast_->
GetInterfaceDef
() != nullptr) {
in CheckIntfHdiAstFileType()
255
AutoPtr<ASTInterfaceType> interface = ast_->
GetInterfaceDef
();
in CheckInterfaceAst()
278
AutoPtr<ASTInterfaceType> interface = ast_->
GetInterfaceDef
();
in CheckCallbackAst()
328
if (ast_->
GetInterfaceDef
() != nullptr) {
in CheckIntfSmAstFileType()
356
if (!ast_->
GetInterfaceDef
(i)->IsExternal()) {
in CheckSmInterfaceAst()
361
AutoPtr<ASTInterfaceType> interface = ast_->
GetInterfaceDef
(inde
in CheckSmInterfaceAst()
[all...]
H
A
D
parser.cpp
1856
if (ast_->
GetInterfaceDef
() != nullptr) {
in SetAstFileType()
1857
if (ast_->
GetInterfaceDef
()->IsCallback()) {
in SetAstFileType()
1969
if (!interfaceType->AddExtendsInterface(extendsAst->
GetInterfaceDef
())) {
in ParseExtendsInfo()
2024
return astPair.second->
GetInterfaceDef
() != nullptr &&
in CheckExistExtends()
2025
astPair.second->
GetInterfaceDef
()->GetExtendsInterface() != nullptr;
in CheckExistExtends()
2056
(ast.second->
GetInterfaceDef
() != nullptr)) {
in GetGenNamespace()
2057
ns = ast.second->
GetInterfaceDef
()->GetNamespace();
in GetGenNamespace()
2105
AutoPtr<ASTInterfaceType> sourceInterface = sourceAst->
GetInterfaceDef
();
in MergeInterfaceDef()
2109
AutoPtr<ASTInterfaceType> targetInterface = targetAst->
GetInterfaceDef
();
in MergeInterfaceDef()
2173
AutoPtr<ASTInterfaceType> interface = astPair.second->
GetInterfaceDef
();
in ModifyInterfaceNamespace()
[all...]
/foundation/ability/idl_tool/idl_tool_2/ast/
H
A
D
ast.h
130
AutoPtr<ASTInterfaceType>
GetInterfaceDef
(size_t index = 0);
H
A
D
ast.cpp
159
AutoPtr<ASTInterfaceType> AST::
GetInterfaceDef
(size_t index)
in GetInterfaceDef()
function in OHOS::Idl::AST
/foundation/ability/idl_tool/idl_tool_2/metadata/
H
A
D
metadata_builder.cpp
90
CalculateMetaInterface(module->
GetInterfaceDef
(i));
in CalculateMetaComponent()
261
mc->interfaces_[i] = WriteMetaInterface(module->
GetInterfaceDef
(i));
in WriteMetaComponent()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H
A
D
hdi_code_emitter.cpp
87
interface_ = ast_->
GetInterfaceDef
();
in Reset()
Completed in 6 milliseconds