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
defs:entries_
(Results
1 - 25
of
37
) sorted by relevance
1
2
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_scanner.h
46
std::list<std::string>
entries_
;
member in OHOS::AppExecFwk::BundleScanner
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H
A
D
db_change_data_mock.h
40
std::list<DBEntry>
entries_
[BUTT];
member in OHOS::DistributedData::DBChangeDataMock
H
A
D
db_store_mock.h
124
mutable ConcurrentMap<Key, Value>
entries_
;
member in OHOS::DistributedData::DBStoreMock
/third_party/node/deps/v8/src/profiler/
H
A
D
weak-code-registry.h
40
std::vector<CodeEntry*>
entries_
;
member in v8::internal::WeakCodeRegistry
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H
A
D
mutator_cache.h
91
std::list<Entry>
entries_
;
member in tint::fuzzers::spvtools_fuzzer::MutatorCache
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H
A
D
item_property_box.h
75
std::vector<PropertyEntry>
entries_
;
member in OHOS::ImagePlugin::HeifIpmaBox
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H
A
D
multi_ver_data_sync.h
62
std::vector<std::vector<uint8_t>>
entries_
;
member in DistributedDB::MultiVerAckPacket
H
A
D
multi_ver_sync_task_context.h
94
std::vector<MultiVerKvEntry *>
entries_
;
member in DistributedDB::final
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H
A
D
unified_record.h
71
std::shared_ptr<std::map<std::string, ValueType>>
entries_
= std::make_shared<std::map<std::string, ValueType>>();
member in OHOS::UDMF::UnifiedRecord
/third_party/ninja/src/
H
A
D
build_log.h
101
Entries
entries_
;
member
/third_party/node/deps/v8/src/compiler/
H
A
D
value-numbering-reducer.h
34
Node**
entries_
;
member in v8::internal::compiler::final
/third_party/node/deps/v8/src/interpreter/
H
A
D
handler-table-builder.h
59
ZoneVector<Entry>
entries_
;
member in v8::internal::interpreter::final
/foundation/ability/ability_runtime/services/dataobsmgr/include/
H
A
D
concurrent_map.h
277
std::map<_Key, _Tp>
entries_
;
global()
member in OHOS::ConcurrentMap
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H
A
D
relational_sync_data_inserter.h
78
std::vector<DataItem>
entries_
;
member in DistributedDB::RelationalSyncDataInserter
/foundation/distributeddatamgr/kv_store/frameworks/common/
H
A
D
concurrent_map.h
302
std::map<_Key, _Tp>
entries_
;
global()
member in OHOS::ConcurrentMap
[all...]
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H
A
D
concurrent_map.h
253
std::map<_Key, _Tp>
entries_
;
global()
member in OHOS::ConcurrentMap
[all...]
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H
A
D
concurrent_map.h
289
std::map<_Key, _Tp>
entries_
;
global()
member in OHOS::ConcurrentMap
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
spill-placer.h
151
Entry*
entries_
= nullptr;
member in v8::internal::compiler::SpillPlacer
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H
A
D
concurrent_map.h
343
std::map<_Key, _Tp>
entries_
;
global()
member in OHOS::ConcurrentMap
[all...]
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H
A
D
paste_data_record.h
171
std::vector<std::shared_ptr<PasteDataEntry>>
entries_
;
member in OHOS::MiscServices::PasteDataRecord
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-debug.h
163
std::vector<Entry>
entries_
;
global()
member in v8::internal::wasm::DebugSideTable
[all...]
/foundation/distributeddatamgr/kv_store/databaseutils/include/
H
A
D
acl.h
166
std::set<AclXattrEntry, std::less<>>
entries_
;
member in OHOS::DATABASE_UTILS::Acl
/third_party/node/deps/v8/src/heap/base/
H
A
D
worklist.h
227
EntryType
entries_
[kSize];
member in heap::base::Worklist::Segment
/third_party/node/deps/v8/src/strings/
H
A
D
unicode.h
61
CacheEntry
entries_
[kSize];
member in unibrow::Predicate
87
CacheEntry
entries_
[kSize];
member in unibrow::Mapping
/third_party/skia/third_party/externals/tint/src/diagnostic/
H
A
D
diagnostic.h
224
std::vector<Diagnostic>
entries_
;
member in tint::diag::List
Completed in 12 milliseconds
1
2