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:SetName
(Results
1 - 25
of
49
) sorted by relevance
1
2
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H
A
D
ast_builder_test.cpp
204
auto id = IdentifierBuilder(Allocator()).
SetName
("a").Build();
in TEST_F()
212
auto classId = IdentifierBuilder(Allocator()).
SetName
("A").Build();
in TEST_F()
220
auto id = IdentifierBuilder(Allocator()).
SetName
("a").Build();
in TEST_F()
222
ETSTypeReferencePartBuilder(Allocator()).
SetName
(id).SetTypeParams(nullptr).SetPrev(nullptr).Build();
in TEST_F()
229
auto idParent = IdentifierBuilder(Allocator()).
SetName
("parent").Build();
in TEST_F()
230
auto id = IdentifierBuilder(Allocator()).
SetName
("a").SetParent<IdentifierBuilder>(idParent).Build();
in TEST_F()
238
auto classId = IdentifierBuilder(Allocator()).
SetName
("A").Build();
in TEST_F()
289
auto id = IdentifierBuilder(Allocator()).
SetName
("a").Build();
in TEST_F()
348
auto id = IdentifierBuilder(Allocator()).
SetName
("a").Build();
in TEST_F()
349
auto idMember = IdentifierBuilder(Allocator()).
SetName
("
in TEST_F()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H
A
D
mempool.h
135
void
SetName
(const std::string &name)
in SetName()
function in maple::MemPoolStat
139
void
SetName
(const char *name)
in SetName()
function in maple::MemPoolStat
151
void
SetName
(const std::string & /* name */) const {}
in SetName()
function in maple::MemPoolStat
152
void
SetName
(const char /* name */) const {}
in SetName()
function in maple::MemPoolStat
163
SetName
(name);
in MemPool()
167
SetName
(name);
in MemPool()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
rt_call_signature.cpp
30
callSigns_[ID_##name].
SetName
(std::string("RTStub_") + #name); \
in Initialize()
43
callSigns_[RuntimeStubCSigns::ID_##name].
SetName
(std::string("RTStub_") + #name); \
in Initialize()
H
A
D
bc_call_signature.cpp
31
callSigns_[name].
SetName
(std::string("BCStub_") + #name); \
in Initialize()
56
callSigns_[name].
SetName
(std::string("BCStub_") + #name); \
in Initialize()
H
A
D
debug_info.h
57
void
SetName
(const std::string &n)
in SetName()
function in panda::ecmascript::kungfu::DebugInfo::FuncDebugInfo
H
A
D
debug_info.cpp
44
info->
SetName
(name);
in AddFuncName()
/arkcompiler/ets_runtime/test/fuzztest/functionrefname_fuzzer/
H
A
D
functionrefname_fuzzer.cpp
43
func->
SetName
(vm, name);
in FunctionRefSetNameFuzzTest()
60
func->
SetName
(vm, name);
in FunctionRefGetNameFuzzTest()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H
A
D
etsPackageDeclarationBuilder.h
29
ETSPackageDeclarationBuilder &
SetName
(ir::Expression *name)
in SetName()
function in ark::es2panda::ir::ETSPackageDeclarationBuilder
H
A
D
identifierBuilder.h
29
IdentifierBuilder &
SetName
(util::StringView name)
in SetName()
function in ark::es2panda::ir::IdentifierBuilder
H
A
D
namedTypeBuilder.h
29
NamedTypeBuilder &
SetName
(Identifier *name)
in SetName()
function in ark::es2panda::ir::NamedTypeBuilder
H
A
D
etsTypeReferencePartBuilder.h
29
ETSTypeReferencePartBuilder &
SetName
(Expression *name)
in SetName()
function in ark::es2panda::ir::ETSTypeReferencePartBuilder
H
A
D
tsTypeParameterBuilder.h
29
TSTypeParameterBuilder &
SetName
(Identifier *name)
in SetName()
function in ark::es2panda::ir::TSTypeParameterBuilder
H
A
D
tsModuleDeclarationBuilder.h
29
TSModuleDeclarationBuilder &
SetName
(Expression *name)
in SetName()
function in ark::es2panda::ir::TSModuleDeclarationBuilder
/arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydespname_fuzzer/
H
A
D
pttypesprivatepropertydespname_fuzzer.cpp
34
desp.
SetName
(std::string((const char*)data, size));
in PtTypesPrivatePropertyDespNameFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydespname_fuzzer/
H
A
D
pttypesinternalpropertydespname_fuzzer.cpp
34
desp.
SetName
(std::string((const char*)data, size));
in PtTypesInternalPropertyDespNameFuzzTest()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H
A
D
ets_typeapi_parameter.h
58
void
SetName
(EtsString *name)
in SetName()
function in ark::ets::EtsTypeAPIParameter
H
A
D
ets_typeapi_method.h
63
void
SetName
(EtsString *name)
in SetName()
function in ark::ets::EtsTypeAPIMethod
H
A
D
ets_typeapi_field.h
63
void
SetName
(EtsString *name)
in SetName()
function in ark::ets::EtsTypeAPIField
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H
A
D
privateIdentifier.h
62
void
SetName
(util::StringView name)
in SetName()
function in panda::es2panda::panda::es2panda::panda::es2panda::ir::PrivateIdentifier
H
A
D
identifier.h
75
void
SetName
(util::StringView name)
in SetName()
function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::Identifier
/arkcompiler/toolchain/tooling/test/
H
A
D
pt_returns_test.cpp
139
propertyDescriptor->
SetName
("filename1").SetConfigurable(true).SetEnumerable(true);
in HWTEST_F_L0()
145
internalPropertyDescriptor->
SetName
("filename2");
in HWTEST_F_L0()
151
privatePropertyDescriptor->
SetName
("filename3");
in HWTEST_F_L0()
249
typeObject->
SetName
("object1");
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H
A
D
builtins_call_signature.cpp
29
callSigns_[name].
SetName
(std::string("BuiltinStub_") + #name); \
in Initialize()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H
A
D
stackful_coroutine_worker.h
76
void
SetName
(PandaString name)
in SetName()
function in ark::StackfulCoroutineWorker
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H
A
D
identifier.h
85
void
SetName
(const util::StringView &newName) noexcept
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_cg.cpp
205
ptn.
SetName
(refPtnString);
in CreateRefSymForGlobalPtn()
Completed in 8 milliseconds
1
2