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
defs:stepLen
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H
A
D
parcel.h
78
uint64_t
stepLen
= static_cast<uint64_t>(data.size()) * sizeof(T) + sizeof(uint32_t);
in WriteVector()
local
122
uint64_t
stepLen
= static_cast<uint64_t>(len) * sizeof(T) + sizeof(uint32_t);
in ReadVector()
local
[all...]
/foundation/arkui/ace_engine/frameworks/component_test/core/
H
A
D
component_test_tester_impl.cpp
190
FlingImpl( const NG::PointF& from, const NG::PointF& to, uint32_t
stepLen
, uint32_t speed, ErrInfo& errInfo) const
FlingImpl()
argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
parcel.cpp
163
uint64_t
stepLen
= sizeof(uint32_t) + static_cast<uint64_t>(inVal.size());
in WriteString()
local
210
uint64_t
stepLen
= static_cast<uint64_t>(len) + sizeof(uint32_t);
ReadString()
local
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H
A
D
js_component_test_tester.cpp
667
uint32_t
stepLen
= 0;
in FlingPoint()
local
H
A
D
js_component_test_utils.h
70
uint32_t
stepLen
= 0;
member
Completed in 4 milliseconds