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:INT64
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/render_environment/base/
H
A
D
im_base_type.h
67
#define
INT64
long int
macro
70
#define
INT64
long long int
macro
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/distributeddb/
H
A
D
result_set.h
79
enum ColumnType { INVALID_TYPE = -1,
INT64
, STRING, BLOB, DOUBLE, NULL_VALUE };
enumerator
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H
A
D
relational_result_set_impl.cpp
174
{ static_cast<int>(StorageType::STORAGE_TYPE_INTEGER), ColumnType::
INT64
},
in GetColumnType()
290
case
INT64
: {
in GetData()
/foundation/arkui/ace_engine/frameworks/base/json/
H
A
D
uobject.h
28
INT64
,
member in OHOS::ItemType
H
A
D
uobject.cpp
350
WriteChar(static_cast<char>(ItemType::
INT64
));
in WriteKV()
480
} else if (type == ItemType::
INT64
) {
in ReadKV()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_cursor.cpp
127
case ResultSet::ColumnType::
INT64
:
in Convert()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
rdb_cursor_test.cpp
282
DistributedDB::ResultSet::ColumnType dbColumnType = DistributedDB::ResultSet::ColumnType::
INT64
;
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H
A
D
distributeddb_relational_result_set_test.cpp
355
EXPECT_EQ(columnType, ResultSet::ColumnType::
INT64
);
in HWTEST_F()
Completed in 4 milliseconds