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:cell
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H
A
D
shared_block.h
65
}
cell
;
member
134
* Gets the
cell
unit at the specified row and column.
139
* Get string type data from
cell
unit.
143
*outSizeIncludingNull = cellUnit->
cell
.stringOrBlobValue.size;
in GetCellUnitValueString()
145
OffsetToPtr(cellUnit->
cell
.stringOrBlobValue.offset, cellUnit->
cell
.stringOrBlobValue.size));
in GetCellUnitValueString()
149
* Get blob type data from
cell
unit.
153
*outSize = cellUnit->
cell
.stringOrBlobValue.size;
in GetCellUnitValueBlob()
154
return OffsetToPtr(cellUnit->
cell
.stringOrBlobValue.offset, cellUnit->
cell
in GetCellUnitValueBlob()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H
A
D
shared_block.cpp
331
cellUnit->
cell
.stringOrBlobValue.offset = offset;
in PutBlobOrString()
332
cellUnit->
cell
.stringOrBlobValue.size = size;
in PutBlobOrString()
350
cellUnit->
cell
.longValue = value;
in PutLong()
368
cellUnit->
cell
.doubleValue = value;
in PutDouble()
387
cellUnit->
cell
.stringOrBlobValue.offset = 0;
in PutNull()
388
cellUnit->
cell
.stringOrBlobValue.size = 0;
in PutNull()
412
auto value = static_cast<char*>(block->OffsetToPtr(
cell
.stringOrBlobValue.offset,
cell
.stringOrBlobValue.size));
in GetString()
413
if (
cell
.stringOrBlobValue.size < 1 || value == nullptr) {
in GetString()
421
auto value = reinterpret_cast<uint8_t*>(block->OffsetToPtr(
cell
in GetBlob()
[all...]
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H
A
D
shared_block.h
94
}
cell
;
member
186
* @brief Obtains the
cell
unit at the specified row and column.
191
* @brief Obtains string type data from
cell
unit.
195
*outSizeIncludingNull = cellUnit->
cell
.stringOrBlobValue.size;
in GetCellUnitValueString()
197
OffsetToPtr(cellUnit->
cell
.stringOrBlobValue.offset, cellUnit->
cell
.stringOrBlobValue.size));
in GetCellUnitValueString()
201
* @brief Obtains blob type data from
cell
unit.
205
*outSize = cellUnit->
cell
.stringOrBlobValue.size;
in GetCellUnitValueBlob()
206
return OffsetToPtr(cellUnit->
cell
.stringOrBlobValue.offset, cellUnit->
cell
in GetCellUnitValueBlob()
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H
A
D
datashare_result_set.cpp
241
int64_t tempValue = cellUnit->
cell
.longValue;
in GetString()
245
double tempValue = cellUnit->
cell
.doubleValue;
in GetString()
270
value = (int)cellUnit->
cell
.longValue;
in GetInt()
289
value = cellUnit->
cell
.longValue;
in GetLong()
297
value = (int64_t)cellUnit->
cell
.doubleValue;
in GetLong()
328
value = cellUnit->
cell
.doubleValue;
in GetDouble()
336
value = static_cast<double>(cellUnit->
cell
.longValue);
in GetDouble()
H
A
D
shared_block.cpp
385
cellUnit->
cell
.stringOrBlobValue.offset = offset;
in PutBlobOrString()
386
cellUnit->
cell
.stringOrBlobValue.size = size;
in PutBlobOrString()
402
cellUnit->
cell
.longValue = value;
in PutLong()
418
cellUnit->
cell
.doubleValue = value;
in PutDouble()
434
cellUnit->
cell
.stringOrBlobValue.offset = 0;
in PutNull()
435
cellUnit->
cell
.stringOrBlobValue.size = 0;
in PutNull()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
abs_shared_result_set.cpp
160
value = cellUnit->
cell
.longValue;
in Get()
163
value = cellUnit->
cell
.doubleValue;
in Get()
196
size = cellUnit->
cell
.stringOrBlobValue.size;
in GetSize()
262
size_t size = cellUnit->
cell
.stringOrBlobValue.size;
in GetCustomerValue()
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H
A
D
util.rs
18
use std::
cell
::Cell;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H
A
D
patternlock_modifier.cpp
483
for (const auto&
cell
: choosePoint_) {
in SetCircleRadius()
484
auto index = (
cell
.GetColumn() - 1) * PATTERN_LOCK_COL_COUNT +
cell
.GetRow() - 1;
in SetCircleRadius()
Completed in 7 milliseconds