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:uid
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
class.cpp
66
uint64_t
uid
= file->GetUniqId();
in CalcUniqId()
local
67
uid
<<= HALF;
in CalcUniqId()
68
uid
|= fileId.GetOffset();
in CalcUniqId()
69
return
uid
;
in CalcUniqId()
74
uint64_t
uid
= 0;
in CalcUniqId()
local
75
uid
= GetHash32String(descriptor);
in CalcUniqId()
78
uid
= NO_FILE |
uid
;
in CalcUniqId()
79
return
uid
;
in CalcUniqId()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
field.h
145
uint64_t
uid
= file->GetFilenameHash();
in CalcUniqId()
local
146
uid
<<= HALF;
in CalcUniqId()
147
uid
|= fileId.GetOffset();
in CalcUniqId()
148
return
uid
;
in CalcUniqId()
H
A
D
method.h
766
uint64_t
uid
= file->GetUniqId();
in CalcUniqId()
local
767
uid
<<= HALF;
in CalcUniqId()
768
uid
|= fileId.GetOffset();
in CalcUniqId()
769
return
uid
;
in CalcUniqId()
Completed in 6 milliseconds