OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PopAll
(Results
1 - 5
of
5
) sorted by null
/system/extras/simpleperf/
record_test.cpp
99
std::vector<std::unique_ptr<Record>> last_records = cache.
PopAll
();
115
std::vector<std::unique_ptr<Record>> out_records = cache.
PopAll
();
record.h
331
std::vector<std::unique_ptr<Record>>
PopAll
();
record_file_reader.cpp
174
std::vector<std::unique_ptr<Record>> records = cache.
PopAll
();
record.cpp
726
PopAll
();
759
std::vector<std::unique_ptr<Record>> RecordCache::
PopAll
() {
cmd_record.cpp
267
std::vector<std::unique_ptr<Record>> records = record_cache_->
PopAll
();
Completed in 311 milliseconds