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:GetOwnerName
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/static_core/assembler/
H
A
D
assembly-emitter.cpp
300
auto recordName =
GetOwnerName
(enumValue);
in CheckValueEnumCase()
1196
std::string recordOwnerName =
GetOwnerName
(name);
in MakeFunctionItems()
1307
std::string recordName =
GetOwnerName
(name);
in SetMethodSourceLang()
1421
std::string recordName =
GetOwnerName
(name);
in EmitDebugInfo()
1888
std::string
GetOwnerName
(std::string name)
in GetOwnerName()
function
H
A
D
assembly-emitter.h
262
std::string
GetOwnerName
(std::string name);
/arkcompiler/runtime_core/assembler/
H
A
D
assembly-emitter.h
238
std::string
GetOwnerName
(std::string name);
H
A
D
assembly-emitter.cpp
1047
std::string record_owner_name =
GetOwnerName
(name);
in MakeFunctionItems()
1275
std::string record_name =
GetOwnerName
(name);
in EmitDebugInfo()
1883
std::string
GetOwnerName
(std::string name)
in GetOwnerName()
function
/arkcompiler/runtime_core/assembler/tests/
H
A
D
assembler_parser_test.cpp
865
EXPECT_EQ(
GetOwnerName
("Asm.main"), "Asm");
in HWTEST_F()
867
EXPECT_EQ(
GetOwnerName
("main"), "");
in HWTEST_F()
H
A
D
parser_test.cpp
736
ASSERT_EQ(
GetOwnerName
("Asm.main"), "Asm");
in TEST()
738
ASSERT_EQ(
GetOwnerName
("main"), "");
in TEST()
/arkcompiler/runtime_core/static_core/assembler/tests/
H
A
D
parser_test.cpp
741
ASSERT_EQ(
GetOwnerName
("Asm.main"), "Asm");
in TEST()
743
ASSERT_EQ(
GetOwnerName
("main"), "");
in TEST()
Completed in 32 milliseconds