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:Bucket
(Results
1 - 2
of
2
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H
A
D
value_proxy.h
164
class
Bucket
{
class in OHOS::DistributedData::final
166
Bucket
() = default;
167
Bucket
(
Bucket
&&bucket) noexcept
171
Bucket
&operator=(
Bucket
&&bucket) noexcept;
211
std::vector<
Bucket
> value_;
222
static
Bucket
Convert(DistributedData::VBucket &&bucket);
223
static
Bucket
Convert(NativeRdb::ValuesBucket &&bucket);
224
static
Bucket
Conver
[all...]
H
A
D
value_proxy.cpp
88
ValueProxy::
Bucket
ValueProxy::Convert(DistributedData::VBucket &&bucket)
in Convert()
90
ValueProxy::
Bucket
proxy;
in Convert()
97
ValueProxy::
Bucket
ValueProxy::Convert(NativeRdb::ValuesBucket &&bucket)
in Convert()
99
ValueProxy::
Bucket
proxy;
in Convert()
106
ValueProxy::
Bucket
ValueProxy::Convert(CommonType::ValuesBucket &&bucket)
in Convert()
108
ValueProxy::
Bucket
proxy;
in Convert()
115
ValueProxy::
Bucket
ValueProxy::Convert(DistributedDB::VBucket &&bucket)
in Convert()
117
ValueProxy::
Bucket
proxy;
in Convert()
171
ValueProxy::
Bucket
ValueProxy::Convert(std::map<std::string, DistributedDB::VariantData> &&value)
in Convert()
173
ValueProxy::
Bucket
prox
in Convert()
[all...]
Completed in 2 milliseconds