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:colNames_
(Results
1 - 12
of
12
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H
A
D
relational_row_data_set.cpp
33
colNames_
= std::move(r.
colNames_
);
60
(void)parcel.WriteUInt32(
colNames_
.size());
in Serialize()
61
for (const auto &colName :
colNames_
) {
in Serialize()
92
colNames_
.emplace_back(std::move(str));
in DeSerialize()
125
for (const auto &colName :
colNames_
) {
in SetColNames()
128
colNames_
= std::move(colNames);
in SetColNames()
129
for (const auto &colName :
colNames_
) {
in SetColNames()
160
colNames_
.clear();
in Clear()
167
return
colNames_
;
in GetColNames()
[all...]
H
A
D
relational_result_set_impl.cpp
128
colNames_
.clear();
in Close()
195
if (
colNames_
.empty()) {
in GetColumnIndex()
197
if (
colNames_
.empty()) {
in GetColumnIndex()
199
colNames_
[dataSet_.GetColNames().at(i)] = static_cast<int>(i);
in GetColumnIndex()
207
auto iter =
colNames_
.find(columnName);
in GetColumnIndex()
208
if (iter ==
colNames_
.end()) {
in GetColumnIndex()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
cache_result_set.cpp
34
colNames_
.push_back(it->first);
in CacheResultSet()
37
maxCol_ = static_cast<int>(
colNames_
.size());
in CacheResultSet()
53
columnNames =
colNames_
;
in GetAllColumnNames()
62
auto name =
colNames_
[columnIndex];
in GetBlob()
75
auto name =
colNames_
[columnIndex];
in GetString()
88
auto name =
colNames_
[columnIndex];
in GetInt()
101
auto name =
colNames_
[columnIndex];
in GetLong()
114
auto name =
colNames_
[columnIndex];
in GetDouble()
127
auto name =
colNames_
[columnIndex];
in IsColumnNull()
142
rowEntity.Clear(
colNames_
in GetRow()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H
A
D
relational_remote_query_continue_token.cpp
20
std::vector<RelationalRowData *> &&data) :
colNames_
(std::move(colNames)), data_(std::move(data)) {}
in RelationalRemoteQueryContinueToken()
41
if (!
colNames_
.empty()) {
in GetData()
42
dataSet.SetColNames(std::move(
colNames_
));
in GetData()
H
A
D
relational_remote_query_continue_token.h
39
std::vector<std::string>
colNames_
;
member in DistributedDB::RelationalRemoteQueryContinueToken
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
cache_cursor.cpp
29
colNames_
.push_back(it->first);
in CacheCursor()
32
maxCol_ =
colNames_
.size();
in CacheCursor()
38
names =
colNames_
;
in GetColumnNames()
48
name =
colNames_
[col];
in GetColumnName()
107
return Get(
colNames_
[col], value);
in Get()
H
A
D
rdb_result_set_impl.cpp
37
resultSet_->GetColumnNames(
colNames_
);
in RdbResultSetImpl()
47
columnNames =
colNames_
;
in GetAllColumnNames()
57
count = static_cast<int>(
colNames_
.size());
in GetColumnCount()
77
for (size_t i = 0; i <
colNames_
.size(); i++) {
in GetColumnIndex()
78
if (
colNames_
[i] == columnName) {
in GetColumnIndex()
92
if (
colNames_
.size() <= static_cast<uint32_t>(columnIndex) || columnIndex < 0) {
in GetColumnName()
95
columnName =
colNames_
[columnIndex];
in GetColumnName()
H
A
D
cache_cursor.h
44
std::vector<std::string>
colNames_
;
member in OHOS::DistributedRdb::CacheCursor
H
A
D
rdb_result_set_impl.h
101
std::vector<std::string>
colNames_
;
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H
A
D
relational_row_data_set.h
56
std::vector<std::string>
colNames_
;
member in DistributedDB::RelationalRowDataSet
H
A
D
relational_result_set_impl.h
127
mutable std::unordered_map<std::string, int>
colNames_
;
member in DistributedDB::RelationalResultSetImpl
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H
A
D
cache_result_set.h
327
std::vector<std::string>
colNames_
;
member in OHOS::NativeRdb::CacheResultSet
Completed in 5 milliseconds