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:GetAttribute
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/plugins/ecmascript/tests/
H
A
D
ecmascript_meta_test.cpp
59
ASSERT_FALSE(rmd.
GetAttribute
("attribute"));
in HWTEST()
60
ASSERT_TRUE(rmd.
GetAttribute
("external"));
in HWTEST()
61
ASSERT_TRUE(rmd.
GetAttribute
("ecmascript.annotation"));
in HWTEST()
64
ASSERT_FALSE(rmd.
GetAttribute
("attribute"));
in HWTEST()
66
ASSERT_FALSE(rmd.
GetAttribute
("external"));
in HWTEST()
68
ASSERT_FALSE(rmd.
GetAttribute
("ecmascript.annotation"));
in HWTEST()
/arkcompiler/runtime_core/assembler/tests/
H
A
D
ecmascript_meta_test.cpp
79
EXPECT_FALSE(rmd.
GetAttribute
("attribute"));
in HWTEST_F()
80
EXPECT_TRUE(rmd.
GetAttribute
("external"));
in HWTEST_F()
81
EXPECT_TRUE(rmd.
GetAttribute
("ecmascript.annotation"));
in HWTEST_F()
84
EXPECT_FALSE(rmd.
GetAttribute
("attribute"));
in HWTEST_F()
86
EXPECT_FALSE(rmd.
GetAttribute
("external"));
in HWTEST_F()
88
EXPECT_FALSE(rmd.
GetAttribute
("ecmascript.annotation"));
in HWTEST_F()
99
EXPECT_FALSE(rmd.
GetAttribute
("ecmascript.annotation"));
in HWTEST_F()
/arkcompiler/runtime_core/assembler/
H
A
D
meta.cpp
45
return
GetAttribute
("external");
in IsForeign()
471
return
GetAttribute
("ctor");
in IsCtor()
476
return
GetAttribute
("cctor");
in IsCctor()
H
A
D
meta.h
91
bool
GetAttribute
(const std::string &attribute) const
in GetAttribute()
function in panda::pandasm::Metadata
184
return
GetAttribute
(key) || GetAttributeValue(key);
in HasAttribute()
/arkcompiler/runtime_core/static_core/assembler/
H
A
D
meta.cpp
45
return
GetAttribute
("external");
in IsForeign()
481
return
GetAttribute
("ctor");
in IsCtor()
486
return
GetAttribute
("cctor");
in IsCctor()
H
A
D
meta.h
91
bool
GetAttribute
(const std::string &attribute) const
in GetAttribute()
function in ark::pandasm::Metadata
183
return
GetAttribute
(key) || GetAttributeValue(key);
in HasAttribute()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H
A
D
std_core_TypeCreator.cpp
403
const auto isStatic = fn.metadata->
GetAttribute
(std::string {typeapi_create_consts::ATTR_STATIC});
in AddLambdaParamInst()
437
auto isStatic = fn.metadata->
GetAttribute
(std::string {typeapi_create_consts::ATTR_STATIC});
in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda()
Completed in 9 milliseconds