OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindLastOf
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/test/
trace_event_analyzer_unittest.cc
778
// Test FindFirstOf and
FindLastOf
.
785
EXPECT_FALSE(
FindLastOf
(event_ptrs, Query::Bool(true), 0, &index));
786
EXPECT_FALSE(
FindLastOf
(event_ptrs, Query::Bool(true), 10, &index));
809
//
FindLastOf
810
EXPECT_FALSE(
FindLastOf
(event_ptrs, Query::Bool(false), 1000, &index));
811
EXPECT_TRUE(
FindLastOf
(event_ptrs, Query::Bool(true), 1000, &index));
813
EXPECT_TRUE(
FindLastOf
(event_ptrs, Query::Bool(true), num_events - 5,
817
EXPECT_FALSE(
FindLastOf
(event_ptrs, query_bam, bam_index - 1, &index));
818
EXPECT_TRUE(
FindLastOf
(event_ptrs, query_bam, num_events, &index));
820
EXPECT_TRUE(
FindLastOf
(event_ptrs, query_bam, bam_index, &index))
[
all
...]
trace_event_analyzer.h
621
const TraceEvent*
FindLastOf
(const Query& query);
675
bool
FindLastOf
(const TraceEventVector& events,
trace_event_analyzer.cc
806
const TraceEvent* TraceAnalyzer::
FindLastOf
(const Query& query) {
902
bool
FindLastOf
(const TraceEventVector& events,
Completed in 39 milliseconds