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:maxRow_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
cache_result_set.cpp
31
maxRow_
= static_cast<int>(valueBuckets_.size());
in CacheResultSet()
32
if (
maxRow_
> 0) {
in CacheResultSet()
47
count = static_cast<int>(
maxRow_
);
in GetRowCount()
64
if (row_ < 0 || row_ >=
maxRow_
) {
in GetBlob()
77
if (row_ < 0 || row_ >=
maxRow_
) {
in GetString()
90
if (row_ < 0 || row_ >=
maxRow_
) {
in GetInt()
103
if (row_ < 0 || row_ >=
maxRow_
) {
in GetLong()
116
if (row_ < 0 || row_ >=
maxRow_
) {
in GetDouble()
129
if (row_ < 0 || row_ >=
maxRow_
) {
in IsColumnNull()
139
if (row_ < 0 || row_ >=
maxRow_
) {
in GetRow()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
cache_cursor.cpp
26
maxRow_
= records_.size();
in CacheCursor()
27
if (
maxRow_
> 0) {
in CacheCursor()
62
return
maxRow_
;
in GetCount()
74
if (row >=
maxRow_
- 1) {
in MoveToNext()
95
if (row >=
maxRow_
) {
in GetRow()
113
if (row >=
maxRow_
) {
in Get()
H
A
D
cache_cursor.h
41
int32_t
maxRow_
;
member in OHOS::DistributedRdb::CacheCursor
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H
A
D
cache_result_set.h
325
int32_t
maxRow_
;
member in OHOS::NativeRdb::CacheResultSet
Completed in 2 milliseconds