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:attributes_
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/
H
A
D
object_operator.h
172
return
attributes_
;
in GetAttr()
177
attributes_
= PropertyAttributes(attr);
in SetAttr()
182
attributes_
= attr;
in SetAttr()
187
return !
attributes_
.GetValue();
in IsPrimitiveAttr()
217
attributes_
.SetIsInlinedProps(flag);
in SetIsInlinedProps()
382
PropertyAttributes
attributes_
;
member in panda::ecmascript::final
H
A
D
object_operator.cpp
421
?
attributes_
.GetDictSharedFieldType()
in GetSharedFieldType()
422
:
attributes_
.GetSharedFieldType();
in GetSharedFieldType()
742
attributes_
.SetRepresentation(attr.GetRepresentation());
in UpdateDataValue()
1069
attributes_
.SetRepresentation(attr.GetRepresentation());
in AddPropertyInternal()
/arkcompiler/runtime_core/static_core/assembler/
H
A
D
meta.h
110
auto it =
attributes_
.find(attribute);
in GetAttributeValues()
111
if (it ==
attributes_
.cend()) {
in GetAttributeValues()
135
return
attributes_
;
in GetAttributes()
155
auto it =
attributes_
.find(key);
in StoreValue()
156
if (it ==
attributes_
.cend()) {
in StoreValue()
157
std::tie(it, std::ignore) =
attributes_
.try_emplace(key);
in StoreValue()
190
std::unordered_map<std::string, std::vector<std::string>>
attributes_
;
member in ark::pandasm::Metadata
/arkcompiler/runtime_core/assembler/
H
A
D
meta.h
110
auto it =
attributes_
.find(attribute);
in GetAttributeValues()
111
if (it ==
attributes_
.cend()) {
in GetAttributeValues()
135
return
attributes_
;
in GetAttributes()
156
auto it =
attributes_
.find(key);
in StoreValue()
157
if (it ==
attributes_
.cend()) {
in StoreValue()
158
std::tie(it, std::ignore) =
attributes_
.try_emplace(key);
in StoreValue()
191
std::unordered_map<std::string, std::vector<std::string>>
attributes_
;
member in panda::pandasm::Metadata
Completed in 6 milliseconds