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:offsets
(Results
1 - 3
of
3
) sorted by relevance
/commonlibrary/c_utils/base/include/
H
A
D
parcel.h
622
* @param
offsets
Indicates the position, represented by the offset
627
bool RewindWrite(size_t
offsets
);
703
* @param
offsets
Indicates the pointer to the position array.
707
void InjectOffsets(binder_size_t
offsets
, size_t offsetSize);
/commonlibrary/c_utils/base/src/
H
A
D
parcel.cpp
291
void Parcel::InjectOffsets(binder_size_t
offsets
, size_t offsetSize)
in InjectOffsets()
argument
297
auto *newObjectOffsets = reinterpret_cast<binder_size_t *>(
offsets
);
in InjectOffsets()
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H
A
D
parcel_benchmark_test.cpp
2219
* @tc.desc: test parcel Object
offsets
function.
2245
* @tc.desc: test parcel Object
offsets
Size function.
2328
* @tc.desc: test parcel inject
offsets
function.
2347
const uint8_t*
offsets
= parcel.ReadBuffer(sizeof(binder_size_t) * offsetSize);
in BENCHMARK_F()
local
2348
AssertUnequal(
offsets
, nullptr, "test_InjectOffsets_001
offsets
equal nullptr as expected.", state);
in BENCHMARK_F()
2351
newParcel.InjectOffsets(reinterpret_cast<binder_size_t>(
offsets
), offsetSize);
in BENCHMARK_F()
Completed in 13 milliseconds