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:heap_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/video_job_repository/
H
A
D
video_job_queue.cpp
41
return
heap_
.front();
in Peek()
46
heap_
.push_back(obj);
in Push()
54
DeferredVideoJobPtr ans =
heap_
.front();
in Pop()
57
heap_
.pop_back();
in Pop()
69
DeferredVideoJobPtr replace =
heap_
.back();
in Remove()
71
heap_
.pop_back();
in Remove()
76
heap_
[index] = replace;
in Remove()
90
return
heap_
;
in GetAllElements()
95
while (index > 0 && comp_(
heap_
[index],
heap_
[(inde
in HeapInsert()
[all...]
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H
A
D
any.h
319
Heap
heap_
;
member
436
delete reinterpret_cast<T*>(storage.
heap_
); // NOLINT: cast
437
storage.
heap_
= nullptr;
441
dest.
heap_
= new T(*reinterpret_cast<T*>(source.
heap_
)); // NOLINT: cast
445
dest.
heap_
= source.
heap_
;
446
source.
heap_
= nullptr;
450
return storage.
heap_
;
454
return storage.
heap_
;
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H
A
D
any.h
416
Heap
heap_
;
member
642
delete reinterpret_cast<T*>(storage.
heap_
); // NOLINT: cast
643
storage.
heap_
= nullptr;
647
dest.
heap_
= new T(*reinterpret_cast<T*>(source.
heap_
)); // NOLINT: cast
651
dest.
heap_
= source.
heap_
;
652
source.
heap_
= nullptr;
656
return storage.
heap_
;
660
return storage.
heap_
;
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/video_job_repository/
H
A
D
video_job_queue.h
58
std::vector<DeferredVideoJobPtr>
heap_
{};
Completed in 5 milliseconds